Fixed 'scm' properties to comply with release procedure

This commit is contained in:
Luca Frosini 2019-10-03 11:19:36 +02:00
parent 92057f3a5a
commit 91e8d9ac00
1 changed files with 4 additions and 4 deletions

View File

@ -5,7 +5,7 @@
<parent>
<groupId>org.gcube.tools</groupId>
<artifactId>maven-parent</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</version>
</parent>
<groupId>org.gcube.resource-management</groupId>
@ -22,9 +22,9 @@
</properties>
<scm>
<connection>scm:https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/${project.artifactId}</connection>
<developerConnection>scm:https://svn.d4science.research-infrastructures.eu/gcube//trunk/information-system/${project.artifactId}</developerConnection>
<url>https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/${project.artifactId}</url>
<connection>scm::git:https://code-repo.d4science.org/gCubeSystem/gcube-model.git</connection>
<developerConnection>scm::git:https://code-repo.d4science.org/gCubeSystem/gcube-model.git</developerConnection>
<url>https://code-repo.d4science.org/gCubeSystem/gcube-model.git</url>
</scm>
<dependencyManagement>