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-service/pom.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'auth/auth-service/pom.xml') diff --git a/auth/auth-service/pom.xml b/auth/auth-service/pom.xml index d8714cfa..8c71d58f 100644 --- a/auth/auth-service/pom.xml +++ b/auth/auth-service/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 @@ -54,12 +54,12 @@ - org.onap.aaf.auth + org.onap.aaf.authz.auth aaf-auth-client - org.onap.aaf.auth + org.onap.aaf.authz.auth aaf-auth-core @@ -67,27 +67,27 @@ you have something else Match with Property Entry: Organization., i.e. Organization.onap.org=org.onap.org.DefaultOrg --> - org.onap.aaf.auth + org.onap.aaf.authz.auth aaf-auth-deforg - org.onap.aaf.auth + org.onap.aaf.authz.auth aaf-auth-cass - org.onap.aaf.auth + org.onap.aaf.authz.auth aaf-auth-oauth - org.onap.aaf.misc + org.onap.aaf.authz.misc aaf-misc-rosetta - org.onap.aaf.cadi + org.onap.aaf.authz.cadi aaf-cadi-aaf -- cgit 1.2.3-korg