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=refs%2Fchanges%2F10%2F97810%2F1;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 f11f3c8..f6255ae 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 3b4b742..ab8865e 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 0aea952..9f0fd66 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 a0d621d..fcce83a 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 2a430ae..7ebdf57 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 dcee5ac..9d8ce92 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 c36ffe6..9d8a8b0 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