summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwr148d <wr148d@att.com>2022-03-21 10:33:57 -0400
committerWilliam Reehil <william.reehil@att.com>2022-03-21 14:40:00 +0000
commitc7ed86384f14db129f92fd3a2f1fcdec6ae9bc4b (patch)
tree72ebfc53459880e072b468d95ffcbe51b344837e
parentb6a92c224417f67ab7c3d5c7919ea65e0e7b34fc (diff)
[AAI] Upversion microservices to 1.9.4 and 1.9.5 to include the v25/v26 XSDs
Issue-ID: AAI-3435 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I6f052998fb49348283fc99b85243eef73d50e7a2
-rw-r--r--aai-traversal/pom.xml2
-rw-r--r--pom.xml4
-rw-r--r--version.properties2
3 files changed, 4 insertions, 4 deletions
diff --git a/aai-traversal/pom.xml b/aai-traversal/pom.xml
index a2e3012..0b06d7a 100644
--- a/aai-traversal/pom.xml
+++ b/aai-traversal/pom.xml
@@ -28,7 +28,7 @@
<parent>
<groupId>org.onap.aai.traversal</groupId>
<artifactId>traversal</artifactId>
- <version>1.9.4-SNAPSHOT</version>
+ <version>1.9.5-SNAPSHOT</version>
</parent>
<groupId>org.onap.aai.traversal</groupId>
<artifactId>aai-traversal</artifactId>
diff --git a/pom.xml b/pom.xml
index 2433f85..db5deaf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
</parent>
<groupId>org.onap.aai.traversal</groupId>
<artifactId>traversal</artifactId>
- <version>1.9.4-SNAPSHOT</version>
+ <version>1.9.5-SNAPSHOT</version>
<name>aai-traversal</name>
<packaging>pom</packaging>
<modules>
@@ -49,7 +49,7 @@
<staging.path>/content/repositories/staging/</staging.path>
<!-- GMaven plugin uses this property to figure out the name of the docker tag -->
<aai.project.version>${project.version}</aai.project.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>
diff --git a/version.properties b/version.properties
index 651460a..f643906 100644
--- a/version.properties
+++ b/version.properties
@@ -5,7 +5,7 @@
major_version=1
minor_version=9
-patch_version=4
+patch_version=5
base_version=${major_version}.${minor_version}.${patch_version}