summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjimmy <jf2512@att.com>2018-12-17 13:49:40 -0500
committerjimmy <jf2512@att.com>2018-12-17 13:50:31 -0500
commitc75bac34563c4931b61ada7d67aca182302b12f8 (patch)
tree7ce63d8ac7e871ce1618e6950173d862e0183077
parent2d427617945ad1ec0edc644fc13219f05e7d657c (diff)
Update to springboot 1.5.18
Change-Id: Id6eb0bb763c13f853a37cb79f9328e34a3e1f07c Issue-ID: AAI-2011 Signed-off-by: jimmy <jf2512@att.com>
-rw-r--r--pom.xml4
-rw-r--r--version.properties2
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 @@
<groupId>org.onap.aai.model-loader</groupId>
<artifactId>model-loader</artifactId>
<name>aai-model-loader</name>
- <version>1.3.1-SNAPSHOT</version>
+ <version>1.3.2-SNAPSHOT</version>
<dependencyManagement>
<dependencies>
@@ -50,7 +50,7 @@
<start-class>org.onap.aai.modelloader.service.ModelLoaderApplication</start-class>
<nexusproxy>https://nexus.onap.org</nexusproxy>
<docker.location>${basedir}/target</docker.location>
- <spring-boot.version>1.5.17.RELEASE</spring-boot.version>
+ <spring-boot.version>1.5.18.RELEASE</spring-boot.version>
<apache.commons-text.version>1.1</apache.commons-text.version>
<commons-compress.version>1.18</commons-compress.version>
<hamcrest-all.version>1.3</hamcrest-all.version>
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}