From c789fe9d025a2d2f1aa3feea640cd31272882219 Mon Sep 17 00:00:00 2001 From: Jimmy Forsyth Date: Mon, 23 Mar 2020 17:30:45 -0400 Subject: Use released schema-service:1.6.6 dependency Issue-ID: AAI-2839 Change-Id: I705edc596414ceee01522cbfb5296db17861a909 Signed-off-by: Jimmy Forsyth --- aai-resources/pom.xml | 2 +- pom.xml | 3 ++- version.properties | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/aai-resources/pom.xml b/aai-resources/pom.xml index d2de14c..ff772c1 100644 --- a/aai-resources/pom.xml +++ b/aai-resources/pom.xml @@ -28,7 +28,7 @@ org.onap.aai.resources resources - 1.6.6-SNAPSHOT + 1.6.7-SNAPSHOT 1.8 diff --git a/pom.xml b/pom.xml index 0265f8b..d2c4d6b 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ org.onap.aai.resources resources - 1.6.6-SNAPSHOT + 1.6.7-SNAPSHOT aai-resources pom @@ -49,6 +49,7 @@ ${project.version} 1.6.10 + 1.6.6 diff --git a/version.properties b/version.properties index 16fa561..95d9acb 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ major_version=1 minor_version=6 -patch_version=6 +patch_version=7 base_version=${major_version}.${minor_version}.${patch_version} -- cgit 1.2.3-korg