From b4f108d7814915a47208e110ee077c8130ca2f7f Mon Sep 17 00:00:00 2001 From: Sai Gandham Date: Mon, 9 Apr 2018 01:12:45 +0000 Subject: [PATCH] Modify parent in parent modules Issue-ID: AAF-215 Change-Id: I424ef918de779d17043045f5aac66c2863845e1a Signed-off-by: Sai Gandham --- auth/pom.xml | 4 ++-- cadi/aaf/pom.xml | 2 +- cadi/pom.xml | 7 +++---- misc/pom.xml | 4 ++-- 4 files changed, 8 insertions(+), 9 deletions(-) diff --git a/auth/pom.xml b/auth/pom.xml index a2fc0017..410e88b2 100644 --- a/auth/pom.xml +++ b/auth/pom.xml @@ -23,11 +23,11 @@ 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.auth parent 2.1.0-SNAPSHOT diff --git a/cadi/aaf/pom.xml b/cadi/aaf/pom.xml index 20726217..25ae5eed 100644 --- a/cadi/aaf/pom.xml +++ b/cadi/aaf/pom.xml @@ -91,7 +91,7 @@ org.onap.aaf.authz.auth aaf-auth-client - + ${project.version} diff --git a/cadi/pom.xml b/cadi/pom.xml index 93fa24a6..74773676 100644 --- a/cadi/pom.xml +++ b/cadi/pom.xml @@ -21,11 +21,11 @@ --> 4.0.0 - + org.onap.aaf.authz.cadi parent AAF CADI Parent (Code, Access, Data, Identity) @@ -39,7 +39,6 @@ true - 2.1.0-SNAPSHOT UTF-8 9.3.9.v20160517 1.5.1 @@ -147,7 +146,7 @@ org.onap.aaf.authz.auth aaf-auth-client - ${project.authClientVersion} + ${project.version} diff --git a/misc/pom.xml b/misc/pom.xml index 4214c838..5af823c4 100644 --- a/misc/pom.xml +++ b/misc/pom.xml @@ -22,11 +22,11 @@ 4.0.0 - + org.onap.aaf.authz.misc parent AAF Misc Parent -- 2.16.6