From a3ee2293f1abeca15228eb82fb7b496944e95889 Mon Sep 17 00:00:00 2001 From: Sai Gandham Date: Sat, 7 Apr 2018 22:38:08 -0500 Subject: [PATCH] Add super pom ref to parent poms Issue-ID: AAF-215 Change-Id: I879aedaae70611f473e6baa3d1488d8a3a7996ce Signed-off-by: Sai Gandham --- auth/pom.xml | 11 ++++++----- cadi/pom.xml | 10 +++++----- misc/pom.xml | 11 ++++++----- pom.xml | 2 +- 4 files changed, 18 insertions(+), 16 deletions(-) diff --git a/auth/pom.xml b/auth/pom.xml index 99d864dd..0c5ecf9d 100644 --- a/auth/pom.xml +++ b/auth/pom.xml @@ -23,17 +23,18 @@ 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.aaf.authz + super-pom + 2.1.0-SNAPSHOT + org.onap.aaf.authz.auth parent 2.1.0-SNAPSHOT AAF Auth Parent pom - - org.onap.oparent - oparent - 1.1.0 - + UTF-8 2.10-SNAPSHOT diff --git a/cadi/pom.xml b/cadi/pom.xml index 690cf8dc..1a931c5a 100644 --- a/cadi/pom.xml +++ b/cadi/pom.xml @@ -21,6 +21,11 @@ --> 4.0.0 + + org.onap.aaf.authz + super-pom + 2.1.0-SNAPSHOT + org.onap.aaf.authz.cadi parent AAF CADI Parent (Code, Access, Data, Identity) @@ -31,11 +36,6 @@ pom - - org.onap.oparent - oparent - 1.1.0 - true diff --git a/misc/pom.xml b/misc/pom.xml index cf0418fa..5af823c4 100644 --- a/misc/pom.xml +++ b/misc/pom.xml @@ -22,17 +22,18 @@ 4.0.0 + + org.onap.aaf.authz + super-pom + 2.1.0-SNAPSHOT + org.onap.aaf.authz.misc parent AAF Misc Parent 2.1.0-SNAPSHOT pom - - org.onap.oparent - oparent - 1.1.0 - + diff --git a/pom.xml b/pom.xml index 23a1e94b..e9584f1f 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ 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.aaf.authz - parent + super-pom 2.1.0-SNAPSHOT AAF Overall Parent pom -- 2.16.6