From: Kajur, Harish (vk250x) Date: Thu, 21 Feb 2019 15:00:14 +0000 (-0500) Subject: Update schema service to 1.0.1-SNAPSHOT X-Git-Tag: 1.0.1~9 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=86fa02e9207b20d2425d9af3980d994e86076c75;p=aai%2Fschema-service.git Update schema service to 1.0.1-SNAPSHOT Issue-ID: AAI-2170 Change-Id: I4728df2a0692803cb55b9e38863444ec5c41792c Signed-off-by: Kajur, Harish (vk250x) --- diff --git a/aai-annotations/pom.xml b/aai-annotations/pom.xml index 178a51d..7443091 100644 --- a/aai-annotations/pom.xml +++ b/aai-annotations/pom.xml @@ -27,12 +27,12 @@ org.onap.aai.schema-service schema-service - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT aai-annotations aai-annotations jar - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT https://nexus.onap.org diff --git a/aai-queries/pom.xml b/aai-queries/pom.xml index ff931da..23a48ca 100644 --- a/aai-queries/pom.xml +++ b/aai-queries/pom.xml @@ -27,11 +27,11 @@ org.onap.aai.schema-service schema-service - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT aai-queries aai-queries - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT https://nexus.onap.org diff --git a/aai-schema-gen/pom.xml b/aai-schema-gen/pom.xml index 3ea99f0..e235922 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.0.0-SNAPSHOT + 1.0.1-SNAPSHOT aai-schema-gen aai-schema-gen - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT https://nexus.onap.org diff --git a/aai-schema-service/pom.xml b/aai-schema-service/pom.xml index 88ae515..9a6803f 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.0.0-SNAPSHOT + 1.0.1-SNAPSHOT org.onap.aai.schema-service schema-service - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT 1.8 diff --git a/aai-schema/pom.xml b/aai-schema/pom.xml index 311a50b..456e888 100644 --- a/aai-schema/pom.xml +++ b/aai-schema/pom.xml @@ -27,11 +27,11 @@ org.onap.aai.schema-service schema-service - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT aai-schema aai-schema - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT https://nexus.onap.org diff --git a/pom.xml b/pom.xml index 06a343a..943977c 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.onap.aai.schema-service schema-service - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT aai-schema-service pom diff --git a/version.properties b/version.properties index 74f1b52..fedd873 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=0 -patch_version=0 +patch_version=1 base_version=${major_version}.${minor_version}.${patch_version} # Release must be completed with GIT information # in Jenkins release_version=${base_version}