diff options
author | Michael Arrastia <MArrasti@amdocs.com> | 2018-05-18 17:56:34 +0100 |
---|---|---|
committer | Michael Arrastia <MArrasti@amdocs.com> | 2018-05-18 18:01:33 +0100 |
commit | 857d2d42d459a01551ba4b0fc4149e123a9acb04 (patch) | |
tree | 6006c06f00b64f1fe44273f882d9589c637ed8c9 /champ-lib/champ-titan | |
parent | 3fbc06dea1fb6a0d2aa68c78268744a650f60ac1 (diff) |
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 <MArrasti@amdocs.com>
Diffstat (limited to 'champ-lib/champ-titan')
-rw-r--r-- | champ-lib/champ-titan/pom.xml | 11 |
1 files changed, 6 insertions, 5 deletions
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. <modelVersion>4.0.0</modelVersion> <parent> + <groupId>org.onap.aai.champ</groupId> <artifactId>champ-lib</artifactId> - <groupId>org.onap.aai</groupId> <version>1.2.1-SNAPSHOT</version> </parent> + <groupId>org.onap.aai.champ.champ-lib</groupId> <artifactId>champ-titan</artifactId> <properties> @@ -43,15 +44,15 @@ limitations under the License. </dependency> <dependency> - <groupId>org.onap.aai</groupId> + <groupId>org.onap.aai.champ.champ-lib</groupId> <artifactId>champ-core</artifactId> - <version>1.2.1-SNAPSHOT</version> + <version>${project.version}</version> </dependency> <dependency> - <groupId>org.onap.aai</groupId> + <groupId>org.onap.aai.champ.champ-lib</groupId> <artifactId>champ-core</artifactId> - <version>1.2.1-SNAPSHOT</version> + <version>${project.version}</version> <type>test-jar</type> <scope>test</scope> </dependency> |