From: jimmy Date: Mon, 17 Dec 2018 18:54:36 +0000 (-0500) Subject: Update to springboot 1.5.18 X-Git-Tag: 3.0.1-ONAP~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=cbf1418ace2ea64e656c0f7497cd2abc2bbc8cdf;p=aai%2Fbabel.git Update to springboot 1.5.18 Issue-ID: AAI-2012 Change-Id: I536924dacad0f630f7511d9f277ac6aeda21eeff Signed-off-by: jimmy --- 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}