updated BOM version in pom

This commit is contained in:
Massimiliano Assante 2020-05-12 17:54:19 +02:00
parent edce615b66
commit 4cc17a6046
1 changed files with 4 additions and 4 deletions

View File

@ -18,9 +18,9 @@
gCube Messages Portlet for exchanging messages with other users.
</description>
<scm>
<connection>scm:git:https://code-repo.d4science.org/gCubeSystem/messages.git</connection>
<developerConnection>scm:git:https://code-repo.d4science.org/gCubeSystem/messages.git</developerConnection>
<url>https://code-repo.d4science.org/gCubeSystem/messages</url>
<connection>scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git</connection>
<developerConnection>scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git</developerConnection>
<url>https://code-repo.d4science.org/gCubeSystem/${project.artifactId}</url>
</scm>
<properties>
@ -39,7 +39,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>maven-portal-bom</artifactId>
<version>LATEST</version>
<version>3.6.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>