Prepared POMs for version 2.0.0-SNAPSHOT that will support the new KC version

This commit is contained in:
Mauro Mugnaini 2021-12-24 17:33:41 +01:00
parent d41d98a68b
commit 3ac6b09a1c
19 changed files with 53 additions and 26 deletions

View File

@ -2,10 +2,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for "keycloak-d4science-spi-parent"
## [v2.0.0-SNAPSHOT]
## [v1.1.0]
Updated athentication with bearer code took from new examples: added realm param. Now calls to orchestrators are UMA authenticated with `keycloak-client` credentials and `conductor-server` audience
## [v1.0.1]
user put in disable status and avatar deleted at user delete request, params returned correctly adding avatar

View File

@ -2,6 +2,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for "avatar-importer"
## [v2.0.0-SNAPSHOT]
## [v1.1.0]
Changes in other sub-components

View File

@ -1,11 +1,11 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
keycloa<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.gcube</groupId>
<groupId>org.gcube.iam</groupId>
<artifactId>keycloak-d4science-spi-parent</artifactId>
<version>1.1.0</version>
<version>2.0.0-SNAPSHOT</version>
</parent>
<artifactId>avatar-importer</artifactId>

View File

@ -2,6 +2,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for "avatar-realm-resource"
## [v2.0.0-SNAPSHOT]
## [v1.1.0]
Updated athentication with bearer code took from new examples: added realm param

View File

@ -5,9 +5,9 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.gcube</groupId>
<groupId>org.gcube.iam</groupId>
<artifactId>keycloak-d4science-spi-parent</artifactId>
<version>1.1.0</version>
<version>2.0.0-SNAPSHOT</version>
</parent>
<artifactId>avatar-realm-resource</artifactId>

View File

@ -2,6 +2,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for "avatar-storage"
## [v2.0.0-SNAPSHOT]
## [v1.1.0]
Updated athentication with bearer code took from new examples: added realm param

View File

@ -5,20 +5,20 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.gcube</groupId>
<groupId>org.gcube.iam</groupId>
<artifactId>keycloak-d4science-spi-parent</artifactId>
<version>1.1.0</version>
<version>2.0.0-SNAPSHOT</version>
</parent>
<artifactId>avatar-storage</artifactId>
<packaging>jar</packaging>
<scm>
<connection>scm:git:https://code-repo.d4science.org/gCubeSystem/${project.parent.artifactId}.git</connection>
<developerConnection>scm:git:https://code-repo.d4science.org/gCubeSystem/${project.parent.artifactId}.git</developerConnection>
<url>https://code-repo.d4science.org/gCubeSystem/${project.parent.artifactId}</url>
</scm>
<artifactId>avatar-storage</artifactId>
<packaging>jar</packaging>
<build />
</project>

View File

@ -2,6 +2,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for "delete-account"
## [v2.0.0-SNAPSHOT]
## [v1.1.0]
Now calls to orchestrators are UMA authenticated with `keycloak-client` credentials and `conductor-server` audience

View File

@ -5,9 +5,9 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.gcube</groupId>
<groupId>org.gcube.iam</groupId>
<artifactId>keycloak-d4science-spi-parent</artifactId>
<version>1.1.0</version>
<version>2.0.0-SNAPSHOT</version>
</parent>
<artifactId>delete-account</artifactId>

View File

@ -2,6 +2,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for "event-listener-provider"
## [v2.0.0-SNAPSHOT]
## [v1.1.0]
Now calls to orchestrators are UMA authenticated with `keycloak-client` credentials and `conductor-server` audience

View File

@ -5,9 +5,9 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.gcube</groupId>
<groupId>org.gcube.iam</groupId>
<artifactId>keycloak-d4science-spi-parent</artifactId>
<version>1.1.0</version>
<version>2.0.0-SNAPSHOT</version>
</parent>
<artifactId>event-listener-provider</artifactId>

View File

@ -2,6 +2,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for "identity-provider-mapper"
## [v2.0.0-SNAPSHOT]
## [v1.1.0]
changes in other sub-components

View File

@ -5,9 +5,9 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.gcube</groupId>
<groupId>org.gcube.iam</groupId>
<artifactId>keycloak-d4science-spi-parent</artifactId>
<version>1.1.0</version>
<version>2.0.0-SNAPSHOT</version>
</parent>
<artifactId>identity-provider-mapper</artifactId>

View File

@ -2,6 +2,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for "keycloak-d4science-bundle"
## [v2.0.0-SNAPSHOT]
## [v1.1.0]
changes in sub-components

View File

@ -5,9 +5,9 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.gcube</groupId>
<groupId>org.gcube.iam</groupId>
<artifactId>keycloak-d4science-spi-parent</artifactId>
<version>1.1.0</version>
<version>2.0.0-SNAPSHOT</version>
</parent>
<artifactId>keycloak-d4science-bundle</artifactId>

View File

@ -5,9 +5,9 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.gcube</groupId>
<groupId>org.gcube.iam</groupId>
<artifactId>keycloak-d4science-spi-parent</artifactId>
<version>1.1.0</version>
<version>2.0.0-SNAPSHOT</version>
</parent>
<artifactId>keycloak-d4science-theme</artifactId>

View File

@ -2,6 +2,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for "keycloak-extension-spi"
## [v2.0.0-SNAPSHOT]
## [v1.1.0]
## [v1.0.1]

View File

@ -5,9 +5,9 @@
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.gcube</groupId>
<groupId>org.gcube.iam</groupId>
<artifactId>keycloak-d4science-spi-parent</artifactId>
<version>1.1.0</version>
<version>2.0.0-SNAPSHOT</version>
</parent>
<artifactId>ldap-storage-mapper</artifactId>

View File

@ -10,9 +10,9 @@
<version>1.1.0</version>
</parent>
<groupId>org.gcube</groupId>
<groupId>org.gcube.iam</groupId>
<artifactId>keycloak-d4science-spi-parent</artifactId>
<version>1.1.0</version>
<version>2.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
@ -35,7 +35,7 @@
<dependency>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-parent</artifactId>
<version>10.0.2</version>
<version>15.1.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>