scm part updated

This commit is contained in:
user1 2020-11-03 11:15:50 +01:00
parent e3f6aaebdf
commit 465c24f988
1 changed files with 4 additions and 4 deletions

View File

@ -12,16 +12,16 @@
<artifactId>common-smartgears-app</artifactId>
<version>2.0.3</version>
<name>Smartgears Application</name>
<properties>
<distroDirectory>distro</distroDirectory>
</properties>
<scm>
<connection>scm:svn:http://svn.d4science.research-infrastructures.eu/gcube/trunk/Common/${project.artifactId}</connection>
<developerConnection>scm:svn:https://svn.d4science.research-infrastructures.eu/gcube/trunk/Common/${project.artifactId}</developerConnection>
<url>http://svn.d4science.research-infrastructures.eu/gcube/trunk/Common/${project.artifactId}</url>
<connection>scm:git:https://code-repo.d4science.org/gCubeSystem/common-smartgears-app</connection>
<developerConnection>scm:git:https://code-repo.d4science.org/gCubeSystem/common-smartgears-app</developerConnection>
<url>https://code-repo.d4science.org/gCubeSystem/common-smartgears-app</url>
</scm>
<dependencies>