From 5e38492cf45e5e7d7c8b129dd00d476bb42dd606 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Thu, 3 Oct 2019 13:05:28 +0200 Subject: [PATCH] Fixed maven parent and 'scm' section --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index e9205fe..ad3c162 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.gcube.tools maven-parent - 1.1.0-SNAPSHOT + 1.1.0 org.gcube.accounting @@ -22,9 +22,9 @@ - scm:https://svn.d4science.research-infrastructures.eu/gcube/trunk/accounting/${project.artifactId} - scm:https://svn.d4science.research-infrastructures.eu/gcube/trunk/accounting/${project.artifactId} - https://svn.d4science.research-infrastructures.eu/gcube/trunk/accounting/${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}