-SNAPSHOT suffix removed too early, added range dependency according to CI rules for DEV

This commit is contained in:
Mauro Mugnaini 2020-07-07 12:00:31 +02:00
parent b6e0faefff
commit c6a14fa960
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
</parent>
<groupId>org.gcube.common</groupId>
<artifactId>oidc-keycloak-library</artifactId>
<version>1.0.0</version>
<version>1.0.0-SNAPSHOT</version>
<properties>
<keycloak-version>10.0.2</keycloak-version>
</properties>
@ -38,7 +38,7 @@
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>oidc-library</artifactId>
<version>[1.0.0, 2.0.0-SNAPSHOT)</version>
<version>[1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version>
<scope>compile</scope>
</dependency>
<dependency>