Fixed parent dependency version and reference

This commit is contained in:
Mauro Mugnaini 2021-05-20 18:50:30 +02:00
parent d482bbc87b
commit 07ec9c11fb
10 changed files with 12 additions and 10 deletions

View File

@ -5,7 +5,7 @@
<parent> <parent>
<groupId>org.gcube</groupId> <groupId>org.gcube</groupId>
<artifactId>keycloak-d4science-spi-parent</artifactId> <artifactId>keycloak-d4science-spi-parent</artifactId>
<version>1.0.1</version> <version>1.1.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>avatar-importer</artifactId> <artifactId>avatar-importer</artifactId>
@ -32,6 +32,7 @@
<dependency> <dependency>
<groupId>com.googlecode.json-simple</groupId> <groupId>com.googlecode.json-simple</groupId>
<artifactId>json-simple</artifactId> <artifactId>json-simple</artifactId>
<version>${json.simple.version}</version>
</dependency> </dependency>
</dependencies> </dependencies>

View File

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>org.gcube</groupId> <groupId>org.gcube</groupId>
<artifactId>keycloak-d4science-spi-parent</artifactId> <artifactId>keycloak-d4science-spi-parent</artifactId>
<version>1.0.1</version> <version>1.1.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>avatar-realm-resource</artifactId> <artifactId>avatar-realm-resource</artifactId>

View File

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>org.gcube</groupId> <groupId>org.gcube</groupId>
<artifactId>keycloak-d4science-spi-parent</artifactId> <artifactId>keycloak-d4science-spi-parent</artifactId>
<version>1.0.1</version> <version>1.1.0-SNAPSHOT</version>
</parent> </parent>
<scm> <scm>

View File

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>org.gcube</groupId> <groupId>org.gcube</groupId>
<artifactId>keycloak-d4science-spi-parent</artifactId> <artifactId>keycloak-d4science-spi-parent</artifactId>
<version>1.0.1</version> <version>1.1.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>delete-account</artifactId> <artifactId>delete-account</artifactId>

View File

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>org.gcube</groupId> <groupId>org.gcube</groupId>
<artifactId>keycloak-d4science-spi-parent</artifactId> <artifactId>keycloak-d4science-spi-parent</artifactId>
<version>1.0.1</version> <version>1.1.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>event-listener-provider</artifactId> <artifactId>event-listener-provider</artifactId>

View File

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>org.gcube</groupId> <groupId>org.gcube</groupId>
<artifactId>keycloak-d4science-spi-parent</artifactId> <artifactId>keycloak-d4science-spi-parent</artifactId>
<version>1.0.1</version> <version>1.1.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>identity-provider-mapper</artifactId> <artifactId>identity-provider-mapper</artifactId>

View File

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>org.gcube</groupId> <groupId>org.gcube</groupId>
<artifactId>keycloak-d4science-spi-parent</artifactId> <artifactId>keycloak-d4science-spi-parent</artifactId>
<version>1.0.1</version> <version>1.1.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>keycloak-d4science-bundle</artifactId> <artifactId>keycloak-d4science-bundle</artifactId>
@ -72,6 +72,7 @@
<dependency> <dependency>
<groupId>com.googlecode.json-simple</groupId> <groupId>com.googlecode.json-simple</groupId>
<artifactId>json-simple</artifactId> <artifactId>json-simple</artifactId>
<version>${json.simple.version}</version>
<scope>runtime</scope> <scope>runtime</scope>
</dependency> </dependency>
</dependencies> </dependencies>

View File

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>org.gcube</groupId> <groupId>org.gcube</groupId>
<artifactId>keycloak-d4science-spi-parent</artifactId> <artifactId>keycloak-d4science-spi-parent</artifactId>
<version>1.0.1</version> <version>1.1.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>keycloak-d4science-theme</artifactId> <artifactId>keycloak-d4science-theme</artifactId>

View File

@ -7,7 +7,7 @@
<parent> <parent>
<groupId>org.gcube</groupId> <groupId>org.gcube</groupId>
<artifactId>keycloak-d4science-spi-parent</artifactId> <artifactId>keycloak-d4science-spi-parent</artifactId>
<version>1.0.1</version> <version>1.1.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>ldap-storage-mapper</artifactId> <artifactId>ldap-storage-mapper</artifactId>

View File

@ -16,7 +16,7 @@
<packaging>pom</packaging> <packaging>pom</packaging>
<properties> <properties>
<json.simple.version>1.1</json.simple.version> <json.simple.version>1.1.1</json.simple.version>
</properties> </properties>
<modules> <modules>