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