aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2019-08-05 11:29:08 -0400
committerJimmy Forsyth <jf2512@att.com>2019-08-05 11:33:25 -0400
commit2678eb08ea5b8ccf134a9586d4c7ebe355711642 (patch)
treef8b95b31cff4a92c020e90d660c34198122aed2b
parentce761627097b58481525f19e747d5b5a627d8af3 (diff)
Update to spring-boot 1.5.21
Issue-ID: AAI-2561 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: Id4fed48c3e8a3603bb278fd0b075cd5ea2dfa613
-rw-r--r--pom.xml6
-rw-r--r--version.properties2
2 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index b53bd59..8f8e329 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
<groupId>org.onap.aai.cacher</groupId>
<artifactId>aai-cacher</artifactId>
- <version>1.5.0-SNAPSHOT</version>
+ <version>1.6.0-SNAPSHOT</version>
<parent>
<groupId>org.onap.oparent</groupId>
@@ -49,7 +49,7 @@
<skip.integration.tests>true</skip.integration.tests>
<!-- End of Test Related Properties -->
- <spring.boot.version>1.5.20.RELEASE</spring.boot.version>
+ <spring.boot.version>1.5.21.RELEASE</spring.boot.version>
<eclipse.jetty.version>9.4.1.v20170120</eclipse.jetty.version>
@@ -570,7 +570,7 @@
due to the fact that the plugin 1.5.15.RELEASE was built using maven 3.5 while
the current build version being used by our jenkins is 3.3.9
-->
- <version>1.5.20.RELEASE</version>
+ <version>1.5.21.RELEASE</version>
<configuration>
<mainClass>${start-class}</mainClass>
<layout>ZIP</layout>
diff --git a/version.properties b/version.properties
index b11eaff..704dc53 100644
--- a/version.properties
+++ b/version.properties
@@ -4,7 +4,7 @@
# because they are used in Jenkins, whose plug-in doesn't support
major_version=1
-minor_version=5
+minor_version=6
patch_version=0
base_version=${major_version}.${minor_version}.${patch_version}