From: Jimmy Forsyth Date: Thu, 7 Nov 2019 22:31:39 +0000 (-0500) Subject: Upversion to 1.6.1 X-Git-Tag: 1.6.1~10 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=6aacebe5f9cd895fe6fbf48799ce04f48eda42eb;p=aai%2Faai-common.git Upversion to 1.6.1 Issue-ID: AAI-2699 Signed-off-by: Jimmy Forsyth Change-Id: Iae42d82b40c9763ff09674e83d35a65fe6bcc0df --- diff --git a/aai-annotations/pom.xml b/aai-annotations/pom.xml index 270374b5..b3f9f608 100644 --- a/aai-annotations/pom.xml +++ b/aai-annotations/pom.xml @@ -27,7 +27,7 @@ org.onap.aai.aai-common aai-parent - 1.6.0-SNAPSHOT + 1.6.1-SNAPSHOT ../aai-parent/pom.xml aai-annotations diff --git a/aai-auth/pom.xml b/aai-auth/pom.xml index 8fe575b7..6cf0b6e5 100644 --- a/aai-auth/pom.xml +++ b/aai-auth/pom.xml @@ -27,12 +27,11 @@ org.onap.aai.aai-common aai-parent - 1.6.0-SNAPSHOT + 1.6.1-SNAPSHOT ../aai-parent/pom.xml aai-auth aai-auth - 1.6.0-SNAPSHOT https://nexus.onap.org diff --git a/aai-common-docker/pom.xml b/aai-common-docker/pom.xml index 701fd534..d1b1c75e 100644 --- a/aai-common-docker/pom.xml +++ b/aai-common-docker/pom.xml @@ -26,12 +26,11 @@ org.onap.aai.aai-common aai-parent - 1.6.0-SNAPSHOT + 1.6.1-SNAPSHOT ../aai-parent/pom.xml aai-common-docker - 1.6.0-SNAPSHOT pom aai-aai-common-docker Contains dockerfiles for aai common images. diff --git a/aai-core/pom.xml b/aai-core/pom.xml index 7198c45e..2bccc4bc 100644 --- a/aai-core/pom.xml +++ b/aai-core/pom.xml @@ -28,7 +28,7 @@ org.onap.aai.aai-common aai-parent - 1.6.0-SNAPSHOT + 1.6.1-SNAPSHOT ../aai-parent/pom.xml aai-core diff --git a/aai-parent/pom.xml b/aai-parent/pom.xml index edd60484..9d1f085e 100644 --- a/aai-parent/pom.xml +++ b/aai-parent/pom.xml @@ -13,7 +13,7 @@ org.onap.aai.aai-common aai-common - 1.6.0-SNAPSHOT + 1.6.1-SNAPSHOT aai-parent aai-parent diff --git a/aai-rest/pom.xml b/aai-rest/pom.xml index 73b41103..ac5afbd6 100644 --- a/aai-rest/pom.xml +++ b/aai-rest/pom.xml @@ -29,7 +29,7 @@ org.onap.aai.aai-common aai-parent - 1.6.0-SNAPSHOT + 1.6.1-SNAPSHOT ../aai-parent/pom.xml aai-rest diff --git a/aai-schema-abstraction/pom.xml b/aai-schema-abstraction/pom.xml index a0e1c858..d32bcd9d 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.0-SNAPSHOT + 1.6.1-SNAPSHOT ../aai-parent/pom.xml diff --git a/aai-schema-ingest/pom.xml b/aai-schema-ingest/pom.xml index e8eae6f0..7bd32d53 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.0-SNAPSHOT + 1.6.1-SNAPSHOT ../aai-parent/pom.xml aai-schema-ingest diff --git a/aai-utils/pom.xml b/aai-utils/pom.xml index 5915b5eb..514b7ca5 100644 --- a/aai-utils/pom.xml +++ b/aai-utils/pom.xml @@ -29,7 +29,7 @@ org.onap.aai.aai-common aai-parent - 1.6.0-SNAPSHOT + 1.6.1-SNAPSHOT ../aai-parent/pom.xml aai-utils diff --git a/pom.xml b/pom.xml index 4d007e0e..078bbbcf 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.onap.aai.aai-common aai-common - 1.6.0-SNAPSHOT + 1.6.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 704dc531..e4b73c71 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ major_version=1 minor_version=6 -patch_version=0 +patch_version=1 base_version=${major_version}.${minor_version}.${patch_version}