aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2019-08-13 14:31:21 -0400
committerJimmy Forsyth <jf2512@att.com>2019-08-13 14:31:23 -0400
commitf0f13a6e6a0f41548fd7c0785cec8a1aa09420ed (patch)
tree7582546e5db2585bd24dadc5168fe8339429918d
parentce761627097b58481525f19e747d5b5a627d8af3 (diff)
Upversion cacher
Issue-ID: AAI-2579 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: Ia7c5d4ceb0b6998c9919e5b17f3a4e68a9651650
-rw-r--r--pom.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index b53bd59..110c057 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>
@@ -70,7 +70,7 @@
<start-class>org.onap.aai.cacher.Application</start-class>
- <aai-core.version>1.5.1</aai-core.version>
+ <aai-core.version>1.5.3</aai-core.version>
<aai-schema-service.version>1.5.0</aai-schema-service.version>
<activemq.version>5.15.8</activemq.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>