Upversion to 1.9.0-SNAPSHOT for istanbul 50/119850/1
authorMaharajh, Robby (rx2202) <rx2202@us.att.com>
Thu, 25 Mar 2021 14:12:32 +0000 (10:12 -0400)
committerMaharajh, Robby (rx2202) <rx2202@us.att.com>
Thu, 25 Mar 2021 14:12:37 +0000 (10:12 -0400)
Issue-ID: AAI-3249
Change-Id: I8ec644ba061de8d4d64621687d8bbc361cf04ab0
Signed-off-by: Maharajh, Robby (rx2202) <rx2202@us.att.com>
pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index 9cf6047..6408364 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.8.1-SNAPSHOT</version>
+    <version>1.9.0-SNAPSHOT</version>
 
     <properties>
 
index b40cc93..6f1f79e 100644 (file)
@@ -4,8 +4,8 @@
 # because they are used in Jenkins, whose plug-in doesn't support
 
 major_version=1
-minor_version=8
-patch_version=1
+minor_version=9
+patch_version=0
 
 base_version=${major_version}.${minor_version}.${patch_version}