aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobby Maharajh <rx2202@us.att.com>2022-01-27 17:18:05 +0000
committerGerrit Code Review <gerrit@onap.org>2022-01-27 17:18:05 +0000
commitd37466e12242054a678f8cadcbd7abde432fa803 (patch)
treed991405d8516ade9066d87724719c2800ba5bb34
parent163fb055d2dc4cecb6e2f1ec313aaef33e6d2c24 (diff)
parent53083c2549c2bb45e693ae88303584568e5c1b8a (diff)
Merge "[AAI] Upversion graphadmin to 1.9.2"
-rwxr-xr-xpom.xml2
-rw-r--r--version.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index c9f149c..13700ca 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.1-SNAPSHOT</version>
+ <version>1.9.2-SNAPSHOT</version>
<properties>
diff --git a/version.properties b/version.properties
index aae7e91..8c30688 100644
--- a/version.properties
+++ b/version.properties
@@ -5,7 +5,7 @@
major_version=1
minor_version=9
-patch_version=1
+patch_version=2
base_version=${major_version}.${minor_version}.${patch_version}