aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwr148d <wr148d@att.com>2022-01-27 10:15:37 -0500
committerwr148d <wr148d@att.com>2022-01-27 10:15:37 -0500
commit53083c2549c2bb45e693ae88303584568e5c1b8a (patch)
treee31418e01c0c62878fcd32db9bb3bd0ad967e0c4
parent44cb692a756beaa6d7c3ac7f029e2ba5f08e6a5d (diff)
[AAI] Upversion graphadmin to 1.9.2
Issue-ID: AAI-3431 Signed-off-by: wr148d <wr148d@att.com> Change-Id: I1ced2b1b725d973b2a4636c4fcca5b8ae7338ef8
-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 8c54a10..74c774d 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}