From: jimmy Date: Mon, 17 Dec 2018 21:43:58 +0000 (-0500) Subject: Update to spring-boot 1.5.18 X-Git-Tag: 3.0.1-ONAP~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F77%2F74777%2F2;p=aai%2Fvalidation.git Update to spring-boot 1.5.18 Issue-ID: AAI-2015 Change-Id: I139312a31beb5a07d30ce8e8fae3bf781b548a70 Signed-off-by: jimmy --- 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}