diff options
author | Niharika Sharma <niharika.sharma@amdocs.com> | 2022-11-21 13:26:44 -0500 |
---|---|---|
committer | Niharika Sharma <niharika.sharma@amdocs.com> | 2022-11-21 13:26:50 -0500 |
commit | 3d4fe6d90f30ea7899af1443dadf8a3936e340a8 (patch) | |
tree | a48df76ff9c60456fc14ea7339c835cfe8e3acf1 | |
parent | 544fafe70fb51d593d42511f4e30573d2c1e26ec (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-x | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -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} |