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-cmd/pom.xml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'auth/auth-cmd') diff --git a/auth/auth-cmd/pom.xml b/auth/auth-cmd/pom.xml index 261e425d..c67e8490 100644 --- a/auth/auth-cmd/pom.xml +++ b/auth/auth-cmd/pom.xml @@ -24,7 +24,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 @@ -37,6 +37,8 @@ true + + false 0.7.7.201606060606 @@ -166,12 +168,12 @@ - org.onap.aaf.cadi + org.onap.aaf.authz.cadi aaf-cadi-aaf - org.onap.aaf.auth + org.onap.aaf.authz.auth aaf-auth-core -- cgit 1.2.3-korg