From 725dbc43802a115884922d72e5ccd04056969001 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Thu, 3 Oct 2019 13:39:33 +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 42793b0..2f46c87 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ org.gcube.tools maven-parent - 1.1.0-SNAPSHOT + 1.1.0 org.gcube.information-system @@ -21,9 +21,9 @@ - scm:https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/${project.artifactId} - scm:https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/${project.artifactId} - https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/${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}