[AAI] Upversion microservices to 1.9.4 and 1.9.5 to include the v25/v26 XSDs 16/127916/1
authorwr148d <wr148d@att.com>
Mon, 21 Mar 2022 14:34:00 +0000 (10:34 -0400)
committerwr148d <wr148d@att.com>
Mon, 21 Mar 2022 14:34:00 +0000 (10:34 -0400)
Issue-ID: AAI-3435
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I5c6d6cff03f2a6910918185ad2f101d8c44791ee

aai-resources/pom.xml
pom.xml
version.properties

index a897467..e7e81e7 100644 (file)
@@ -28,7 +28,7 @@
     <parent>
         <groupId>org.onap.aai.resources</groupId>
         <artifactId>resources</artifactId>
-        <version>1.9.4-SNAPSHOT</version>
+        <version>1.9.5-SNAPSHOT</version>
     </parent>
     <properties>
         <java.version>1.8</java.version>
diff --git a/pom.xml b/pom.xml
index d9d5591..4893057 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
     </parent>
     <groupId>org.onap.aai.resources</groupId>
     <artifactId>resources</artifactId>
-    <version>1.9.4-SNAPSHOT</version>
+    <version>1.9.5-SNAPSHOT</version>
     <name>aai-resources</name>
     <packaging>pom</packaging>
     <modules>
@@ -49,7 +49,7 @@
         <!-- GMaven plugin uses this property to figure out the name of the docker tag -->
         <aai.project.version>${project.version}</aai.project.version>
         <aai.common.version>1.9.3</aai.common.version>
-        <aai.schema.service.version>1.9.4</aai.schema.service.version>
+        <aai.schema.service.version>1.9.5</aai.schema.service.version>
     </properties>
     <build>
         <pluginManagement>
index 651460a..f643906 100644 (file)
@@ -5,7 +5,7 @@
 
 major_version=1
 minor_version=9
-patch_version=4
+patch_version=5
 
 base_version=${major_version}.${minor_version}.${patch_version}