aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiharika Sharma <niharika.sharma@amdocs.com>2022-11-21 13:26:44 -0500
committerNiharika Sharma <niharika.sharma@amdocs.com>2022-11-21 13:26:50 -0500
commit3d4fe6d90f30ea7899af1443dadf8a3936e340a8 (patch)
treea48df76ff9c60456fc14ea7339c835cfe8e3acf1
parent544fafe70fb51d593d42511f4e30573d2c1e26ec (diff)
[AAI] Up-version aai-graphadmin to 1.12.0 for London
Issue-ID: AAI-3594 Signed-off-by: Niharika Sharma <niharika.sharma@amdocs.com> Change-Id: Iefac3cec0967eeedd7b00e404d4eeab438525f72
-rwxr-xr-xpom.xml2
-rw-r--r--version.properties4
2 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 9d58571..7c0c0ee 100755
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
</parent>
<groupId>org.onap.aai.graphadmin</groupId>
<artifactId>aai-graphadmin</artifactId>
- <version>1.11.1-SNAPSHOT</version>
+ <version>1.12.0-SNAPSHOT</version>
<properties>
diff --git a/version.properties b/version.properties
index 1ba175f..a53bc44 100644
--- a/version.properties
+++ b/version.properties
@@ -4,8 +4,8 @@
# because they are used in Jenkins, whose plug-in doesn't support
major_version=1
-minor_version=11
-patch_version=1
+minor_version=12
+patch_version=0
base_version=${major_version}.${minor_version}.${patch_version}