Upversion Graphadmin to 1.1.0-SNAPSHOT 24/70124/2
authorKajur, Harish (vk250x) <vk250x@att.com>
Wed, 10 Oct 2018 02:34:08 +0000 (22:34 -0400)
committerKajur, Harish (vk250x) <vk250x@att.com>
Fri, 12 Oct 2018 14:52:31 +0000 (10:52 -0400)
Issue-ID: AAI-1726
Change-Id: I2950d8435e82ccf13f412c6d74d4e5568d91d958
Signed-off-by: Kajur, Harish (vk250x) <vk250x@att.com>
pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index 1644f17..14635a9 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
     </parent>
     <groupId>org.onap.aai.graphadmin</groupId>
     <artifactId>aai-graphadmin</artifactId>
-    <version>1.0.0-SNAPSHOT</version>
+    <version>1.1.0-SNAPSHOT</version>
 
     <properties>
 
index 49e2720..c48027c 100644 (file)
@@ -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}