From: Kajur, Harish (vk250x) Date: Wed, 10 Oct 2018 02:34:08 +0000 (-0400) Subject: Upversion Graphadmin to 1.1.0-SNAPSHOT X-Git-Tag: 1.1.0~22^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=ee76697cd8376de8f06652c36d507f7cbd8716c1;p=aai%2Fgraphadmin.git Upversion Graphadmin to 1.1.0-SNAPSHOT Issue-ID: AAI-1726 Change-Id: I2950d8435e82ccf13f412c6d74d4e5568d91d958 Signed-off-by: Kajur, Harish (vk250x) --- diff --git a/pom.xml b/pom.xml index 1644f17..14635a9 100755 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.onap.aai.graphadmin aai-graphadmin - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT diff --git a/version.properties b/version.properties index 49e2720..c48027c 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}