From 7931f49ac5c06bd773ccf15d0a960fbe76231366 Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Thu, 16 Nov 2017 14:24:07 -0800 Subject: [PATCH] Bump patch version Bump patch version in preparation for Amsterdam branching. Change-Id: I1333eff89702baba52b1cbca01d67bfddff44003 Issue-ID: CIMAN-120 Signed-off-by: Jessica Wagantall --- aai-annotations/pom.xml | 4 ++-- aai-auth/pom.xml | 4 ++-- aai-core/pom.xml | 4 ++-- aai-schema/pom.xml | 4 ++-- aai-utils/pom.xml | 6 +++--- pom.xml | 2 +- version.properties | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/aai-annotations/pom.xml b/aai-annotations/pom.xml index 29045c82..4def4984 100644 --- a/aai-annotations/pom.xml +++ b/aai-annotations/pom.xml @@ -6,12 +6,12 @@ org.onap.aai.aai-common aai-common - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT aai-annotations aai-annotations jar - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT https://nexus.onap.org diff --git a/aai-auth/pom.xml b/aai-auth/pom.xml index 219a8acf..66219681 100644 --- a/aai-auth/pom.xml +++ b/aai-auth/pom.xml @@ -4,11 +4,11 @@ org.onap.aai.aai-common aai-common - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT aai-auth aai-auth - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT https://nexus.onap.org diff --git a/aai-core/pom.xml b/aai-core/pom.xml index f372dd7b..d42a844f 100644 --- a/aai-core/pom.xml +++ b/aai-core/pom.xml @@ -6,11 +6,11 @@ org.onap.aai.aai-common aai-common - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT aai-core aai-core - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT jar https://nexus.onap.org diff --git a/aai-schema/pom.xml b/aai-schema/pom.xml index 0ec1b3b3..1d0bde79 100644 --- a/aai-schema/pom.xml +++ b/aai-schema/pom.xml @@ -6,11 +6,11 @@ org.onap.aai.aai-common aai-common - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT aai-schema aai-schema - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT https://nexus.onap.org diff --git a/aai-utils/pom.xml b/aai-utils/pom.xml index b9d78c59..502b9e42 100644 --- a/aai-utils/pom.xml +++ b/aai-utils/pom.xml @@ -7,11 +7,11 @@ org.onap.aai.aai-common aai-common - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT aai-utils aai-utils - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT google_checks.xml @@ -56,7 +56,7 @@ org.onap.aai.aai-common aai-schema - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT * diff --git a/pom.xml b/pom.xml index 65c8aa3f..1300b89d 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ org.onap.aai.aai-common aai-common - 1.1.0-SNAPSHOT + 1.1.1-SNAPSHOT pom aai-aai-common Contains all of the common code for resources and traversal repos diff --git a/version.properties b/version.properties index abe15cf1..68001c8f 100644 --- a/version.properties +++ b/version.properties @@ -5,10 +5,10 @@ major_version=1 minor_version=1 -patch_version=0 +patch_version=1 base_version=${major_version}.${minor_version}.${patch_version} # Release must be completed with GIT information # 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