From: Jimmy Forsyth Date: Tue, 10 Mar 2020 17:20:31 +0000 (-0400) Subject: Use 1.6.10 of aai-common X-Git-Tag: 1.6.6~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=a68d99d964ebdffffc50c069a918325d197f17e5;p=aai%2Fresources.git Use 1.6.10 of aai-common Issue-ID: AAI-2831 Signed-off-by: Jimmy Forsyth Change-Id: Ib84d14f9ae94cc2e737e25dff69f0710da7d7edb --- diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index be06a262..d2de14cd 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -28,7 +28,7 @@ org.onap.aai.resources resources - 1.6.5-SNAPSHOT + 1.6.6-SNAPSHOT 1.8 diff --git a/pom.xml b/pom.xml index 334e2dbb..0265f8b4 100644 --- a/pom.xml +++ b/pom.xml @@ -26,11 +26,11 @@ org.onap.aai.aai-common aai-parent - 1.6.8 + 1.6.10 org.onap.aai.resources resources - 1.6.5-SNAPSHOT + 1.6.6-SNAPSHOT aai-resources pom @@ -48,7 +48,7 @@ /content/repositories/staging/ ${project.version} - 1.6.8 + 1.6.10 diff --git a/version.properties b/version.properties index 716f7d49..16fa561c 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ major_version=1 minor_version=6 -patch_version=5 +patch_version=6 base_version=${major_version}.${minor_version}.${patch_version}