diff options
author | jimmy <jf2512@att.com> | 2018-12-17 16:43:58 -0500 |
---|---|---|
committer | jimmy <jf2512@att.com> | 2018-12-17 16:56:41 -0500 |
commit | d97b43696ec1fac33e43f3b2405b5cd240847aa8 (patch) | |
tree | 5a46fcb60dc619edd054915f6d3f763c84ac70c5 | |
parent | db20bc904a1915af185bd034c581fa42a2767adc (diff) |
Update to spring-boot 1.5.18
Issue-ID: AAI-2015
Change-Id: I139312a31beb5a07d30ce8e8fae3bf781b548a70
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
@@ -22,7 +22,7 @@ limitations under the License. <groupId>org.onap.aai.validation</groupId> <artifactId>validation</artifactId> <name>aai-validation</name> - <version>1.3.1-SNAPSHOT</version> + <version>1.3.2-SNAPSHOT</version> <parent> <groupId>org.onap.oparent</groupId> <artifactId>oparent</artifactId> @@ -43,7 +43,7 @@ limitations under the License. </dependencyManagement> <properties> - <spring-boot.version>1.5.17.RELEASE</spring-boot.version> + <spring-boot.version>1.5.18.RELEASE</spring-boot.version> <start-class>org.onap.aai.validation.ValidationServiceApplication</start-class> <serverPort>9500</serverPort> <sslport>9501</sslport> diff --git a/version.properties b/version.properties index fb21064..0969948 100644 --- a/version.properties +++ b/version.properties @@ -4,7 +4,7 @@ major=1 minor=3 -patch=1 +patch=2 base_version=${major}.${minor}.${patch} |