Prepared for new 1.1.0 version, removed deependency from portal-bom distribution since target runtime is keycloak

This commit is contained in:
Mauro Mugnaini 2021-05-20 18:24:32 +02:00
parent 19e98cef4b
commit 8a067e023d
12 changed files with 51 additions and 19 deletions

View File

@ -2,6 +2,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for "keycloak-d4science-spi-parent"
## [v1.1.0-SNAPSHOT]
## [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,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for "avatar-importer"
## [v1.1.0-SNAPSHOT]
## [v1.0.1]
Changes in other sub-components

View File

@ -32,6 +32,7 @@
<dependency>
<groupId>com.googlecode.json-simple</groupId>
<artifactId>json-simple</artifactId>
<version>${json-simple-version}</version>
</dependency>
</dependencies>

View File

@ -2,6 +2,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for "avatar-realm-resource"
## [v1.1.0-SNAPSHOT]
## [v1.0.1]
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-storage"
## [v1.1.0-SNAPSHOT]
Changes in other sub-components
## [v1.0.1]
Changes in other sub-components

View File

@ -2,6 +2,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for "delete-account"
## [v1.1.0-SNAPSHOT]
## [v1.0.1]
User put in disable status and avatar deleted at user delete request

View File

@ -2,6 +2,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for "event-listener-provider"
## [v1.1.0-SNAPSHOT]
## [v1.0.1]
Only interesting events are published

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"
## [v1.1.0]
changes in other sub-components
## [v1.0.1]
changes in other sub-components

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"
## [v1.1.0-SNAPSHOT]
changes in sub-components
## [v1.0.1]
changes in sub-components

View File

@ -13,17 +13,17 @@
<artifactId>keycloak-d4science-bundle</artifactId>
<packaging>ear</packaging>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>maven-portal-bom</artifactId>
<version>3.6.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<!-- <dependencyManagement> -->
<!-- <dependencies> -->
<!-- <dependency> -->
<!-- <groupId>org.gcube.distribution</groupId> -->
<!-- <artifactId>maven-portal-bom</artifactId> -->
<!-- <version>3.6.0</version> -->
<!-- <type>pom</type> -->
<!-- <scope>import</scope> -->
<!-- </dependency> -->
<!-- </dependencies> -->
<!-- </dependencyManagement> -->
<scm>
<connection>scm:git:https://code-repo.d4science.org/gCubeSystem/${project.parent.artifactId}.git</connection>
@ -72,6 +72,7 @@
<dependency>
<groupId>com.googlecode.json-simple</groupId>
<artifactId>json-simple</artifactId>
<version>{json-simple-version}</version>
<scope>runtime</scope>
</dependency>
</dependencies>

View File

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

25
pom.xml
View File

@ -12,9 +12,13 @@
<groupId>org.gcube</groupId>
<artifactId>keycloak-d4science-spi-parent</artifactId>
<version>1.0.1</version>
<version>1.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
<json-simple-version>1.1</json-simple-version>
</properties>
<modules>
<module>avatar-storage</module>
<module>avatar-realm-resource</module>
@ -35,13 +39,13 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>maven-portal-bom</artifactId>
<version>3.6.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<!-- <dependency> -->
<!-- <groupId>org.gcube.distribution</groupId> -->
<!-- <artifactId>maven-portal-bom</artifactId> -->
<!-- <version>3.6.0</version> -->
<!-- <type>pom</type> -->
<!-- <scope>import</scope> -->
<!-- </dependency> -->
</dependencies>
</dependencyManagement>
<scm>
@ -80,6 +84,11 @@
<artifactId>jboss-logging</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.googlecode.json-simple</groupId>
<artifactId>json-simple</artifactId>
<version>${json-simple-version}</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>