Snapshot release for 1.0.0 and migrating Keycloak dependency to version 10.0.2
This commit is contained in:
parent
9dfeb8d40b
commit
e65118fa24
6
pom.xml
6
pom.xml
|
@ -11,9 +11,9 @@
|
|||
</parent>
|
||||
<groupId>org.gcube.common</groupId>
|
||||
<artifactId>oidc-keycloak-library</artifactId>
|
||||
<version>0.2-SNAPSHOT</version>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
<properties>
|
||||
<keycloak-version>9.0.3</keycloak-version>
|
||||
<keycloak-version>10.0.2</keycloak-version>
|
||||
</properties>
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
|
@ -38,7 +38,7 @@
|
|||
<dependency>
|
||||
<groupId>org.gcube.common</groupId>
|
||||
<artifactId>oidc-library</artifactId>
|
||||
<version>[0.1.0,)</version>
|
||||
<version>1.0.0-SNAPSHOT</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
|
Loading…
Reference in New Issue