New version with micro and dependency range removed

This commit is contained in:
Mauro Mugnaini 2020-06-30 12:58:52 +02:00
parent db2fd773ed
commit 38392bfe66
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
</parent>
<groupId>org.gcube.portal</groupId>
<artifactId>oidc-library-portal</artifactId>
<version>0.2-SNAPSHOT</version>
<version>0.2.1-SNAPSHOT</version>
<dependencyManagement>
<dependencies>
<dependency>
@ -27,7 +27,7 @@
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>oidc-library</artifactId>
<version>[0.1.0,)</version>
<version>0.2.1-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>