adoption of gcube-smartgears-bom.2.0.0-SNAPSHOT

This commit is contained in:
Fabio Sinibaldi 2020-10-07 16:28:48 +02:00
parent cbe9f3cf00
commit 2537e64257
1 changed files with 4 additions and 4 deletions

View File

@ -12,7 +12,7 @@
<groupId>org.gcube.portal</groupId>
<artifactId>social-networking-library-ws</artifactId>
<packaging>war</packaging>
<version>2.3.2</version>
<version>2.3.3-SNAPSHOT</version>
<name>social-networking-library-ws</name>
<description>Rest interface for the social networking library.</description>
<properties>
@ -33,11 +33,11 @@
</scm>
<dependencyManagement>
<dependencies>
<dependencies>
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>maven-smartgears-bom</artifactId>
<version>LATEST</version>
<artifactId>gcube-smartgears-bom</artifactId>
<version>2.0.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>