From 6b20068fe4cfe943fec02449376cb964a00a1cea Mon Sep 17 00:00:00 2001 From: Manuele Simi Date: Tue, 15 Oct 2019 13:30:45 -0400 Subject: [PATCH] Migrate SCM section to Git. --- pom.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index a44d76c..f34699a 100644 --- a/pom.xml +++ b/pom.xml @@ -19,11 +19,10 @@ ${sis.version} - - scm:svn:${svnBaseUrl}/${project.artifactId} - scm:svn:${svnBaseUrl}/${project.artifactId} - ${svnBaseUrl}/${project.artifactId} + scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git + scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git + https://code-repo.d4science.org/gCubeSystem/${project.artifactId}