From faaed7ae6148bc71d27cd8fa45decf5ce6f82400 Mon Sep 17 00:00:00 2001 From: "fabio.sinibaldi" Date: Tue, 21 Jan 2020 15:32:57 +0100 Subject: [PATCH] Fixed scm and bom --- pom.xml | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index d54c27d..948c252 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ org.gcube.accounting accounting-summary-access - 1.0.1-SNAPSHOT + 1.0.1 Accounting Summary Access Java library for accessing accounting summary data @@ -17,19 +17,24 @@ org.gcube.distribution gcube-bom - LATEST + 1.4.0 pom import - + ${project.basedir}/distro - http://svn.research-infrastructures.eu/d4science/gcube/trunk/data-access/${project.artifactId} - ${project.basedir}/src/test/resources/sql + https://code-repo.d4science.org/gCubeSystem/ + + scm:git:${gitBaseUrl}/${artifactId} + scm:git:${gitBaseUrl}/${artifactId} + ${gitBaseUrl}/${artifactId} + +