From d97b43696ec1fac33e43f3b2405b5cd240847aa8 Mon Sep 17 00:00:00 2001 From: jimmy Date: Mon, 17 Dec 2018 16:43:58 -0500 Subject: Update to spring-boot 1.5.18 Issue-ID: AAI-2015 Change-Id: I139312a31beb5a07d30ce8e8fae3bf781b548a70 Signed-off-by: jimmy --- pom.xml | 4 ++-- version.properties | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index eb46205..a7a2283 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ limitations under the License. org.onap.aai.validation validation aai-validation - 1.3.1-SNAPSHOT + 1.3.2-SNAPSHOT org.onap.oparent oparent @@ -43,7 +43,7 @@ limitations under the License. - 1.5.17.RELEASE + 1.5.18.RELEASE org.onap.aai.validation.ValidationServiceApplication 9500 9501 diff --git a/version.properties b/version.properties index fb21064..0969948 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=3 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg