[AAI] Upversion graphadmin to 1.10.0 45/132945/1
authorleila <leila.nishimwe@bell.ca>
Wed, 18 Jan 2023 20:56:58 +0000 (15:56 -0500)
committerleila <leila.nishimwe@bell.ca>
Wed, 18 Jan 2023 20:57:53 +0000 (15:57 -0500)
Issue-ID: AAI-3622

Signed-off-by: leila <leila.nishimwe@bell.ca>
Change-Id: Iac20be6c638ad2938f4ee7513cf00fa290e8666a

pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index f920b7d..5ad3f89 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.9.5-SNAPSHOT</version>
+    <version>1.10.0-SNAPSHOT</version>
 
     <properties>
 
index f643906..6117b37 100644 (file)
@@ -4,8 +4,8 @@
 # because they are used in Jenkins, whose plug-in doesn't support
 
 major_version=1
-minor_version=9
-patch_version=5
+minor_version=10
+patch_version=0
 
 base_version=${major_version}.${minor_version}.${patch_version}