From 19220e282437dacbed9e10ef564feb39227bf8bc Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Thu, 3 Oct 2019 14:53:59 +0200 Subject: [PATCH] Fixed maven parent and 'scm' section --- pom.xml | 42 ++++++++++++++++++++++-------------------- 1 file changed, 22 insertions(+), 20 deletions(-) diff --git a/pom.xml b/pom.xml index c671841..f77e773 100644 --- a/pom.xml +++ b/pom.xml @@ -1,28 +1,30 @@ - - 4.0.0 - - org.gcube.tools - maven-parent - 1.1.0-SNAPSHOT - - org.gcube.information-system - parthenos-entities - 1.0.0-SNAPSHOT - parthenos Entities - - + + 4.0.0 + + org.gcube.tools + maven-parent + 1.1.0 + + org.gcube.information-system + parthenos-entities + 1.0.0-SNAPSHOT + parthenos Entities + + UTF-8 ${project.basedir}/distro InformationSystem - 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/luca.frosini/${project.artifactId}.git + scm:git:https://code-repo.d4science.org/luca.frosini/${project.artifactId}.git + https://code-repo.d4science.org/luca.frosini/${project.artifactId} - - + + org.gcube.distribution @@ -62,7 +64,7 @@ com.fasterxml.jackson.core jackson-core - + org.slf4j slf4j-api @@ -108,5 +110,5 @@ - + \ No newline at end of file