aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraleem.raja@t-systems.com <aleem.raja@t-systems.com>2023-05-26 11:50:02 +0530
committeraleem.raja@t-systems.com <aleem.raja@t-systems.com>2023-05-26 11:50:13 +0530
commitd0998d20d9bc9ec327c8d26412b79758774b50a7 (patch)
tree29f49f367653c8a24298d6f837849005c4e79b97
parent3d4fe6d90f30ea7899af1443dadf8a3936e340a8 (diff)
[AAI] Up-version aai-graphadmin to 1.12.1 for London
Updated version for aai-schema to 1.12.1 Issue-ID: AAI-3653 Signed-off-by: aleem.raja@t-systems.com <aleem.raja@t-systems.com> Change-Id: Iefac4cec0968eeedd8b00e303d3eeab438525f82
-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 7c0c0ee..713f89e 100755
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
</parent>
<groupId>org.onap.aai.graphadmin</groupId>
<artifactId>aai-graphadmin</artifactId>
- <version>1.12.0-SNAPSHOT</version>
+ <version>1.12.1-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.11.0</aai.schema.service.version>
+ <aai.schema.service.version>1.12.1</aai.schema.service.version>
<aai.common.version>1.9.4</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 a53bc44..02167d2 100644
--- a/version.properties
+++ b/version.properties
@@ -5,7 +5,7 @@
major_version=1
minor_version=12
-patch_version=0
+patch_version=1
base_version=${major_version}.${minor_version}.${patch_version}