From c75bac34563c4931b61ada7d67aca182302b12f8 Mon Sep 17 00:00:00 2001 From: jimmy Date: Mon, 17 Dec 2018 13:49:40 -0500 Subject: [PATCH] Update to springboot 1.5.18 Change-Id: Id6eb0bb763c13f853a37cb79f9328e34a3e1f07c Issue-ID: AAI-2011 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 3df6d3d..cdd492e 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ org.onap.aai.model-loader model-loader aai-model-loader - 1.3.1-SNAPSHOT + 1.3.2-SNAPSHOT @@ -50,7 +50,7 @@ org.onap.aai.modelloader.service.ModelLoaderApplication https://nexus.onap.org ${basedir}/target - 1.5.17.RELEASE + 1.5.18.RELEASE 1.1 1.18 1.3 diff --git a/version.properties b/version.properties index 0680934..12f4e14 100644 --- a/version.properties +++ b/version.properties @@ -25,7 +25,7 @@ major=1 minor=3 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} -- 2.16.6