From 83ac45b4b0e17d0f70f56c7b2632450e6495ba37 Mon Sep 17 00:00:00 2001 From: "Forsyth, James (jf2512)" Date: Wed, 22 Jan 2020 12:41:22 -0500 Subject: [PATCH] Upversion to 1.6.2 Issue-ID: AAI-2768 Signed-off-by: Forsyth, James (jf2512) Change-Id: I8448539120f078aecd630c28ef7d3bbfd0854256 --- aai-annotations/pom.xml | 2 +- aai-queries/pom.xml | 2 +- aai-schema-gen/pom.xml | 3 +-- aai-schema-service/pom.xml | 2 +- aai-schema/pom.xml | 2 +- pom.xml | 4 ++-- version.properties | 2 +- 7 files changed, 8 insertions(+), 9 deletions(-) diff --git a/aai-annotations/pom.xml b/aai-annotations/pom.xml index 2df25555..66e65c9b 100644 --- a/aai-annotations/pom.xml +++ b/aai-annotations/pom.xml @@ -27,7 +27,7 @@ org.onap.aai.schema-service schema-service - 1.6.1-SNAPSHOT + 1.6.2-SNAPSHOT aai-annotations aai-annotations diff --git a/aai-queries/pom.xml b/aai-queries/pom.xml index cba7ab25..4ef2f752 100644 --- a/aai-queries/pom.xml +++ b/aai-queries/pom.xml @@ -27,7 +27,7 @@ org.onap.aai.schema-service schema-service - 1.6.1-SNAPSHOT + 1.6.2-SNAPSHOT aai-queries aai-queries diff --git a/aai-schema-gen/pom.xml b/aai-schema-gen/pom.xml index 9f0fd66a..a12c6d09 100644 --- a/aai-schema-gen/pom.xml +++ b/aai-schema-gen/pom.xml @@ -27,11 +27,10 @@ org.onap.aai.schema-service schema-service - 1.6.1-SNAPSHOT + 1.6.2-SNAPSHOT aai-schema-gen aai-schema-gen - 1.6.1-SNAPSHOT https://nexus.onap.org diff --git a/aai-schema-service/pom.xml b/aai-schema-service/pom.xml index 9b7de842..63710de6 100644 --- a/aai-schema-service/pom.xml +++ b/aai-schema-service/pom.xml @@ -26,7 +26,7 @@ org.onap.aai.schema-service schema-service - 1.6.1-SNAPSHOT + 1.6.2-SNAPSHOT org.onap.aai.schema-service aai-schema-service diff --git a/aai-schema/pom.xml b/aai-schema/pom.xml index 39d5f6fc..5b485796 100644 --- a/aai-schema/pom.xml +++ b/aai-schema/pom.xml @@ -27,7 +27,7 @@ org.onap.aai.schema-service schema-service - 1.6.1-SNAPSHOT + 1.6.2-SNAPSHOT aai-schema aai-schema diff --git a/pom.xml b/pom.xml index 19a3fdc8..54a90f79 100644 --- a/pom.xml +++ b/pom.xml @@ -26,11 +26,11 @@ org.onap.aai.aai-common aai-parent - 1.6.1-SNAPSHOT + 1.6.2-SNAPSHOT org.onap.aai.schema-service schema-service - 1.6.1-SNAPSHOT + 1.6.2-SNAPSHOT aai-schema-service pom diff --git a/version.properties b/version.properties index 9d8a8b00..3d18baa2 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ # because they are used in Jenkins, whose plug-in doesn't support major_version=1 minor_version=6 -patch_version=1 +patch_version=2 base_version=${major_version}.${minor_version}.${patch_version} # Release must be completed with GIT information # in Jenkins -- 2.16.6