From 53083c2549c2bb45e693ae88303584568e5c1b8a Mon Sep 17 00:00:00 2001 From: wr148d Date: Thu, 27 Jan 2022 10:15:37 -0500 Subject: [AAI] Upversion graphadmin to 1.9.2 Issue-ID: AAI-3431 Signed-off-by: wr148d Change-Id: I1ced2b1b725d973b2a4636c4fcca5b8ae7338ef8 --- pom.xml | 2 +- version.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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} -- cgit 1.2.3-korg