From ee76697cd8376de8f06652c36d507f7cbd8716c1 Mon Sep 17 00:00:00 2001 From: "Kajur, Harish (vk250x)" Date: Tue, 9 Oct 2018 22:34:08 -0400 Subject: Upversion Graphadmin to 1.1.0-SNAPSHOT Issue-ID: AAI-1726 Change-Id: I2950d8435e82ccf13f412c6d74d4e5568d91d958 Signed-off-by: Kajur, Harish (vk250x) --- pom.xml | 2 +- version.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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} -- cgit 1.2.3-korg