diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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> |