From: Kajur, Harish (vk250x) Date: Thu, 31 Oct 2019 19:39:30 +0000 (+0000) Subject: Update the schema service to 1.6.1-SNAPSHOT X-Git-Tag: 1.6.1~7 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=7bf7bd2d17a394790cf1483dc37b3ff742497117;p=aai%2Fschema-service.git Update the schema service to 1.6.1-SNAPSHOT Issue-ID: AAI-2607 Change-Id: I346a23af1c0176a8a9dbaeac3b83ba5e50e27618 Signed-off-by: Kajur, Harish (vk250x) --- diff --git a/aai-annotations/pom.xml b/aai-annotations/pom.xml index f11f3c83..f6255ae0 100644 --- a/aai-annotations/pom.xml +++ b/aai-annotations/pom.xml @@ -27,12 +27,12 @@ org.onap.aai.schema-service schema-service - 1.6.0-SNAPSHOT + 1.6.1-SNAPSHOT aai-annotations aai-annotations jar - 1.6.0-SNAPSHOT + 1.6.1-SNAPSHOT https://nexus.onap.org diff --git a/aai-queries/pom.xml b/aai-queries/pom.xml index 3b4b7428..ab8865eb 100644 --- a/aai-queries/pom.xml +++ b/aai-queries/pom.xml @@ -27,11 +27,11 @@ org.onap.aai.schema-service schema-service - 1.6.0-SNAPSHOT + 1.6.1-SNAPSHOT aai-queries aai-queries - 1.6.0-SNAPSHOT + 1.6.1-SNAPSHOT https://nexus.onap.org diff --git a/aai-schema-gen/pom.xml b/aai-schema-gen/pom.xml index 0aea952e..9f0fd66a 100644 --- a/aai-schema-gen/pom.xml +++ b/aai-schema-gen/pom.xml @@ -27,11 +27,11 @@ org.onap.aai.schema-service schema-service - 1.6.0-SNAPSHOT + 1.6.1-SNAPSHOT aai-schema-gen aai-schema-gen - 1.6.0-SNAPSHOT + 1.6.1-SNAPSHOT https://nexus.onap.org diff --git a/aai-schema-service/pom.xml b/aai-schema-service/pom.xml index a0d621dc..fcce83af 100644 --- a/aai-schema-service/pom.xml +++ b/aai-schema-service/pom.xml @@ -25,11 +25,11 @@ 4.0.0 org.onap.aai.schema-service aai-schema-service - 1.6.0-SNAPSHOT + 1.6.1-SNAPSHOT org.onap.aai.schema-service schema-service - 1.6.0-SNAPSHOT + 1.6.1-SNAPSHOT 1.8 diff --git a/aai-schema/pom.xml b/aai-schema/pom.xml index 2a430ae7..7ebdf57b 100644 --- a/aai-schema/pom.xml +++ b/aai-schema/pom.xml @@ -27,11 +27,11 @@ org.onap.aai.schema-service schema-service - 1.6.0-SNAPSHOT + 1.6.1-SNAPSHOT aai-schema aai-schema - 1.6.0-SNAPSHOT + 1.6.1-SNAPSHOT https://nexus.onap.org diff --git a/pom.xml b/pom.xml index dcee5ac2..9d8ce926 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.onap.aai.schema-service schema-service - 1.6.0-SNAPSHOT + 1.6.1-SNAPSHOT aai-schema-service pom diff --git a/version.properties b/version.properties index c36ffe6c..9d8a8b00 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=0 +patch_version=1 base_version=${major_version}.${minor_version}.${patch_version} # Release must be completed with GIT information # in Jenkins