scm connection modified

This commit is contained in:
lucio 2019-10-03 09:45:20 +02:00
parent b4af813396
commit b33853f448
1 changed files with 3 additions and 3 deletions

View File

@ -34,9 +34,9 @@
</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/commmon-smartgears.git</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/commmon-smartgears.git</developerConnection>
<url>http://svn.d4science.research-infrastructures.eu/gcube/trunk/Common/${project.artifactId}</url> <url>https://code-repo.d4science.org/gCubeSystem/commmon-smartgears</url>
</scm> </scm>
<dependencies> <dependencies>