aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwr148d <wr148d@att.com>2022-03-21 10:33:55 -0400
committerWilliam Reehil <william.reehil@att.com>2022-03-21 14:39:51 +0000
commita2eb2b32779e4ce1e640ebf9c2afd06fa5f7dd57 (patch)
treedd8820b5b6509618cf56d973aeee57875fa3e2ca
parentc61ba88fe9ca35410974c6c568d3338629c91c71 (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: Iaf844c54ed685f03853408a7bc142355b4469e64
-rwxr-xr-xpom.xml4
-rw-r--r--version.properties2
2 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index b7060f0..0436bf3 100755
--- 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>
diff --git a/version.properties b/version.properties
index 91deacb..651460a 100644
--- a/version.properties
+++ b/version.properties
@@ -5,7 +5,7 @@
major_version=1
minor_version=9
-patch_version=3
+patch_version=4
base_version=${major_version}.${minor_version}.${patch_version}