Fixed version and 'scm' properties to comply with release procedure

This commit is contained in:
Luca Frosini 2019-10-03 11:16:15 +02:00
parent f8871ec933
commit d524e698cc
1 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@
</parent>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
<packaging>pom</packaging>
<name>gCube BOM</name>
<description>This artifact contains gCube commons library version declaration for dependency management</description>
@ -22,9 +22,9 @@
</properties>
<scm>
<connection>scm:svn:http://svn.d4science.research-infrastructures.eu/gcube/trunk/distributions/${project.artifactId}</connection>
<developerConnection>scm:svn:https://svn.d4science.research-infrastructures.eu/gcube/trunk/distributions/${project.artifactId}</developerConnection>
<url>http://svn.d4science.research-infrastructures.eu/gcube/trunk/distributions/${project.artifactId}</url>
<connection>scm::git:https://code-repo.d4science.org/gCubeSystem/gcube-bom.git</connection>
<developerConnection>scm::git:https://code-repo.d4science.org/gCubeSystem/gcube-bom.git</developerConnection>
<url>https://code-repo.d4science.org/gCubeSystem/gcube-bom.git</url>
</scm>
<dependencyManagement>