From ac8be3648bed6ae4cf4dd87aaa03fb832df41d83 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Thu, 3 Oct 2019 12:57:18 +0200 Subject: [PATCH] Addes 'scm' section --- is-monitor-backend/pom.xml | 29 +++++++++++++++--------- is-monitor-frontend/pom.xml | 10 ++++++++- pom.xml | 45 +++++++++++++++++++++++-------------- 3 files changed, 56 insertions(+), 28 deletions(-) diff --git a/is-monitor-backend/pom.xml b/is-monitor-backend/pom.xml index a0cefac..b4df4e9 100644 --- a/is-monitor-backend/pom.xml +++ b/is-monitor-backend/pom.xml @@ -1,11 +1,20 @@ - - 4.0.0 - - org.gcube.information-system - is-monitor - 1.0.0-SNAPSHOT - - is-monitor-backend - IS Monitor Backend - IS Monitor Backend + + 4.0.0 + + org.gcube.information-system + is-monitor + 1.0.0-SNAPSHOT + + is-monitor-backend + IS Monitor Backend + IS Monitor Backend + + + scm:git:https://code-repo.d4science.org/gCubeSystem/is-monitor.git + scm:git:https://code-repo.d4science.org/gCubeSystem/is-monitor.git + https://code-repo.d4science.org/gCubeSystem/is-monitor + + \ No newline at end of file diff --git a/is-monitor-frontend/pom.xml b/is-monitor-frontend/pom.xml index 8cfe1a6..2100ad7 100644 --- a/is-monitor-frontend/pom.xml +++ b/is-monitor-frontend/pom.xml @@ -7,10 +7,18 @@ is-monitor 1.0.0-SNAPSHOT + is-monitor-frontend IS Monitor Frontend IS Monitor Frontend + + scm:git:https://code-repo.d4science.org/gCubeSystem/is-monitor.git + scm:git:https://code-repo.d4science.org/gCubeSystem/is-monitor.git + https://code-repo.d4science.org/gCubeSystem/is-monitor + + + @@ -60,7 +68,7 @@ install - + diff --git a/pom.xml b/pom.xml index 7049483..9b57cf9 100644 --- a/pom.xml +++ b/pom.xml @@ -1,18 +1,29 @@ - - 4.0.0 - - org.gcube.tools - maven-parent - 1.1.0 - - org.gcube.information-system - is-monitor - 1.0.0-SNAPSHOT - pom - IS Monitor - IS Monitor - - is-monitor-backend - is-monitor-frontend - + + 4.0.0 + + org.gcube.tools + maven-parent + 1.1.0 + + + org.gcube.information-system + is-monitor + 1.0.0-SNAPSHOT + pom + IS Monitor + IS Monitor + + + is-monitor-backend + is-monitor-frontend + + + + 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} + + \ No newline at end of file