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 /pom.xml | |
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 'pom.xml')
-rwxr-xr-x | pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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"> <modelVersion>4.0.0</modelVersion> + <parent> + <groupId>org.onap.oparent</groupId> + <artifactId>oparent</artifactId> + <version>1.1.0</version> + </parent> + <groupId>org.onap.aai</groupId> <artifactId>champ</artifactId> <name>aai-champ</name> |