From: wr148d Date: Thu, 27 Jan 2022 15:15:37 +0000 (-0500) Subject: [AAI] Upversion graphadmin to 1.9.2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F08%2F126808%2F1;p=aai%2Fgraphadmin.git [AAI] Upversion graphadmin to 1.9.2 Issue-ID: AAI-3431 Signed-off-by: wr148d Change-Id: I1ced2b1b725d973b2a4636c4fcca5b8ae7338ef8 --- diff --git a/pom.xml b/pom.xml index 8c54a10..74c774d 100755 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.onap.aai.graphadmin aai-graphadmin - 1.9.1-SNAPSHOT + 1.9.2-SNAPSHOT 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}