From: Jimmy Forsyth Date: Wed, 24 Jul 2019 20:42:43 +0000 (-0400) Subject: Upversion aai-common for Frankfurt X-Git-Tag: 1.6.0~16 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=c19785ed19245a586dc8f271713ae59248fd8f81;p=aai%2Faai-common.git Upversion aai-common for Frankfurt Issue-ID: AAI-2550 Signed-off-by: Jimmy Forsyth Change-Id: Ic41137e89b9cd1d2e76f8d773e842d5b64cf2fbb --- diff --git a/aai-annotations/pom.xml b/aai-annotations/pom.xml index 6fd1c358..8838d532 100644 --- a/aai-annotations/pom.xml +++ b/aai-annotations/pom.xml @@ -27,12 +27,12 @@ org.onap.aai.aai-common aai-common - 1.5.2-SNAPSHOT + 1.6.0-SNAPSHOT aai-annotations aai-annotations jar - 1.5.2-SNAPSHOT + 1.6.0-SNAPSHOT https://nexus.onap.org diff --git a/aai-auth/pom.xml b/aai-auth/pom.xml index 518f96f5..090a7bcd 100644 --- a/aai-auth/pom.xml +++ b/aai-auth/pom.xml @@ -26,11 +26,11 @@ org.onap.aai.aai-common aai-common - 1.5.2-SNAPSHOT + 1.6.0-SNAPSHOT aai-auth aai-auth - 1.5.2-SNAPSHOT + 1.6.0-SNAPSHOT https://nexus.onap.org diff --git a/aai-core/pom.xml b/aai-core/pom.xml index 553db9f1..6b31807a 100644 --- a/aai-core/pom.xml +++ b/aai-core/pom.xml @@ -27,11 +27,11 @@ org.onap.aai.aai-common aai-common - 1.5.2-SNAPSHOT + 1.6.0-SNAPSHOT aai-core aai-core - 1.5.2-SNAPSHOT + 1.6.0-SNAPSHOT jar 4.3.24.RELEASE diff --git a/aai-rest/pom.xml b/aai-rest/pom.xml index c640c105..2e108046 100644 --- a/aai-rest/pom.xml +++ b/aai-rest/pom.xml @@ -29,11 +29,11 @@ org.onap.aai.aai-common aai-common - 1.5.2-SNAPSHOT + 1.6.0-SNAPSHOT aai-rest aai-rest - 1.5.2-SNAPSHOT + 1.6.0-SNAPSHOT https://nexus.onap.org diff --git a/aai-schema-ingest/pom.xml b/aai-schema-ingest/pom.xml index 9f20418c..009bd9d3 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.2-SNAPSHOT + 1.6.0-SNAPSHOT aai-schema-ingest aai-schema-ingest - 1.5.2-SNAPSHOT + 1.6.0-SNAPSHOT jar diff --git a/aai-utils/pom.xml b/aai-utils/pom.xml index 5e733727..000c2d6f 100644 --- a/aai-utils/pom.xml +++ b/aai-utils/pom.xml @@ -29,11 +29,11 @@ org.onap.aai.aai-common aai-common - 1.5.2-SNAPSHOT + 1.6.0-SNAPSHOT aai-utils aai-utils - 1.5.2-SNAPSHOT + 1.6.0-SNAPSHOT https://nexus.onap.org diff --git a/pom.xml b/pom.xml index dfc01f3d..222c8e12 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.onap.aai.aai-common aai-common - 1.5.2-SNAPSHOT + 1.6.0-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 708788ba..704dc531 100644 --- a/version.properties +++ b/version.properties @@ -4,8 +4,8 @@ # because they are used in Jenkins, whose plug-in doesn't support major_version=1 -minor_version=5 -patch_version=2 +minor_version=6 +patch_version=0 base_version=${major_version}.${minor_version}.${patch_version}