From 6cef1563ac2750bd42d822b8c51134e22702153e Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Thu, 3 Oct 2019 13:20:12 +0200 Subject: [PATCH] Fixed maven parent and 'scm' section --- pom.xml | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/pom.xml b/pom.xml index a25eba9..a941d97 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ maven-parent org.gcube.tools - 1.1.0-SNAPSHOT + 1.1.0 @@ -14,16 +14,7 @@ grsf-common-library jar 1.1.0-SNAPSHOT - - - Common library for GRSF service and management panel. - - - - scm:https://svn.d4science.research-infrastructures.eu/gcube/trunk/${serviceClass}/${project.artifactId} - scm:https://svn.d4science.research-infrastructures.eu/gcube/trunk/${serviceClass}/${project.artifactId} - https://svn.d4science.research-infrastructures.eu/gcube/trunk/${serviceClass}/${project.artifactId} - + Common library for GRSF service and management panel. UTF-8 @@ -36,6 +27,12 @@ UTF-8 1.10.1 + + + 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} +