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-service/pom.xml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'champ-service/pom.xml') diff --git a/champ-service/pom.xml b/champ-service/pom.xml index 9011bb8..b0920a2 100644 --- a/champ-service/pom.xml +++ b/champ-service/pom.xml @@ -24,14 +24,13 @@ limitations under the License. 4.0.0 - org.onap.oparent - oparent - 1.1.0 + org.onap.aai + champ + 1.2.1-SNAPSHOT org.onap.aai.champ champ-service - 1.2.1-SNAPSHOT ${basedir}/target @@ -160,9 +159,9 @@ limitations under the License. - org.onap.aai + org.onap.aai.champ.champ-lib champ-core - 1.2.1-SNAPSHOT + ${project.version} compile -- cgit 1.2.3-korg