From: Forsyth, James (jf2512) Date: Mon, 20 Jan 2020 13:25:12 +0000 (-0500) Subject: Upversion to 1.6.2 X-Git-Tag: 1.6.2~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=6b948d0e6cc1b91d0358d15cefa75cbf4b465dff;p=aai%2Faai-common.git Upversion to 1.6.2 Issue-ID: AAI-2753 Signed-off-by: Forsyth, James (jf2512) Change-Id: Ie97f86653501fe2f0809cc8508bd06f3ea1cc77e --- diff --git a/aai-annotations/pom.xml b/aai-annotations/pom.xml index b3f9f608..d41c6f11 100644 --- a/aai-annotations/pom.xml +++ b/aai-annotations/pom.xml @@ -27,7 +27,7 @@ org.onap.aai.aai-common aai-parent - 1.6.1-SNAPSHOT + 1.6.2-SNAPSHOT ../aai-parent/pom.xml aai-annotations diff --git a/aai-auth/pom.xml b/aai-auth/pom.xml index 6cf0b6e5..b3116054 100644 --- a/aai-auth/pom.xml +++ b/aai-auth/pom.xml @@ -27,7 +27,7 @@ org.onap.aai.aai-common aai-parent - 1.6.1-SNAPSHOT + 1.6.2-SNAPSHOT ../aai-parent/pom.xml aai-auth diff --git a/aai-common-docker/pom.xml b/aai-common-docker/pom.xml index d1b1c75e..f0718df9 100644 --- a/aai-common-docker/pom.xml +++ b/aai-common-docker/pom.xml @@ -26,7 +26,7 @@ org.onap.aai.aai-common aai-parent - 1.6.1-SNAPSHOT + 1.6.2-SNAPSHOT ../aai-parent/pom.xml diff --git a/aai-core/pom.xml b/aai-core/pom.xml index c96d4a57..57238ba6 100644 --- a/aai-core/pom.xml +++ b/aai-core/pom.xml @@ -28,7 +28,7 @@ org.onap.aai.aai-common aai-parent - 1.6.1-SNAPSHOT + 1.6.2-SNAPSHOT ../aai-parent/pom.xml aai-core diff --git a/aai-parent/pom.xml b/aai-parent/pom.xml index 3977518e..c9a2c7ef 100644 --- a/aai-parent/pom.xml +++ b/aai-parent/pom.xml @@ -27,7 +27,7 @@ org.onap.aai.aai-common aai-common - 1.6.1-SNAPSHOT + 1.6.2-SNAPSHOT aai-parent aai-parent diff --git a/aai-rest/pom.xml b/aai-rest/pom.xml index ac5afbd6..5ccd6034 100644 --- a/aai-rest/pom.xml +++ b/aai-rest/pom.xml @@ -29,7 +29,7 @@ org.onap.aai.aai-common aai-parent - 1.6.1-SNAPSHOT + 1.6.2-SNAPSHOT ../aai-parent/pom.xml aai-rest diff --git a/aai-schema-abstraction/pom.xml b/aai-schema-abstraction/pom.xml index d32bcd9d..a0a80b32 100644 --- a/aai-schema-abstraction/pom.xml +++ b/aai-schema-abstraction/pom.xml @@ -28,7 +28,7 @@ org.onap.aai.aai-common aai-parent - 1.6.1-SNAPSHOT + 1.6.2-SNAPSHOT ../aai-parent/pom.xml diff --git a/aai-schema-ingest/pom.xml b/aai-schema-ingest/pom.xml index 7bd32d53..af13a9db 100644 --- a/aai-schema-ingest/pom.xml +++ b/aai-schema-ingest/pom.xml @@ -15,7 +15,7 @@ org.onap.aai.aai-common aai-parent - 1.6.1-SNAPSHOT + 1.6.2-SNAPSHOT ../aai-parent/pom.xml aai-schema-ingest diff --git a/aai-utils/pom.xml b/aai-utils/pom.xml index 514b7ca5..b2237ef1 100644 --- a/aai-utils/pom.xml +++ b/aai-utils/pom.xml @@ -29,7 +29,7 @@ org.onap.aai.aai-common aai-parent - 1.6.1-SNAPSHOT + 1.6.2-SNAPSHOT ../aai-parent/pom.xml aai-utils diff --git a/pom.xml b/pom.xml index 078bbbcf..44cb2448 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.onap.aai.aai-common aai-common - 1.6.1-SNAPSHOT + 1.6.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 e4b73c71..778bd105 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ major_version=1 minor_version=6 -patch_version=1 +patch_version=2 base_version=${major_version}.${minor_version}.${patch_version}