From a97d731d65bb988e12495d7f9fa6565097c78e26 Mon Sep 17 00:00:00 2001 From: Instrumental Date: Fri, 25 May 2018 15:04:43 -0500 Subject: [PATCH] Change Beijing Release to 2.1.1 Issue-ID: AAF-305 Change-Id: I2421a6926a3b324cf0d1fe2a0cd64871de552b8b Signed-off-by: Instrumental --- auth-client/pom.xml | 4 ++-- auth/auth-batch/pom.xml | 9 +-------- auth/auth-cass/pom.xml | 2 +- auth/auth-certman/pom.xml | 2 +- auth/auth-cmd/pom.xml | 2 +- auth/auth-core/pom.xml | 2 +- auth/auth-deforg/pom.xml | 4 +--- auth/auth-fs/pom.xml | 6 +----- auth/auth-gui/pom.xml | 11 +---------- auth/auth-hello/pom.xml | 2 +- auth/auth-locate/pom.xml | 7 +------ auth/auth-oauth/pom.xml | 7 +------ auth/auth-service/pom.xml | 11 +---------- auth/pom.xml | 4 ++-- cadi/aaf/pom.xml | 2 +- cadi/client/pom.xml | 7 +------ cadi/core/pom.xml | 2 +- cadi/oauth-enduser/pom.xml | 6 +----- cadi/pom.xml | 8 +++----- cadi/shiro-osgi-bundle/pom.xml | 3 ++- cadi/shiro/pom.xml | 2 +- misc/env/pom.xml | 2 +- misc/log4j/pom.xml | 2 +- misc/pom.xml | 4 ++-- misc/rosetta/pom.xml | 13 +------------ misc/xgen/pom.xml | 2 +- pom.xml | 5 +---- version.properties | 4 ++-- 28 files changed, 35 insertions(+), 100 deletions(-) diff --git a/auth-client/pom.xml b/auth-client/pom.xml index 789e24ee..7366421f 100644 --- a/auth-client/pom.xml +++ b/auth-client/pom.xml @@ -25,7 +25,7 @@ org.onap.aaf.authz parent - 2.1.0-SNAPSHOT + 2.1.1-SNAPSHOT aaf-auth-client @@ -34,7 +34,7 @@ jar - 2.1.0-SNAPSHOT + 2.1.1-SNAPSHOT UTF-8 true diff --git a/auth/auth-batch/pom.xml b/auth/auth-batch/pom.xml index 00638a75..0e54d318 100644 --- a/auth/auth-batch/pom.xml +++ b/auth/auth-batch/pom.xml @@ -25,7 +25,7 @@ org.onap.aaf.authz authparent - 2.1.0-SNAPSHOT + 2.1.1-SNAPSHOT ../pom.xml @@ -97,31 +97,26 @@ org.onap.aaf.authz aaf-misc-env - ${project.version} org.onap.aaf.authz aaf-cadi-core - ${project.version} org.onap.aaf.authz aaf-misc-rosetta - ${project.version} org.onap.aaf.authz aaf-cadi-aaf - ${project.version} org.onap.aaf.authz aaf-auth-cass - ${project.version} @@ -152,7 +147,6 @@ org.sonatype.plugins nexus-staging-maven-plugin - 1.6.7 true ${nexusproxy} @@ -163,7 +157,6 @@ org.jacoco jacoco-maven-plugin - ${jacoco.version} **/gen/** diff --git a/auth/auth-cass/pom.xml b/auth/auth-cass/pom.xml index cc61f19b..b5a14264 100644 --- a/auth/auth-cass/pom.xml +++ b/auth/auth-cass/pom.xml @@ -17,7 +17,7 @@ org.onap.aaf.authz authparent - 2.1.0-SNAPSHOT + 2.1.1-SNAPSHOT ../pom.xml diff --git a/auth/auth-certman/pom.xml b/auth/auth-certman/pom.xml index 10a3bb0b..7da6464f 100644 --- a/auth/auth-certman/pom.xml +++ b/auth/auth-certman/pom.xml @@ -17,7 +17,7 @@ org.onap.aaf.authz authparent - 2.1.0-SNAPSHOT + 2.1.1-SNAPSHOT ../pom.xml diff --git a/auth/auth-cmd/pom.xml b/auth/auth-cmd/pom.xml index 3f7c74a3..55c709f8 100644 --- a/auth/auth-cmd/pom.xml +++ b/auth/auth-cmd/pom.xml @@ -18,7 +18,7 @@ org.onap.aaf.authz authparent - 2.1.0-SNAPSHOT + 2.1.1-SNAPSHOT ../pom.xml diff --git a/auth/auth-core/pom.xml b/auth/auth-core/pom.xml index 426a3069..54704814 100644 --- a/auth/auth-core/pom.xml +++ b/auth/auth-core/pom.xml @@ -25,7 +25,7 @@ org.onap.aaf.authz authparent - 2.1.0-SNAPSHOT + 2.1.1-SNAPSHOT ../pom.xml diff --git a/auth/auth-deforg/pom.xml b/auth/auth-deforg/pom.xml index 034c0b96..7aa6ecb9 100644 --- a/auth/auth-deforg/pom.xml +++ b/auth/auth-deforg/pom.xml @@ -26,7 +26,7 @@ authparent ../pom.xml org.onap.aaf.authz - 2.1.0-SNAPSHOT + 2.1.1-SNAPSHOT aaf-auth-deforg @@ -95,13 +95,11 @@ org.onap.aaf.authz aaf-cadi-core - ${project.version} org.onap.aaf.authz aaf-auth-core - ${project.version} diff --git a/auth/auth-fs/pom.xml b/auth/auth-fs/pom.xml index c2fb4fb4..f4bbbc1f 100644 --- a/auth/auth-fs/pom.xml +++ b/auth/auth-fs/pom.xml @@ -17,7 +17,7 @@ org.onap.aaf.authz authparent - 2.1.0-SNAPSHOT + 2.1.1-SNAPSHOT ../pom.xml @@ -86,13 +86,11 @@ org.onap.aaf.authz aaf-auth-core - ${project.version} org.onap.aaf.authz aaf-cadi-core - ${project.version} @@ -124,7 +122,6 @@ org.sonatype.plugins nexus-staging-maven-plugin - 1.6.7 true ${nexusproxy} @@ -135,7 +132,6 @@ org.jacoco jacoco-maven-plugin - ${jacoco.version} **/gen/** diff --git a/auth/auth-gui/pom.xml b/auth/auth-gui/pom.xml index 4e3a0bf0..4c4a3c92 100644 --- a/auth/auth-gui/pom.xml +++ b/auth/auth-gui/pom.xml @@ -17,7 +17,7 @@ org.onap.aaf.authz authparent - 2.1.0-SNAPSHOT + 2.1.1-SNAPSHOT ../pom.xml @@ -50,19 +50,16 @@ org.onap.aaf.authz aaf-auth-core - ${project.version} org.onap.aaf.authz aaf-auth-client - ${project.version} org.onap.aaf.authz aaf-auth-cmd - ${project.version} 9.4.8.v20171121 1.5.1 diff --git a/cadi/aaf/pom.xml b/cadi/aaf/pom.xml index 9c57e3c4..d1583d26 100644 --- a/cadi/aaf/pom.xml +++ b/cadi/aaf/pom.xml @@ -24,7 +24,7 @@ org.onap.aaf.authz cadiparent - 2.1.0-SNAPSHOT + 2.1.1-SNAPSHOT .. diff --git a/cadi/client/pom.xml b/cadi/client/pom.xml index b9ba4a1f..2f2a7ce8 100644 --- a/cadi/client/pom.xml +++ b/cadi/client/pom.xml @@ -22,7 +22,7 @@ org.onap.aaf.authz cadiparent - 2.1.0-SNAPSHOT + 2.1.1-SNAPSHOT .. @@ -90,13 +90,10 @@ org.onap.aaf.authz aaf-misc-rosetta - ${project.version} - org.onap.aaf.authz aaf-cadi-core - ${project.version} @@ -116,7 +113,6 @@ org.sonatype.plugins nexus-staging-maven-plugin - 1.6.7 true ${nexusproxy} @@ -127,7 +123,6 @@ org.jacoco jacoco-maven-plugin - ${jacoco.version} **/gen/** diff --git a/cadi/core/pom.xml b/cadi/core/pom.xml index 59513118..e57adb83 100644 --- a/cadi/core/pom.xml +++ b/cadi/core/pom.xml @@ -16,7 +16,7 @@ org.onap.aaf.authz cadiparent .. - 2.1.0-SNAPSHOT + 2.1.1-SNAPSHOT 4.0.0 diff --git a/cadi/oauth-enduser/pom.xml b/cadi/oauth-enduser/pom.xml index 83ea803a..e3d025b1 100644 --- a/cadi/oauth-enduser/pom.xml +++ b/cadi/oauth-enduser/pom.xml @@ -25,13 +25,11 @@ org.onap.aaf.authz cadiparent - 2.1.0-SNAPSHOT + 2.1.1-SNAPSHOT .. AAF CADI Sample OAuth EndUser - org.onap.aaf.authz - 2.1.0-SNAPSHOT aaf-cadi-oauth-enduser jar @@ -85,12 +83,10 @@ org.onap.aaf.authz aaf-cadi-core - ${project.version} org.onap.aaf.authz aaf-cadi-aaf - ${project.version} diff --git a/cadi/pom.xml b/cadi/pom.xml index 5dfdf9ef..4393f080 100644 --- a/cadi/pom.xml +++ b/cadi/pom.xml @@ -22,14 +22,12 @@ 4.0.0 - org.onap.aaf.authz - parent - 2.1.0-SNAPSHOT + org.onap.aaf.authz + parent + 2.1.1-SNAPSHOT - org.onap.aaf.authz cadiparent AAF CADI Parent (Code, Access, Data, Identity) - 2.1.0-SNAPSHOT 2015-07-20 ONAP diff --git a/cadi/shiro-osgi-bundle/pom.xml b/cadi/shiro-osgi-bundle/pom.xml index 578a1b66..83846bc4 100644 --- a/cadi/shiro-osgi-bundle/pom.xml +++ b/cadi/shiro-osgi-bundle/pom.xml @@ -25,11 +25,12 @@ org.onap.aaf.authz cadiparent - 2.1.0-SNAPSHOT + 2.1.1-SNAPSHOT .. 4.0.0 + AAF Shiro CADI Plugin aaf-shiro-aafrealm-osgi-bundle bundle diff --git a/cadi/shiro/pom.xml b/cadi/shiro/pom.xml index 4e7790cf..01c89dd4 100644 --- a/cadi/shiro/pom.xml +++ b/cadi/shiro/pom.xml @@ -24,7 +24,7 @@ org.onap.aaf.authz cadiparent - 2.1.0-SNAPSHOT + 2.1.1-SNAPSHOT .. diff --git a/misc/env/pom.xml b/misc/env/pom.xml index d1e3ad95..9a725b9f 100644 --- a/misc/env/pom.xml +++ b/misc/env/pom.xml @@ -24,7 +24,7 @@ org.onap.aaf.authz miscparent - 2.1.0-SNAPSHOT + 2.1.1-SNAPSHOT .. diff --git a/misc/log4j/pom.xml b/misc/log4j/pom.xml index 31d8f9f5..ed277b29 100644 --- a/misc/log4j/pom.xml +++ b/misc/log4j/pom.xml @@ -24,7 +24,7 @@ org.onap.aaf.authz miscparent - 2.1.0-SNAPSHOT + 2.1.1-SNAPSHOT .. diff --git a/misc/pom.xml b/misc/pom.xml index d35dd721..a4945a67 100644 --- a/misc/pom.xml +++ b/misc/pom.xml @@ -25,12 +25,12 @@ org.onap.aaf.authz parent - 2.1.0-SNAPSHOT + 2.1.1-SNAPSHOT org.onap.aaf.authz miscparent AAF Misc Parent - 2.1.0-SNAPSHOT + 2.1.1-SNAPSHOT pom diff --git a/misc/rosetta/pom.xml b/misc/rosetta/pom.xml index efd1c2fa..78ee5c9c 100644 --- a/misc/rosetta/pom.xml +++ b/misc/rosetta/pom.xml @@ -24,7 +24,7 @@ org.onap.aaf.authz miscparent - 2.1.0-SNAPSHOT + 2.1.1-SNAPSHOT .. @@ -110,7 +110,6 @@ true org.apache.maven.plugins maven-compiler-plugin - 2.3.2 1.7 1.7 @@ -135,7 +134,6 @@ org.apache.maven.plugins - 2.4 maven-jar-plugin target @@ -151,7 +149,6 @@ org.apache.maven.plugins maven-javadoc-plugin - 2.10 org.opendaylight.* @@ -159,7 +156,6 @@ maven-release-plugin - 2.5.2 -s ${mvn.settings} deploy @@ -167,13 +163,11 @@ maven-assembly-plugin - 2.5.5 org.apache.maven.plugins maven-deploy-plugin - 2.8.1 false @@ -183,13 +177,11 @@ org.apache.maven.plugins maven-dependency-plugin - 2.10 maven-surefire-plugin - 2.17 false @@ -205,7 +197,6 @@ org.eclipse.m2e lifecycle-mapping - 1.0.0 @@ -235,7 +226,6 @@ org.sonatype.plugins nexus-staging-maven-plugin - 1.6.7 true ${nexusproxy} @@ -246,7 +236,6 @@ org.jacoco jacoco-maven-plugin - ${jacoco.version} **/gen/** diff --git a/misc/xgen/pom.xml b/misc/xgen/pom.xml index 8aa12fa8..083c0dc2 100644 --- a/misc/xgen/pom.xml +++ b/misc/xgen/pom.xml @@ -24,7 +24,7 @@ org.onap.aaf.authz miscparent - 2.1.0-SNAPSHOT + 2.1.1-SNAPSHOT .. diff --git a/pom.xml b/pom.xml index 58871f87..ee90353f 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ 4.0.0 org.onap.aaf.authz parent - 2.1.0-SNAPSHOT + 2.1.1-SNAPSHOT AAF Overall Parent pom @@ -64,7 +64,6 @@ org.sonatype.plugins nexus-staging-maven-plugin - 1.6.7 true ${nexusproxy} @@ -75,12 +74,10 @@ org.sonarsource.scanner.maven sonar-maven-plugin - 3.2 org.jacoco jacoco-maven-plugin - ${jacoco.version} **/gen/** diff --git a/version.properties b/version.properties index 26d89e3e..8e1fcaf6 100644 --- a/version.properties +++ b/version.properties @@ -27,10 +27,10 @@ major=2 minor=1 -patch=0 +patch=1 base_version=${major}.${minor}.${patch} # Release must be completed with git revision # in Jenkins release_version=${base_version} -snapshot_version=${base_version}-SNAPSHOT \ No newline at end of file +snapshot_version=${base_version}-SNAPSHOT -- 2.16.6