diff options
author | vani.kv <vani.kv@accenture.com> | 2024-07-30 10:50:42 +0530 |
---|---|---|
committer | vani.kv <vani.kv@accenture.com> | 2024-07-30 10:50:42 +0530 |
commit | 6fb0e1ab36f343c97d88666262e270db91f72505 (patch) | |
tree | e44a26c1fc59778685c8e37773430f555bc18109 | |
parent | 42bc88fa4bc88f2b799aadd221170b62ebfce817 (diff) |
[AAI] Up-version aai-graphadmin to 1.12.5 for release
- Up-version aai-graphadmin to 1.12.5 for release
Issue-ID: AAI-3935
Change-Id: I2412b06650f65450418adb4df1546a270b267449
Signed-off-by: vani.kv <vani.kv@accenture.com>
-rwxr-xr-x | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -30,7 +30,7 @@ </parent> <groupId>org.onap.aai.graphadmin</groupId> <artifactId>aai-graphadmin</artifactId> - <version>1.14.4-SNAPSHOT</version> + <version>1.14.5-SNAPSHOT</version> <properties> diff --git a/version.properties b/version.properties index 82f9610..0f5234a 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ major_version=1 minor_version=14 -patch_version=4 +patch_version=5 base_version=${major_version}.${minor_version}.${patch_version} |