Merge "Upversion gizmo on master"
authorSteven Blimkie <Steven.Blimkie@amdocs.com>
Thu, 15 Aug 2019 20:59:59 +0000 (20:59 +0000)
committerGerrit Code Review <gerrit@onap.org>
Thu, 15 Aug 2019 20:59:59 +0000 (20:59 +0000)
pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index 164141d..2aca23d 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -31,15 +31,15 @@ limitations under the License.
 
     <groupId>org.onap.aai.gizmo</groupId>
     <artifactId>gizmo</artifactId>
-    <version>1.5.0-SNAPSHOT</version>
+    <version>1.6.0-SNAPSHOT</version>
     <name>aai-gizmo</name>
 
     <properties>
         <docker.location>${basedir}/target</docker.location>
         <version.org.onap.aai.aai-schema-ingest>1.4.1</version.org.onap.aai.aai-schema-ingest>
-        <version.org.onap.aai.aai-schema>1.5.0</version.org.onap.aai.aai-schema>
-        <version.org.onap.aai.aai-utils>1.5.1</version.org.onap.aai.aai-utils>
-        <version.org.onap.aai.aai-auth>1.5.1</version.org.onap.aai.aai-auth>
+        <version.org.onap.aai.aai-schema>1.5.1</version.org.onap.aai.aai-schema>
+        <version.org.onap.aai.aai-utils>1.5.3</version.org.onap.aai.aai-utils>
+        <version.org.onap.aai.aai-auth>1.5.3</version.org.onap.aai.aai-auth>
         <event.client.version>1.5.0</event.client.version>
         <!-- 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 -->
@@ -53,7 +53,7 @@ limitations under the License.
                 <!-- Import dependency management from Spring Boot -->
                 <groupId>org.springframework.boot</groupId>
                 <artifactId>spring-boot-dependencies</artifactId>
-                <version>1.5.19.RELEASE</version>
+                <version>1.5.21.RELEASE</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
index 99af342..a0756ad 100644 (file)
@@ -3,7 +3,7 @@
 # because they are used in Jenkins, whose plug-in doesn't support
 
 major=1
-minor=5
+minor=6
 patch=0
 
 base_version=${major}.${minor}.${patch}