From 83fc0257eb809c31461baf0befd54abf5fbbba55 Mon Sep 17 00:00:00 2001 From: Sai Gandham Date: Mon, 9 Apr 2018 16:28:48 +0000 Subject: Keep same groupID across AAF repo Issue-ID: AAF-215 Change-Id: I1f4b9627702aa8438f8745a2ba6a8ec8efe407a8 Signed-off-by: Sai Gandham --- auth/auth-hello/pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'auth/auth-hello/pom.xml') diff --git a/auth/auth-hello/pom.xml b/auth/auth-hello/pom.xml index 6ebd7b8a..1f710bc4 100644 --- a/auth/auth-hello/pom.xml +++ b/auth/auth-hello/pom.xml @@ -15,8 +15,8 @@ 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.authz.auth - parent + org.onap.aaf.authz + authparent 2.1.0-SNAPSHOT ../pom.xml @@ -42,18 +42,18 @@ /content/repositories/snapshots/ /content/repositories/releases/ /content/repositories/staging/ - /content/sites/site/org/onap/aaf/authz/auth/${project.artifactId}/${project.version} + /content/sites/site/org.onap.aaf.authz/${project.artifactId}/${project.version} - org.onap.aaf.authz.auth + org.onap.aaf.authz aaf-auth-core ${project.version} - org.onap.aaf.authz.cadi + org.onap.aaf.authz aaf-cadi-aaf ${project.version} -- cgit 1.2.3-korg