From 7e97d0c2c5a10e92d1233117bb60bfd9e42d35a0 Mon Sep 17 00:00:00 2001 From: Instrumental Date: Wed, 3 Oct 2018 08:59:30 -0500 Subject: [PATCH] Remove SNAPSHOT from oparent Issue-ID: AAF-517 Change-Id: I3f9e89447e757ab22d11e23f503d6e4945ebd55f Signed-off-by: Instrumental --- pom.xml | 820 ++++++++++++++++++++++++++++++++-------------------------------- 1 file changed, 413 insertions(+), 407 deletions(-) diff --git a/pom.xml b/pom.xml index e3512d5a..b0004f59 100644 --- a/pom.xml +++ b/pom.xml @@ -1,410 +1,416 @@ - + - 4.0.0 - org.onap.aaf.authz - parent - 2.1.2-SNAPSHOT - aaf-authz - pom - - - org.onap.oparent - oparent - 1.2.1-SNAPSHOT - - - - https://nexus.onap.org - https://nexus.onap.org - /content/repositories/snapshots/ - /content/repositories/releases/ - /content/repositories/staging/ - /content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version} - - false - - 0.7.7.201606060606 - 3.2 - jacoco - - target/code-coverage/jacoco-ut.exec - target/code-coverage/jacoco-it.exec - - **/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/** - https://nexus.onap.org - UTF-8 - 1.5.1 - 1.9.5 - ${project.version} - 9.4.12.v20180830 - 3.6.0 - - - - - - org.apache.maven.plugins - maven-deploy-plugin - - false - - - - org.sonatype.plugins - nexus-staging-maven-plugin - true - - ${nexusproxy} - 176c31dfe190a - ecomp-staging - - - - org.sonarsource.scanner.maven - sonar-maven-plugin - - - org.jacoco - jacoco-maven-plugin - - - **/gen/** - **/generated-sources/** - **/yang-gen/** - **/pax/** - - - - - pre-unit-test - - prepare-agent - - - ${project.build.directory}/code-coverage/jacoco-ut.exec - surefireArgLine - - - - post-unit-test - test - - report - - - ${project.build.directory}/code-coverage/jacoco-ut.exec - ${project.reporting.outputDirectory}/jacoco-ut - - - - pre-integration-test - pre-integration-test - - prepare-agent - - - ${project.build.directory}/code-coverage/jacoco-it.exec - failsafeArgLine - - - - post-integration-test - post-integration-test - - report - - - ${project.build.directory}/code-coverage/jacoco-it.exec - ${project.reporting.outputDirectory}/jacoco-it - - - - - - - - - auth-client - misc - cadi - auth - - - - - - org.onap.aaf.authz - aaf-misc-env - ${project.version} - - - - org.onap.aaf.authz - aaf-misc-log4j - ${project.version} - - - - org.onap.aaf.authz - aaf-misc-rosetta - ${project.version} - - - - org.onap.aaf.authz - aaf-misc-xgen - ${project.version} - - - - - - - - - - org.onap.aaf.authz - aaf-auth-client - ${project.version} - - - - org.onap.aaf.authz - aaf-auth-core - ${project.version} - - - - org.onap.aaf.authz - aaf-auth-cass - ${project.version} - - - - org.onap.aaf.authz - aaf-auth-cmd - ${project.version} - - - - org.onap.aaf.authz - aaf-auth-oauth - ${project.version} - - - - org.onap.aaf.authz - aaf-auth-deforg - ${project.version} - - - - org.onap.aaf.authz - aaf-cadi-core - ${project.version} - - - - org.onap.aaf.authz - aaf-cadi-client - ${project.version} - - - - org.onap.aaf.authz - aaf-cadi-aaf - ${project.version} - - - org.apache.cassandra - cassandra-all - - - - - - org.onap.aaf.authz - aaf-cadi-jetty - ${project.version} - - - - org.onap.aaf.authz - aaf-cadi-cass - ${project.version} - - javax.servlet - javax.servlet-api - 3.0.1 - - - - - - org.slf4j - slf4j-api - 1.7.5 - - - - com.datastax.cassandra - cassandra-all - ${project.cassVersion} - - - org.slf4j - slf4j-log4j12 - - - log4j - log4j - - - - - - com.datastax.cassandra - cassandra-driver-core - ${project.cassVersion} - - - org.slf4j - slf4j-log4j12 - - - log4j - log4j - - - com.google.guava - guava - - - - - - io.netty - netty-handler - ${project.nettyVersion} - - - - org.slf4j - slf4j-log4j12 - 1.7.5 - - - - javax.mail - mail - 1.4.7 - - - - org.mockito - mockito-all - ${mockito.version} - test - - - - org.powermock - powermock-module-junit4 - ${powermock.version} - test - - - - org.powermock - powermock-api-mockito - ${powermock.version} - test - - - - log4j - log4j - 1.2.17 - - - - junit - junit - 4.10 - test - - - - - - - - - - - - ecomp-releases - AAF Release Repository - ${nexusproxy}${releaseNexusPath} - - - ecomp-snapshots - AAF Snapshot Repository - ${nexusproxy}${snapshotNexusPath} - - - ecomp-site - dav:${nexusproxy}${sitePath} - - + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + 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 + parent + 2.1.2-SNAPSHOT + aaf-authz + pom + + + org.onap.oparent + oparent + 1.2.1 + + + + https://nexus.onap.org + https://nexus.onap.org + /content/repositories/snapshots/ + /content/repositories/releases/ + /content/repositories/staging/ + /content/sites/site/org/onap/aaf/authz/${project.artifactId}/${project.version} + + false + + 0.7.7.201606060606 + 3.2 + jacoco + + target/code-coverage/jacoco-ut.exec + target/code-coverage/jacoco-it.exec + + **/gen/**,**/generated-sources/**,**/yang-gen**,**/pax/** + https://nexus.onap.org + UTF-8 + 1.5.1 + 1.9.5 + ${project.version} + 9.4.12.v20180830 + 3.6.0 + + + + + + org.apache.maven.plugins + maven-deploy-plugin + + false + + + + org.sonatype.plugins + nexus-staging-maven-plugin + true + + ${nexusproxy} + 176c31dfe190a + ecomp-staging + + + + org.sonarsource.scanner.maven + sonar-maven-plugin + + + org.jacoco + jacoco-maven-plugin + + + **/gen/** + **/generated-sources/** + **/yang-gen/** + **/pax/** + + + + + pre-unit-test + + prepare-agent + + + ${project.build.directory}/code-coverage/jacoco-ut.exec + surefireArgLine + + + + post-unit-test + test + + report + + + ${project.build.directory}/code-coverage/jacoco-ut.exec + ${project.reporting.outputDirectory}/jacoco-ut + + + + pre-integration-test + pre-integration-test + + prepare-agent + + + ${project.build.directory}/code-coverage/jacoco-it.exec + failsafeArgLine + + + + post-integration-test + post-integration-test + + report + + + ${project.build.directory}/code-coverage/jacoco-it.exec + ${project.reporting.outputDirectory}/jacoco-it + + + + + + + + + auth-client + misc + cadi + auth + + + + + + org.onap.aaf.authz + aaf-misc-env + ${project.version} + + + + org.onap.aaf.authz + aaf-misc-log4j + ${project.version} + + + + org.onap.aaf.authz + aaf-misc-rosetta + ${project.version} + + + + org.onap.aaf.authz + aaf-misc-xgen + ${project.version} + + + + + + + + + + org.onap.aaf.authz + aaf-auth-client + ${project.version} + + + + org.onap.aaf.authz + aaf-auth-core + ${project.version} + + + + org.onap.aaf.authz + aaf-auth-cass + ${project.version} + + + + org.onap.aaf.authz + aaf-auth-cmd + ${project.version} + + + + org.onap.aaf.authz + aaf-auth-oauth + ${project.version} + + + + org.onap.aaf.authz + aaf-auth-deforg + ${project.version} + + + + org.onap.aaf.authz + aaf-cadi-core + ${project.version} + + + + org.onap.aaf.authz + aaf-cadi-client + ${project.version} + + + + org.onap.aaf.authz + aaf-cadi-aaf + ${project.version} + + + org.apache.cassandra + cassandra-all + + + + + + org.onap.aaf.authz + aaf-cadi-jetty + ${project.version} + + + + org.onap.aaf.authz + aaf-cadi-cass + ${project.version} + + javax.servlet + javax.servlet-api + 3.0.1 + + + + + + org.slf4j + slf4j-api + 1.7.5 + + + + com.datastax.cassandra + cassandra-all + ${project.cassVersion} + + + org.slf4j + slf4j-log4j12 + + + log4j + log4j + + + + + + com.datastax.cassandra + cassandra-driver-core + ${project.cassVersion} + + + org.slf4j + slf4j-log4j12 + + + log4j + log4j + + + com.google.guava + guava + + + + + + io.netty + netty-handler + ${project.nettyVersion} + + + + org.slf4j + slf4j-log4j12 + 1.7.5 + + + + javax.mail + mail + 1.4.7 + + + + org.mockito + mockito-all + ${mockito.version} + test + + + + org.powermock + powermock-module-junit4 + ${powermock.version} + test + + + + org.powermock + powermock-api-mockito + ${powermock.version} + test + + + + log4j + log4j + 1.2.17 + + + + junit + junit + 4.10 + test + + + + + + + + + + + + ecomp-releases + AAF Release Repository + ${nexusproxy}${releaseNexusPath} + + + ecomp-snapshots + AAF Snapshot Repository + ${nexusproxy}${snapshotNexusPath} + + + ecomp-site + dav:${nexusproxy}${sitePath} + + -- 2.16.6