remove snapshot from pom

This commit is contained in:
Massimiliano Assante 2020-04-28 09:52:04 +02:00
parent d58c10bae5
commit 6f70d23efd
1 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
<groupId>org.gcube.portlets.user</groupId>
<artifactId>share-updates</artifactId>
<packaging>war</packaging>
<version>2.7.1-SNAPSHOT</version>
<version>2.7.1</version>
<name>gCube Share Updates Portlet</name>
<description>
gCube Share Updates for exchanging updates with other users of VREs.
@ -41,7 +41,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>maven-portal-bom</artifactId>
<version>3.6.0-SNAPSHOT</version>
<version>3.6.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>