From cb314cb0c849f1f9b8dac60581b5a012f85bb77b Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Thu, 3 Oct 2019 13:10:34 +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 b438fa1..1f8f178 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.data.publishing @@ -32,9 +32,9 @@ - scm:https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-publishing/${project.artifactId} - scm:https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-publishing/${project.artifactId} - https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-publishing/${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}