Migrate SCM section to Git.

pull/1/head r4.15.0
Manuele Simi 5 years ago
parent ec8d2b2152
commit 6b20068fe4

@ -19,11 +19,10 @@
<sis.utils.modules>${sis.version}</sis.utils.modules>
</properties>
<scm>
<connection>scm:svn:${svnBaseUrl}/${project.artifactId}</connection>
<developerConnection>scm:svn:${svnBaseUrl}/${project.artifactId}</developerConnection>
<url>${svnBaseUrl}/${project.artifactId}</url>
<connection>scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git</connection>
<developerConnection>scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git</developerConnection>
<url>https://code-repo.d4science.org/gCubeSystem/${project.artifactId}</url>
</scm>

Loading…
Cancel
Save