Prepared for new 1.1.0 version, removed deependency from portal-bom distribution since target runtime is keycloak
This commit is contained in:
parent
19e98cef4b
commit
8a067e023d
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -32,6 +32,7 @@
|
|||
<dependency>
|
||||
<groupId>com.googlecode.json-simple</groupId>
|
||||
<artifactId>json-simple</artifactId>
|
||||
<version>${json-simple-version}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
25
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue