From: Michael Arrastia Date: Fri, 18 May 2018 16:56:34 +0000 (+0100) Subject: Organise pom structure into corrected hierarchy X-Git-Tag: v1.2.2~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=aai%2Fchamp.git;a=commitdiff_plain;h=857d2d42d459a01551ba4b0fc4149e123a9acb04 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 --- 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 diff --git a/champ-service-deps-janus/pom.xml b/champ-service-deps-janus/pom.xml index 4218051..1c58a18 100644 --- a/champ-service-deps-janus/pom.xml +++ b/champ-service-deps-janus/pom.xml @@ -28,14 +28,15 @@ limitations under the License. 1.2.1-SNAPSHOT + org.onap.aai.champ champ-service-deps-janus pom - org.onap.aai + org.onap.aai.champ.champ-lib champ-janus - 1.2.1-SNAPSHOT + ${project.version} ch.qos.logback diff --git a/champ-service-deps-titan/pom.xml b/champ-service-deps-titan/pom.xml index 233430f..c80a7a6 100644 --- a/champ-service-deps-titan/pom.xml +++ b/champ-service-deps-titan/pom.xml @@ -28,14 +28,15 @@ limitations under the License. 1.2.1-SNAPSHOT + org.onap.aai.champ champ-service-deps-titan pom - org.onap.aai + org.onap.aai.champ.champ-lib champ-titan - 1.2.1-SNAPSHOT + ${project.version} ch.qos.logback 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 diff --git a/pom.xml b/pom.xml index 07c283a..0f08a93 100755 --- a/pom.xml +++ b/pom.xml @@ -22,6 +22,12 @@ limitations under the License. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 + + org.onap.oparent + oparent + 1.1.0 + + org.onap.aai champ aai-champ