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 +++++----- auth/auth-cass/pom.xml | 10 ++++--- .../test-classes/com/att/dao/aaf/test/.gitignore | 5 ---- auth/auth-certman/pom.xml | 10 +++---- auth/auth-client/pom.xml | 2 +- auth/auth-cmd/pom.xml | 8 +++--- auth/auth-core/pom.xml | 12 +++++---- auth/auth-deforg/pom.xml | 8 +++--- auth/auth-fs/pom.xml | 8 +++--- auth/auth-gui/pom.xml | 16 +++++------ auth/auth-hello/pom.xml | 6 ++--- auth/auth-locate/pom.xml | 8 +++--- auth/auth-oauth/pom.xml | 8 +++--- auth/auth-service/pom.xml | 16 +++++------ auth/pom.xml | 31 +++++++++++----------- 15 files changed, 84 insertions(+), 78 deletions(-) delete mode 100644 auth/auth-cass/target/test-classes/com/att/dao/aaf/test/.gitignore (limited to 'auth') 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 diff --git a/auth/auth-cass/pom.xml b/auth/auth-cass/pom.xml index 1835812c..429a1220 100644 --- a/auth/auth-cass/pom.xml +++ b/auth/auth-cass/pom.xml @@ -23,7 +23,7 @@ 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.auth + org.onap.aaf.authz.auth parent 2.1.0-SNAPSHOT ../pom.xml @@ -72,8 +72,10 @@ true + + - 0.7.7.201606060606 + 0.7.7.201606060606 3.2 jacoco @@ -90,12 +92,12 @@ - org.onap.aaf.auth + org.onap.aaf.authz.auth aaf-auth-core - org.onap.aaf.cadi + org.onap.aaf.authz.cadi aaf-cadi-aaf diff --git a/auth/auth-cass/target/test-classes/com/att/dao/aaf/test/.gitignore b/auth/auth-cass/target/test-classes/com/att/dao/aaf/test/.gitignore deleted file mode 100644 index 1871693c..00000000 --- a/auth/auth-cass/target/test-classes/com/att/dao/aaf/test/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -/JU_OAuthAppDAO.java -/.settings/ -/.project -/target/ -/.classpath diff --git a/auth/auth-certman/pom.xml b/auth/auth-certman/pom.xml index 5363a824..f4860727 100644 --- a/auth/auth-certman/pom.xml +++ b/auth/auth-certman/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 @@ -34,8 +34,6 @@ Certificate Manager API - true - 21 0.7.7.201606060606 3.2 @@ -54,17 +52,17 @@ - org.onap.aaf.auth + org.onap.aaf.authz.auth aaf-auth-core - org.onap.aaf.auth + org.onap.aaf.authz.auth aaf-auth-cass - org.onap.aaf.cadi + org.onap.aaf.authz.cadi aaf-cadi-aaf diff --git a/auth/auth-client/pom.xml b/auth/auth-client/pom.xml index 25a406e4..c53b9597 100644 --- a/auth/auth-client/pom.xml +++ b/auth/auth-client/pom.xml @@ -27,7 +27,7 @@ aaf-auth-client AAF Auth Client XSD Generated classes for AAF Auth - org.onap.aaf.auth + org.onap.aaf.authz.auth 2.10-SNAPSHOT jar 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 diff --git a/auth/auth-core/pom.xml b/auth/auth-core/pom.xml index 327a3d51..f1948747 100644 --- a/auth/auth-core/pom.xml +++ b/auth/auth-core/pom.xml @@ -23,7 +23,7 @@ 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.auth + org.onap.aaf.authz.auth parent 2.1.0-SNAPSHOT ../pom.xml @@ -73,6 +73,8 @@ true + + 0.7.7.201606060606 3.2 @@ -91,11 +93,11 @@ - org.onap.aaf.misc + org.onap.aaf.authz.misc aaf-misc-env - org.onap.aaf.cadi + org.onap.aaf.authz.cadi aaf-cadi-aaf @@ -105,12 +107,12 @@ - org.onap.aaf.misc + org.onap.aaf.authz.misc aaf-misc-log4j - org.onap.aaf.cadi + org.onap.aaf.authz.cadi aaf-cadi-core diff --git a/auth/auth-deforg/pom.xml b/auth/auth-deforg/pom.xml index 1fa3f495..2e02120d 100644 --- a/auth/auth-deforg/pom.xml +++ b/auth/auth-deforg/pom.xml @@ -25,7 +25,7 @@ parent ../pom.xml - org.onap.aaf.auth + org.onap.aaf.authz.auth 2.1.0-SNAPSHOT @@ -73,6 +73,8 @@ true + + false 0.7.7.201606060606 @@ -93,12 +95,12 @@ - org.onap.aaf.cadi + org.onap.aaf.authz.cadi aaf-cadi-core - org.onap.aaf.auth + org.onap.aaf.authz.auth aaf-auth-core diff --git a/auth/auth-fs/pom.xml b/auth/auth-fs/pom.xml index f3bbdd3a..31f2c33f 100644 --- a/auth/auth-fs/pom.xml +++ b/auth/auth-fs/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 @@ -35,6 +35,8 @@ true + + true 0.7.7.201606060606 @@ -91,12 +93,12 @@ - org.onap.aaf.auth + org.onap.aaf.authz.auth aaf-auth-core - org.onap.aaf.cadi + org.onap.aaf.authz.cadi aaf-cadi-core diff --git a/auth/auth-gui/pom.xml b/auth/auth-gui/pom.xml index 0efa1d8e..946f2a3e 100644 --- a/auth/auth-gui/pom.xml +++ b/auth/auth-gui/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,17 +54,17 @@ - org.onap.aaf.auth + org.onap.aaf.authz.auth aaf-auth-core - org.onap.aaf.auth + org.onap.aaf.authz.auth aaf-auth-client - org.onap.aaf.auth + org.onap.aaf.authz.auth aaf-auth-cmd @@ -72,22 +72,22 @@ 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.cadi + org.onap.aaf.authz.cadi aaf-cadi-aaf - org.onap.aaf.cadi + org.onap.aaf.authz.cadi aaf-cadi-client - org.onap.aaf.misc + org.onap.aaf.authz.misc aaf-misc-xgen diff --git a/auth/auth-hello/pom.xml b/auth/auth-hello/pom.xml index 97226500..0b64aa90 100644 --- a/auth/auth-hello/pom.xml +++ b/auth/auth-hello/pom.xml @@ -15,7 +15,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 @@ -45,12 +45,12 @@ - org.onap.aaf.auth + org.onap.aaf.authz.auth aaf-auth-core - org.onap.aaf.cadi + org.onap.aaf.authz.cadi aaf-cadi-aaf diff --git a/auth/auth-locate/pom.xml b/auth/auth-locate/pom.xml index cedf3472..dc69368b 100644 --- a/auth/auth-locate/pom.xml +++ b/auth/auth-locate/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 @@ -53,17 +53,17 @@ - org.onap.aaf.auth + org.onap.aaf.authz.auth aaf-auth-core - org.onap.aaf.auth + org.onap.aaf.authz.auth aaf-auth-cass - org.onap.aaf.cadi + org.onap.aaf.authz.cadi aaf-cadi-aaf diff --git a/auth/auth-oauth/pom.xml b/auth/auth-oauth/pom.xml index 85c69433..3941702c 100644 --- a/auth/auth-oauth/pom.xml +++ b/auth/auth-oauth/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 @@ -53,17 +53,17 @@ - org.onap.aaf.auth + org.onap.aaf.authz.auth aaf-auth-core - org.onap.aaf.auth + org.onap.aaf.authz.auth aaf-auth-cass - org.onap.aaf.cadi + org.onap.aaf.authz.cadi aaf-cadi-aaf 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 diff --git a/auth/pom.xml b/auth/pom.xml index 4372d6e7..90892914 100644 --- a/auth/pom.xml +++ b/auth/pom.xml @@ -23,7 +23,7 @@ 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.auth + org.onap.aaf.authz.auth parent 2.1.0-SNAPSHOT AAF Auth Parent @@ -116,7 +116,8 @@ maven-surefire-plugin 2.17 - ${skipTests} + true + **/JU*.java @@ -376,43 +377,43 @@ - org.onap.aaf.misc + org.onap.aaf.authz.misc aaf-misc-env ${project.miscVersion} - org.onap.aaf.misc + org.onap.aaf.authz.misc aaf-misc-log4j ${project.miscVersion} - org.onap.aaf.misc + org.onap.aaf.authz.misc aaf-misc-rosetta ${project.miscVersion} - org.onap.aaf.misc + org.onap.aaf.authz.misc aaf-misc-xgen ${project.miscVersion} - org.onap.aaf.cadi + org.onap.aaf.authz.cadi aaf-cadi-core ${project.cadiVersion} - org.onap.aaf.cadi + org.onap.aaf.authz.cadi aaf-cadi-client ${project.cadiVersion} - org.onap.aaf.cadi + org.onap.aaf.authz.cadi aaf-cadi-aaf ${project.cadiVersion} @@ -424,37 +425,37 @@ - org.onap.aaf.auth + org.onap.aaf.authz.auth aaf-auth-client ${project.interfaceVersion} - org.onap.aaf.auth + org.onap.aaf.authz.auth aaf-auth-core ${project.version} - org.onap.aaf.auth + org.onap.aaf.authz.auth aaf-auth-cass ${project.version} - org.onap.aaf.auth + org.onap.aaf.authz.auth aaf-auth-cmd ${project.version} - org.onap.aaf.auth + org.onap.aaf.authz.auth aaf-auth-oauth ${project.version} - org.onap.aaf.auth + org.onap.aaf.authz.auth aaf-auth-deforg ${project.version} -- cgit 1.2.3-korg