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

This commit is contained in:
Luca Frosini 2019-10-03 11:27:03 +02:00
parent 78a32ecc55
commit 2b53badc6d
1 changed files with 4 additions and 4 deletions

View File

@ -10,7 +10,7 @@
<groupId>org.gcube.distribution</groupId> <groupId>org.gcube.distribution</groupId>
<artifactId>smartgears-distribution-bundle</artifactId> <artifactId>smartgears-distribution-bundle</artifactId>
<version>2.2.0-SNAPSHOT</version> <version>2.2.0</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>A distribution bundle for the SmartGears Framework</name> <name>A distribution bundle for the SmartGears Framework</name>
<description>A distribution bundle for the SmartGears Framework containing Tomcat and ReadMe files to install quickly Smartgears</description> <description>A distribution bundle for the SmartGears Framework containing Tomcat and ReadMe files to install quickly Smartgears</description>
@ -25,9 +25,9 @@
</properties> </properties>
<scm> <scm>
<connection>scm:svn:http://svn.d4science.research-infrastructures.eu/gcube/trunk/distributions/${project.artifactId}</connection> <connection>scm::git:https://code-repo.d4science.org/gCubeSystem/smartgears-distribution-bundle.git</connection>
<developerConnection>scm:svn:https://svn.d4science.research-infrastructures.eu/gcube/trunk/distributions/${project.artifactId}</developerConnection> <developerConnection>scm::git:https://code-repo.d4science.org/gCubeSystem/smartgears-distribution-bundle.git</developerConnection>
<url>http://svn.d4science.research-infrastructures.eu/gcube/trunk/distributions/${project.artifactId}</url> <url>https://code-repo.d4science.org/gCubeSystem/smartgears-distribution-bundle.git</url>
</scm> </scm>
<dependencyManagement> <dependencyManagement>