[AAI] Upversion microservices to 1.9.4 and 1.9.5 to include the v25/v26 XSDs 14/127914/2
authorwr148d <wr148d@att.com>
Mon, 21 Mar 2022 14:33:55 +0000 (10:33 -0400)
committerWilliam Reehil <william.reehil@att.com>
Mon, 21 Mar 2022 14:39:51 +0000 (14:39 +0000)
Issue-ID: AAI-3435
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: Iaf844c54ed685f03853408a7bc142355b4469e64

pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index b7060f0..0436bf3 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.3-SNAPSHOT</version>
+    <version>1.9.4-SNAPSHOT</version>
 
     <properties>
 
@@ -55,7 +55,7 @@
         <!-- This value should be overwritten at runtime to wherever need to be pushed to -->
         <docker.push.registry>localhost:5000</docker.push.registry>
         <aai.docker.version>1.0.0</aai.docker.version>
-        <aai.schema.service.version>1.9.4</aai.schema.service.version>
+        <aai.schema.service.version>1.9.5</aai.schema.service.version>
         <aai.common.version>1.9.3</aai.common.version>
         <aai.build.directory>${project.build.directory}/${project.artifactId}-${project.version}-build/
         </aai.build.directory>
index 91deacb..651460a 100644 (file)
@@ -5,7 +5,7 @@
 
 major_version=1
 minor_version=9
-patch_version=3
+patch_version=4
 
 base_version=${major_version}.${minor_version}.${patch_version}