From 857d2d42d459a01551ba4b0fc4149e123a9acb04 Mon Sep 17 00:00:00 2001 From: Michael Arrastia Date: Fri, 18 May 2018 17:56:34 +0100 Subject: Organise pom structure into corrected hierarchy All child modules are now properly grouped under each parent. This should allow the Jenkins update version plugin to update the version of all child modules and allow the staging deployment of the champ-service releasable artifact. Change-Id: I6ecae622654e736f65691d9fa4357d27e606c801 Issue-ID: AAI-1146 Signed-off-by: Michael Arrastia --- champ-lib/champ-core/pom.xml | 3 ++- champ-lib/champ-janus/pom.xml | 11 ++++++----- champ-lib/champ-titan/pom.xml | 11 ++++++----- champ-lib/pom.xml | 1 + 4 files changed, 15 insertions(+), 11 deletions(-) (limited to 'champ-lib') diff --git a/champ-lib/champ-core/pom.xml b/champ-lib/champ-core/pom.xml index d528a0f..484953f 100644 --- a/champ-lib/champ-core/pom.xml +++ b/champ-lib/champ-core/pom.xml @@ -25,11 +25,12 @@ limitations under the License. 4.0.0 - org.onap.aai + org.onap.aai.champ champ-lib 1.2.1-SNAPSHOT + org.onap.aai.champ.champ-lib champ-core diff --git a/champ-lib/champ-janus/pom.xml b/champ-lib/champ-janus/pom.xml index 1a6f7d6..53b2e65 100644 --- a/champ-lib/champ-janus/pom.xml +++ b/champ-lib/champ-janus/pom.xml @@ -25,11 +25,12 @@ limitations under the License. 4.0.0 - org.onap.aai + org.onap.aai.champ champ-lib 1.2.1-SNAPSHOT + org.onap.aai.champ.champ-lib champ-janus @@ -44,15 +45,15 @@ limitations under the License. - org.onap.aai + org.onap.aai.champ.champ-lib champ-core - 1.2.1-SNAPSHOT + ${project.version} - org.onap.aai + org.onap.aai.champ.champ-lib champ-core - 1.2.1-SNAPSHOT + ${project.version} test-jar test diff --git a/champ-lib/champ-titan/pom.xml b/champ-lib/champ-titan/pom.xml index 35b0ecd..c8abee3 100644 --- a/champ-lib/champ-titan/pom.xml +++ b/champ-lib/champ-titan/pom.xml @@ -24,11 +24,12 @@ limitations under the License. 4.0.0 + org.onap.aai.champ champ-lib - org.onap.aai 1.2.1-SNAPSHOT + org.onap.aai.champ.champ-lib champ-titan @@ -43,15 +44,15 @@ limitations under the License. - org.onap.aai + org.onap.aai.champ.champ-lib champ-core - 1.2.1-SNAPSHOT + ${project.version} - org.onap.aai + org.onap.aai.champ.champ-lib champ-core - 1.2.1-SNAPSHOT + ${project.version} test-jar test diff --git a/champ-lib/pom.xml b/champ-lib/pom.xml index c325c9f..1446efb 100644 --- a/champ-lib/pom.xml +++ b/champ-lib/pom.xml @@ -28,6 +28,7 @@ limitations under the License. 1.2.1-SNAPSHOT + org.onap.aai.champ champ-lib pom -- cgit 1.2.3-korg