From 61885d4ea36dd80b428434239b59822392ffb96d Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Tue, 25 Jun 2019 11:19:53 -0400 Subject: [PATCH] Upversion prior to global-jjb Issue-ID: AAI-2464 Change-Id: Icc67b4e2167a68db405bd7d632a33cc8fffe10fc Signed-off-by: Jimmy Forsyth --- aai-annotations/pom.xml | 4 ++-- aai-auth/pom.xml | 4 ++-- aai-core/pom.xml | 4 ++-- aai-rest/pom.xml | 4 ++-- aai-schema-ingest/pom.xml | 4 ++-- aai-utils/pom.xml | 4 ++-- pom.xml | 2 +- version.properties | 2 +- 8 files changed, 14 insertions(+), 14 deletions(-) diff --git a/aai-annotations/pom.xml b/aai-annotations/pom.xml index 69681c3f..6fd1c358 100644 --- a/aai-annotations/pom.xml +++ b/aai-annotations/pom.xml @@ -27,12 +27,12 @@ org.onap.aai.aai-common aai-common - 1.5.1-SNAPSHOT + 1.5.2-SNAPSHOT aai-annotations aai-annotations jar - 1.5.1-SNAPSHOT + 1.5.2-SNAPSHOT https://nexus.onap.org diff --git a/aai-auth/pom.xml b/aai-auth/pom.xml index d9a072a7..518f96f5 100644 --- a/aai-auth/pom.xml +++ b/aai-auth/pom.xml @@ -26,11 +26,11 @@ org.onap.aai.aai-common aai-common - 1.5.1-SNAPSHOT + 1.5.2-SNAPSHOT aai-auth aai-auth - 1.5.1-SNAPSHOT + 1.5.2-SNAPSHOT https://nexus.onap.org diff --git a/aai-core/pom.xml b/aai-core/pom.xml index 4ae59519..553db9f1 100644 --- a/aai-core/pom.xml +++ b/aai-core/pom.xml @@ -27,11 +27,11 @@ org.onap.aai.aai-common aai-common - 1.5.1-SNAPSHOT + 1.5.2-SNAPSHOT aai-core aai-core - 1.5.1-SNAPSHOT + 1.5.2-SNAPSHOT jar 4.3.24.RELEASE diff --git a/aai-rest/pom.xml b/aai-rest/pom.xml index ff203cd0..c640c105 100644 --- a/aai-rest/pom.xml +++ b/aai-rest/pom.xml @@ -29,11 +29,11 @@ org.onap.aai.aai-common aai-common - 1.5.1-SNAPSHOT + 1.5.2-SNAPSHOT aai-rest aai-rest - 1.5.1-SNAPSHOT + 1.5.2-SNAPSHOT https://nexus.onap.org diff --git a/aai-schema-ingest/pom.xml b/aai-schema-ingest/pom.xml index 5d294e39..9f20418c 100644 --- a/aai-schema-ingest/pom.xml +++ b/aai-schema-ingest/pom.xml @@ -25,11 +25,11 @@ org.onap.aai.aai-common aai-common - 1.5.1-SNAPSHOT + 1.5.2-SNAPSHOT aai-schema-ingest aai-schema-ingest - 1.5.1-SNAPSHOT + 1.5.2-SNAPSHOT jar diff --git a/aai-utils/pom.xml b/aai-utils/pom.xml index 3a6a7b4d..5e733727 100644 --- a/aai-utils/pom.xml +++ b/aai-utils/pom.xml @@ -29,11 +29,11 @@ org.onap.aai.aai-common aai-common - 1.5.1-SNAPSHOT + 1.5.2-SNAPSHOT aai-utils aai-utils - 1.5.1-SNAPSHOT + 1.5.2-SNAPSHOT https://nexus.onap.org diff --git a/pom.xml b/pom.xml index 6f891bdf..1994ef17 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.onap.aai.aai-common aai-common - 1.5.1-SNAPSHOT + 1.5.2-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 4814eb25..708788ba 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ major_version=1 minor_version=5 -patch_version=1 +patch_version=2 base_version=${major_version}.${minor_version}.${patch_version} -- 2.16.6