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-batch/pom.xml | 16 ++++++++-------- auth/auth-cass/pom.xml | 10 +++++----- auth/auth-certman/pom.xml | 12 ++++++------ auth/auth-client/pom.xml | 11 ++++++++--- auth/auth-cmd/pom.xml | 10 +++++----- auth/auth-core/pom.xml | 14 +++++++------- auth/auth-deforg/pom.xml | 10 +++++----- auth/auth-fs/pom.xml | 10 +++++----- auth/auth-gui/pom.xml | 20 ++++++++++---------- auth/auth-hello/pom.xml | 10 +++++----- auth/auth-locate/pom.xml | 12 ++++++------ auth/auth-oauth/pom.xml | 12 ++++++------ auth/auth-service/pom.xml | 20 ++++++++++---------- auth/pom.xml | 38 +++++++++++++++++++------------------- 14 files changed, 105 insertions(+), 100 deletions(-) (limited to 'auth') diff --git a/auth/auth-batch/pom.xml b/auth/auth-batch/pom.xml index 8d97f105..1364fe02 100644 --- a/auth/auth-batch/pom.xml +++ b/auth/auth-batch/pom.xml @@ -23,8 +23,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 @@ -89,37 +89,37 @@ /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.misc + org.onap.aaf.authz aaf-misc-env ${project.version} - org.onap.aaf.authz.cadi + org.onap.aaf.authz aaf-cadi-core ${project.version} - org.onap.aaf.authz.misc + org.onap.aaf.authz aaf-misc-rosetta ${project.version} - org.onap.aaf.authz.cadi + org.onap.aaf.authz aaf-cadi-aaf ${project.version} - org.onap.aaf.authz.auth + org.onap.aaf.authz aaf-auth-cass ${project.version} diff --git a/auth/auth-cass/pom.xml b/auth/auth-cass/pom.xml index 88f49b63..7fc6db4a 100644 --- a/auth/auth-cass/pom.xml +++ b/auth/auth-cass/pom.xml @@ -15,8 +15,8 @@ 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 + org.onap.aaf.authz + authparent 2.1.0-SNAPSHOT ../pom.xml @@ -81,18 +81,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} diff --git a/auth/auth-certman/pom.xml b/auth/auth-certman/pom.xml index e1a40cdf..a50adb5b 100644 --- a/auth/auth-certman/pom.xml +++ b/auth/auth-certman/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 @@ -41,24 +41,24 @@ /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.auth + org.onap.aaf.authz aaf-auth-cass ${project.version} - org.onap.aaf.authz.cadi + org.onap.aaf.authz aaf-cadi-aaf ${project.version} diff --git a/auth/auth-client/pom.xml b/auth/auth-client/pom.xml index 4368e6b6..df870a82 100644 --- a/auth/auth-client/pom.xml +++ b/auth/auth-client/pom.xml @@ -22,12 +22,17 @@ 4.0.0 - + + org.onap.aaf.authz + parent + 2.1.0-SNAPSHOT + + aaf-auth-client AAF Auth Client XSD Generated classes for AAF Auth - org.onap.aaf.authz.auth + org.onap.aaf.authz 2.1.0-SNAPSHOT jar @@ -48,7 +53,7 @@ /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} diff --git a/auth/auth-cmd/pom.xml b/auth/auth-cmd/pom.xml index 956094b8..77a8a9d2 100644 --- a/auth/auth-cmd/pom.xml +++ b/auth/auth-cmd/pom.xml @@ -16,8 +16,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 @@ -44,7 +44,7 @@ /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} @@ -170,13 +170,13 @@ - org.onap.aaf.authz.cadi + org.onap.aaf.authz aaf-cadi-aaf ${project.version} - org.onap.aaf.authz.auth + org.onap.aaf.authz aaf-auth-core ${project.version} diff --git a/auth/auth-core/pom.xml b/auth/auth-core/pom.xml index ef6ac493..936f7b0e 100644 --- a/auth/auth-core/pom.xml +++ b/auth/auth-core/pom.xml @@ -23,8 +23,8 @@ 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 + org.onap.aaf.authz + authparent 2.1.0-SNAPSHOT ../pom.xml @@ -85,17 +85,17 @@ /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.misc + org.onap.aaf.authz aaf-misc-env ${project.version} - org.onap.aaf.authz.cadi + org.onap.aaf.authz aaf-cadi-aaf ${project.version} @@ -106,13 +106,13 @@ - org.onap.aaf.authz.misc + org.onap.aaf.authz aaf-misc-log4j ${project.version} - org.onap.aaf.authz.cadi + org.onap.aaf.authz aaf-cadi-core ${project.version} diff --git a/auth/auth-deforg/pom.xml b/auth/auth-deforg/pom.xml index 738f5f87..f7ec9b13 100644 --- a/auth/auth-deforg/pom.xml +++ b/auth/auth-deforg/pom.xml @@ -23,9 +23,9 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 4.0.0 - parent + authparent ../pom.xml - org.onap.aaf.authz.auth + org.onap.aaf.authz 2.1.0-SNAPSHOT @@ -87,19 +87,19 @@ /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.cadi + org.onap.aaf.authz aaf-cadi-core ${project.version} - org.onap.aaf.authz.auth + org.onap.aaf.authz aaf-auth-core ${project.version} diff --git a/auth/auth-fs/pom.xml b/auth/auth-fs/pom.xml index c0bbf45f..9f5c6aa6 100644 --- a/auth/auth-fs/pom.xml +++ b/auth/auth-fs/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,7 +42,7 @@ /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} @@ -84,13 +84,13 @@ - 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-core ${project.version} diff --git a/auth/auth-gui/pom.xml b/auth/auth-gui/pom.xml index 774aa04a..8c33812f 100644 --- a/auth/auth-gui/pom.xml +++ b/auth/auth-gui/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,25 +42,25 @@ /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.auth + org.onap.aaf.authz aaf-auth-client ${project.version} - org.onap.aaf.authz.auth + org.onap.aaf.authz aaf-auth-cmd ${project.version} @@ -69,25 +69,25 @@ you have something else Match with Property Entry: Organization., i.e. Organization.onap.org=org.onap.org.DefaultOrg --> - org.onap.aaf.authz.auth + org.onap.aaf.authz aaf-auth-deforg ${project.version} - org.onap.aaf.authz.cadi + org.onap.aaf.authz aaf-cadi-aaf ${project.version} - org.onap.aaf.authz.cadi + org.onap.aaf.authz aaf-cadi-client ${project.version} - org.onap.aaf.authz.misc + org.onap.aaf.authz aaf-misc-xgen ${project.version} 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} diff --git a/auth/auth-locate/pom.xml b/auth/auth-locate/pom.xml index 0a94a9d0..f5129bf5 100644 --- a/auth/auth-locate/pom.xml +++ b/auth/auth-locate/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,24 +42,24 @@ /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.auth + org.onap.aaf.authz aaf-auth-cass ${project.version} - org.onap.aaf.authz.cadi + org.onap.aaf.authz aaf-cadi-aaf ${project.version} diff --git a/auth/auth-oauth/pom.xml b/auth/auth-oauth/pom.xml index ce51d0b7..19f5caae 100644 --- a/auth/auth-oauth/pom.xml +++ b/auth/auth-oauth/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,24 +42,24 @@ /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.auth + org.onap.aaf.authz aaf-auth-cass ${project.version} - org.onap.aaf.authz.cadi + org.onap.aaf.authz aaf-cadi-aaf ${project.version} diff --git a/auth/auth-service/pom.xml b/auth/auth-service/pom.xml index 87b723ad..ae79c80d 100644 --- a/auth/auth-service/pom.xml +++ b/auth/auth-service/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,19 +42,19 @@ /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-client ${project.version} - org.onap.aaf.authz.auth + org.onap.aaf.authz aaf-auth-core ${project.version} @@ -63,31 +63,31 @@ you have something else Match with Property Entry: Organization., i.e. Organization.onap.org=org.onap.org.DefaultOrg --> - org.onap.aaf.authz.auth + org.onap.aaf.authz aaf-auth-deforg ${project.version} - org.onap.aaf.authz.auth + org.onap.aaf.authz aaf-auth-cass ${project.version} - org.onap.aaf.authz.auth + org.onap.aaf.authz aaf-auth-oauth ${project.version} - org.onap.aaf.authz.misc + org.onap.aaf.authz aaf-misc-rosetta ${project.version} - org.onap.aaf.authz.cadi + org.onap.aaf.authz aaf-cadi-aaf ${project.version} diff --git a/auth/pom.xml b/auth/pom.xml index 410e88b2..fc4c8e0a 100644 --- a/auth/pom.xml +++ b/auth/pom.xml @@ -24,12 +24,12 @@ 4.0.0 - org.onap.aaf.authz - super-pom - 2.1.0-SNAPSHOT + org.onap.aaf.authz + parent + 2.1.0-SNAPSHOT - org.onap.aaf.authz.auth - parent + org.onap.aaf.authz + authparent 2.1.0-SNAPSHOT AAF Auth Parent pom @@ -55,7 +55,7 @@ /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} @@ -382,43 +382,43 @@ - org.onap.aaf.authz.misc + org.onap.aaf.authz aaf-misc-env ${project.version} - org.onap.aaf.authz.misc + org.onap.aaf.authz aaf-misc-log4j ${project.version} - org.onap.aaf.authz.misc + org.onap.aaf.authz aaf-misc-rosetta ${project.version} - org.onap.aaf.authz.misc + org.onap.aaf.authz aaf-misc-xgen ${project.version} - org.onap.aaf.authz.cadi + org.onap.aaf.authz aaf-cadi-core ${project.version} - org.onap.aaf.authz.cadi + org.onap.aaf.authz aaf-cadi-client ${project.version} - org.onap.aaf.authz.cadi + org.onap.aaf.authz aaf-cadi-aaf ${project.version} @@ -430,37 +430,37 @@ - org.onap.aaf.authz.auth + org.onap.aaf.authz aaf-auth-client ${project.version} - org.onap.aaf.authz.auth + org.onap.aaf.authz aaf-auth-core ${project.version} - org.onap.aaf.authz.auth + org.onap.aaf.authz aaf-auth-cass ${project.version} - org.onap.aaf.authz.auth + org.onap.aaf.authz aaf-auth-cmd ${project.version} - org.onap.aaf.authz.auth + org.onap.aaf.authz aaf-auth-oauth ${project.version} - org.onap.aaf.authz.auth + org.onap.aaf.authz aaf-auth-deforg ${project.version} -- cgit 1.2.3-korg