diff options
author | 2018-12-17 13:54:36 -0500 | |
---|---|---|
committer | 2018-12-17 13:54:41 -0500 | |
commit | cbf1418ace2ea64e656c0f7497cd2abc2bbc8cdf (patch) | |
tree | 2cfbc5dd2dc76c24d9b5ebd6d72535072c5c0639 | |
parent | 37c3d18c164f1155b241edf2a2b0587cff093319 (diff) |
Update to springboot 1.5.18
Issue-ID: AAI-2012
Change-Id: I536924dacad0f630f7511d9f277ac6aeda21eeff
Signed-off-by: jimmy <jf2512@att.com>
-rw-r--r-- | pom.xml | 4 | ||||
-rw-r--r-- | version.properties | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -34,7 +34,7 @@ <groupId>org.onap.aai</groupId> <artifactId>babel</artifactId> - <version>1.3.2-SNAPSHOT</version> + <version>1.3.3-SNAPSHOT</version> <packaging>jar</packaging> <name>aai-babel</name> @@ -42,7 +42,7 @@ <properties> <!-- Spring boot version --> - <spring.boot.version>1.5.17.RELEASE</spring.boot.version> + <spring.boot.version>1.5.18.RELEASE</spring.boot.version> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> diff --git a/version.properties b/version.properties index 0969948..78b140e 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=3 -patch=2 +patch=3 base_version=${major}.${minor}.${patch} |