New version with micro and dependency ranges removed

This commit is contained in:
Mauro Mugnaini 2020-06-30 13:01:12 +02:00
parent 69eb5cb47a
commit b614d57cc8
1 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@
<groupId>org.gcube.portal</groupId>
<artifactId>event-publisher-portal</artifactId>
<packaging>war</packaging>
<version>0.1-SNAPSHOT</version>
<version>0.1.1-SNAPSHOT</version>
<properties>
<liferay.version>6.2.5</liferay.version>
<liferay.maven.plugin.version>6.2.10.12</liferay.maven.plugin.version>
@ -71,13 +71,13 @@
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>oidc-library</artifactId>
<version>[0.1.0,)</version>
<version>0.2.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.portal</groupId>
<artifactId>oidc-library-portal</artifactId>
<version>[0.1.0,)</version>
<version>0.2.1-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>