From 9046bdbbf1a369b6cfc2ac7e64b342516c837de1 Mon Sep 17 00:00:00 2001 From: Niharika Sharma Date: Fri, 9 Oct 2020 09:28:11 -0400 Subject: [PATCH] Update to use aai-common 1.7.3 and Up-version aai-graphadmin Issue-ID: AAI-3100 Signed-off-by: Niharika Sharma Change-Id: I91196b859644bd5f87d7bcc19f48bf16a66f3891 --- pom.xml | 6 +++--- version.properties | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 343f05c..b032b1b 100755 --- a/pom.xml +++ b/pom.xml @@ -26,11 +26,11 @@ org.onap.aai.aai-common aai-parent - 1.7.2 + 1.7.3 org.onap.aai.graphadmin aai-graphadmin - 1.7.0-SNAPSHOT + 1.7.1-SNAPSHOT @@ -56,7 +56,7 @@ localhost:5000 1.0.0 1.7.9 - 1.7.2 + 1.7.3 ${project.build.directory}/${project.artifactId}-${project.version}-build/ onap diff --git a/version.properties b/version.properties index 85a0227..6434a15 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ major_version=1 minor_version=7 -patch_version=0 +patch_version=1 base_version=${major_version}.${minor_version}.${patch_version} -- 2.16.6