Update to spring-boot 1.5.18 77/74777/2
authorjimmy <jf2512@att.com>
Mon, 17 Dec 2018 21:43:58 +0000 (16:43 -0500)
committerjimmy <jf2512@att.com>
Mon, 17 Dec 2018 21:56:41 +0000 (16:56 -0500)
Issue-ID: AAI-2015
Change-Id: I139312a31beb5a07d30ce8e8fae3bf781b548a70
Signed-off-by: jimmy <jf2512@att.com>
pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index eb46205..a7a2283 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -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>
index fb21064..0969948 100644 (file)
@@ -4,7 +4,7 @@
 
 major=1
 minor=3
-patch=1
+patch=2
 
 base_version=${major}.${minor}.${patch}