From 17ca744723bd652f15d59d6c8555824f6e49018d Mon Sep 17 00:00:00 2001 From: Instrumental Date: Thu, 29 Mar 2018 16:54:19 -0500 Subject: Change groupID to match Garrit Project Issue-ID: AAF-206 Change-Id: I2f9f83c210a6741b6c25c8045466d0c7a8e31811 Signed-off-by: Instrumental --- auth/auth-batch/pom.xml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'auth/auth-batch/pom.xml') diff --git a/auth/auth-batch/pom.xml b/auth/auth-batch/pom.xml index cd553506..2813a559 100644 --- a/auth/auth-batch/pom.xml +++ b/auth/auth-batch/pom.xml @@ -23,7 +23,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 - org.onap.aaf.auth + org.onap.aaf.authz.auth parent 2.1.0-SNAPSHOT ../pom.xml @@ -72,6 +72,8 @@ true + + false 0.7.7.201606060606 @@ -92,27 +94,27 @@ - org.onap.aaf.misc + org.onap.aaf.authz.misc aaf-misc-env - org.onap.aaf.cadi + org.onap.aaf.authz.cadi aaf-cadi-core - org.onap.aaf.misc + org.onap.aaf.authz.misc aaf-misc-rosetta - org.onap.aaf.cadi + org.onap.aaf.authz.cadi aaf-cadi-aaf - org.onap.aaf.auth + org.onap.aaf.authz.auth aaf-auth-cass -- cgit 1.2.3-korg