From d93b78da3ed15a6847a3a95907ae3544bedd2824 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Thu, 3 Oct 2019 13:21:43 +0200 Subject: [PATCH] Fixed maven parent and 'scm' section --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index 7faeb5f..ff88564 100644 --- a/pom.xml +++ b/pom.xml @@ -4,8 +4,9 @@ org.gcube.tools maven-parent - 1.1.0-SNAPSHOT + 1.1.0 + org.gcube.information-system information-system-bom 1.5.0-SNAPSHOT @@ -27,11 +28,10 @@ - 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} -