diff options
author | wr148d <wr148d@att.com> | 2022-01-27 10:15:37 -0500 |
---|---|---|
committer | William Reehil <william.reehil@att.com> | 2022-01-27 16:41:10 +0000 |
commit | 76ee33ebaa39bd0183708ca397ffd3528a27e06f (patch) | |
tree | 41239f4cdcd339f05f720ca1d0c66653d599501b | |
parent | 6a21bcebbf62aada9343ddb74a8093121d9bcff7 (diff) |
[AAI] Upversion graphadmin to 1.9.2
Issue-ID: AAI-3431
Signed-off-by: wr148d <wr148d@att.com>
Change-Id: I1ced2b1b725d973b2a4636c4fcca5b8ae7338ef8
-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.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} |