From ac27febed97efc614436dc49d771de37ee31511e Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Tue, 24 Apr 2018 13:01:10 -0400 Subject: [PATCH] Upversion aai-common to 1.2.4 after release Issue-ID: AAI-1090 Change-Id: Ic041380839a98790a02a2c5c0cf8720e39e08067 Signed-off-by: Jimmy Forsyth --- aai-annotations/pom.xml | 4 ++-- aai-auth/pom.xml | 4 ++-- aai-client-loadbalancer/pom.xml | 4 ++-- aai-core/pom.xml | 4 ++-- aai-schema-ingest/pom.xml | 4 ++-- aai-schema/pom.xml | 4 ++-- aai-utils/pom.xml | 4 ++-- pom.xml | 2 +- version.properties | 2 +- 9 files changed, 16 insertions(+), 16 deletions(-) diff --git a/aai-annotations/pom.xml b/aai-annotations/pom.xml index b10219ef..f1d5fe06 100644 --- a/aai-annotations/pom.xml +++ b/aai-annotations/pom.xml @@ -27,12 +27,12 @@ org.onap.aai.aai-common aai-common - 1.2.3-SNAPSHOT + 1.2.4-SNAPSHOT aai-annotations aai-annotations jar - 1.2.3-SNAPSHOT + 1.2.4-SNAPSHOT https://nexus.onap.org diff --git a/aai-auth/pom.xml b/aai-auth/pom.xml index fe391b17..2a1244b7 100644 --- a/aai-auth/pom.xml +++ b/aai-auth/pom.xml @@ -26,11 +26,11 @@ org.onap.aai.aai-common aai-common - 1.2.3-SNAPSHOT + 1.2.4-SNAPSHOT aai-auth aai-auth - 1.2.3-SNAPSHOT + 1.2.4-SNAPSHOT https://nexus.onap.org diff --git a/aai-client-loadbalancer/pom.xml b/aai-client-loadbalancer/pom.xml index e0fefe33..ace8aa0d 100644 --- a/aai-client-loadbalancer/pom.xml +++ b/aai-client-loadbalancer/pom.xml @@ -25,10 +25,10 @@ org.onap.aai.aai-common aai-common - 1.2.3-SNAPSHOT + 1.2.4-SNAPSHOT aai-client-loadbalancer - 1.2.3-SNAPSHOT + 1.2.4-SNAPSHOT diff --git a/aai-core/pom.xml b/aai-core/pom.xml index a6a11660..6dc07e8d 100644 --- a/aai-core/pom.xml +++ b/aai-core/pom.xml @@ -27,11 +27,11 @@ org.onap.aai.aai-common aai-common - 1.2.3-SNAPSHOT + 1.2.4-SNAPSHOT aai-core aai-core - 1.2.3-SNAPSHOT + 1.2.4-SNAPSHOT jar v12 diff --git a/aai-schema-ingest/pom.xml b/aai-schema-ingest/pom.xml index 8a0fb077..2b839856 100644 --- a/aai-schema-ingest/pom.xml +++ b/aai-schema-ingest/pom.xml @@ -24,11 +24,11 @@ org.onap.aai.aai-common aai-common - 1.2.3-SNAPSHOT + 1.2.4-SNAPSHOT aai-schema-ingest aai-schema-ingest - 1.2.3-SNAPSHOT + 1.2.4-SNAPSHOT jar diff --git a/aai-schema/pom.xml b/aai-schema/pom.xml index f5f58d6c..6d131d5c 100644 --- a/aai-schema/pom.xml +++ b/aai-schema/pom.xml @@ -27,11 +27,11 @@ org.onap.aai.aai-common aai-common - 1.2.3-SNAPSHOT + 1.2.4-SNAPSHOT aai-schema aai-schema - 1.2.3-SNAPSHOT + 1.2.4-SNAPSHOT https://nexus.onap.org diff --git a/aai-utils/pom.xml b/aai-utils/pom.xml index 87e8c792..303996ac 100644 --- a/aai-utils/pom.xml +++ b/aai-utils/pom.xml @@ -29,11 +29,11 @@ org.onap.aai.aai-common aai-common - 1.2.3-SNAPSHOT + 1.2.4-SNAPSHOT aai-utils aai-utils - 1.2.3-SNAPSHOT + 1.2.4-SNAPSHOT https://nexus.onap.org diff --git a/pom.xml b/pom.xml index 6b30a08b..e217e7ac 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.onap.aai.aai-common aai-common - 1.2.3-SNAPSHOT + 1.2.4-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 6be12c90..7e87c38a 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ major_version=1 minor_version=2 -patch_version=3 +patch_version=4 base_version=${major_version}.${minor_version}.${patch_version} -- 2.16.6