From: Venkata Harish K Kajur Date: Thu, 9 Mar 2017 21:33:12 +0000 (+0000) Subject: Update version to 1.1.0-SNAPSHOT X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F63%2F1963%2F1;p=aai%2Faai-service.git Update version to 1.1.0-SNAPSHOT Change-Id: I8160e4a262c17b0bae9d5ab5f968e67ec216aab1 Signed-off-by: Venkata Harish K Kajur --- diff --git a/aai-schema/pom.xml b/aai-schema/pom.xml index 3301437..65ca22d 100644 --- a/aai-schema/pom.xml +++ b/aai-schema/pom.xml @@ -5,7 +5,7 @@ org.openecomp.aai.aai-service aai-service - 1.0.0 + 1.1.0-SNAPSHOT aai-schema aai-schema diff --git a/ajsc-aai/pom.xml b/ajsc-aai/pom.xml index 5479044..f9a79e4 100644 --- a/ajsc-aai/pom.xml +++ b/ajsc-aai/pom.xml @@ -5,7 +5,7 @@ org.openecomp.aai.aai-service aai-service - 1.0.0 + 1.1.0-SNAPSHOT ajsc-aai ajsc @@ -342,12 +342,12 @@ org.openecomp.aai.aai-service aai-schema - 1.0.0 + 1.1.0-SNAPSHOT org.openecomp.aai.aai-service annotations - 1.0.0 + 1.1.0-SNAPSHOT diff --git a/annotations/pom.xml b/annotations/pom.xml index 1e76e66..76e68f7 100644 --- a/annotations/pom.xml +++ b/annotations/pom.xml @@ -5,7 +5,7 @@ org.openecomp.aai.aai-service aai-service - 1.0.0 + 1.1.0-SNAPSHOT annotations annotations diff --git a/pom.xml b/pom.xml index 73bb013..edc0b71 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ org.openecomp.aai.aai-service aai-service - 1.0.0 + 1.1.0-SNAPSHOT aai pom diff --git a/version.properties b/version.properties index a09eab9..a2f8db6 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 +minor_version=1 patch_version=0 base_version=${major_version}.${minor_version}.${patch_version}