From: Niharika Sharma Date: Mon, 19 Apr 2021 16:23:28 +0000 (-0400) Subject: Update to use aai-common 1.8.2 and Up-version aai-graphadmin X-Git-Tag: 1.9.1~3 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F56%2F120656%2F1;p=aai%2Fgraphadmin.git Update to use aai-common 1.8.2 and Up-version aai-graphadmin Issue-ID: AAI-3308 Signed-off-by: Niharika Sharma Change-Id: I66e7b20471782c27ae96ed5b70635be49209f523 --- diff --git a/pom.xml b/pom.xml index 6408364..be4687d 100755 --- a/pom.xml +++ b/pom.xml @@ -26,11 +26,11 @@ org.onap.aai.aai-common aai-parent - 1.8.1 + 1.8.2 org.onap.aai.graphadmin aai-graphadmin - 1.9.0-SNAPSHOT + 1.9.1-SNAPSHOT @@ -56,7 +56,7 @@ localhost:5000 1.0.0 1.8.3 - 1.8.1 + 1.8.2 ${project.build.directory}/${project.artifactId}-${project.version}-build/ onap diff --git a/version.properties b/version.properties index 6f1f79e..aae7e91 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ major_version=1 minor_version=9 -patch_version=0 +patch_version=1 base_version=${major_version}.${minor_version}.${patch_version}