From cbf1418ace2ea64e656c0f7497cd2abc2bbc8cdf Mon Sep 17 00:00:00 2001 From: jimmy Date: Mon, 17 Dec 2018 13:54:36 -0500 Subject: Update to springboot 1.5.18 Issue-ID: AAI-2012 Change-Id: I536924dacad0f630f7511d9f277ac6aeda21eeff 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 ab6121d..d223d26 100644 --- a/pom.xml +++ b/pom.xml @@ -34,7 +34,7 @@ org.onap.aai babel - 1.3.2-SNAPSHOT + 1.3.3-SNAPSHOT jar aai-babel @@ -42,7 +42,7 @@ - 1.5.17.RELEASE + 1.5.18.RELEASE UTF-8 UTF-8 diff --git a/version.properties b/version.properties index 0969948..78b140e 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=3 -patch=2 +patch=3 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg