Update 'pom.xml'

changed maven-portal-bom version from 3.4.0-SNAPSHOT  to 3.4.0
This commit is contained in:
Roberto Cirillo 2019-10-15 18:19:24 +02:00
parent c437f6688d
commit 869ce96fab
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
<dependency> <dependency>
<groupId>org.gcube.distribution</groupId> <groupId>org.gcube.distribution</groupId>
<artifactId>maven-portal-bom</artifactId> <artifactId>maven-portal-bom</artifactId>
<version>3.4.0-SNAPSHOT</version> <version>3.4.0</version>
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>
</dependency> </dependency>