From 33ec9b91d28d20c9e91451b4153b761e36ccbd5e Mon Sep 17 00:00:00 2001 From: "Forsyth, James (jf2512)" Date: Thu, 19 Mar 2020 14:42:35 -0400 Subject: [PATCH] Use schema-service:1.6.6 Issue-ID: AAI-2834 Change-Id: Iadd156132eb49a18dba84e192004e1c369b854c2 Signed-off-by: Jimmy Forsyth --- pom.xml | 6 +++--- version.properties | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index e961bc9..400b928 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ limitations under the License. org.onap.aai.data-router data-router - 1.6.1-SNAPSHOT + 1.6.2-SNAPSHOT aai-data-router @@ -47,7 +47,7 @@ limitations under the License. aaiadmin aaiadmin com.att.csid.lab - 1.6.0 + 1.6.5 0.28.0 @@ -195,7 +195,7 @@ limitations under the License. org.onap.aai.router-core router-core - 1.5.0 + 1.6.4 diff --git a/version.properties b/version.properties index 922c4fa..41565bf 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=6 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} -- 2.16.6