Upversion spike in elalto 72/93572/1
authorJimmy Forsyth <jf2512@att.com>
Wed, 14 Aug 2019 20:05:13 +0000 (16:05 -0400)
committerJimmy Forsyth <jf2512@att.com>
Wed, 14 Aug 2019 20:05:14 +0000 (16:05 -0400)
Issue-ID: AAI-2579
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: I96c1274446b93216b3a3c5e14b3f325939ab47e4

pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index 66f54e6..741382d 100644 (file)
--- a/pom.xml
+++ b/pom.xml
 
     <groupId>org.onap.aai</groupId>
     <artifactId>spike</artifactId>
-    <version>1.5.0-SNAPSHOT</version>
+    <version>1.5.1-SNAPSHOT</version>
     <name>aai-spike</name>
 
     <properties>
         <docker.location>${basedir}/target</docker.location>
         <event.client.version>1.5.0</event.client.version>
-        <version.aai-schema>1.5.0</version.aai-schema>
+        <version.aai-schema>1.5.1</version.aai-schema>
         <version.aai-schema-ingest>1.4.1</version.aai-schema-ingest>
         <!-- Minimum code coverage percentage. Please update this figure as coverage increases to prevent any drops in
          coverage caused by new changes. Note that this figure cannot be lower than the ONAP requirement of 0.55 -->
@@ -51,7 +51,7 @@
                 <!-- Import dependency management from Spring Boot -->
                 <groupId>org.springframework.boot</groupId>
                 <artifactId>spring-boot-dependencies</artifactId>
-                <version>1.5.20.RELEASE</version>
+                <version>1.5.21.RELEASE</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
             <plugin>
                 <groupId>org.springframework.boot</groupId>
                 <artifactId>spring-boot-maven-plugin</artifactId>
-                <version>1.5.20.RELEASE</version>
+                <version>1.5.21.RELEASE</version>
                 <executions>
                     <execution>
                         <goals>
index 99af342..f78f30b 100644 (file)
@@ -4,7 +4,7 @@
 
 major=1
 minor=5
-patch=0
+patch=1
 
 base_version=${major}.${minor}.${patch}