Upversion babel in master 90/93490/1
authorJimmy Forsyth <jf2512@att.com>
Tue, 13 Aug 2019 22:17:11 +0000 (18:17 -0400)
committerJimmy Forsyth <jf2512@att.com>
Tue, 13 Aug 2019 22:17:12 +0000 (18:17 -0400)
Issue-ID: AAI-2579
Change-Id: Iefe4ab17ab71fd6e50e1148befc6ebb786c12853
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index 2c762b2..38d2949 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -35,7 +35,7 @@
 
        <groupId>org.onap.aai</groupId>
        <artifactId>babel</artifactId>
-       <version>1.5.0-SNAPSHOT</version>
+       <version>1.6.0-SNAPSHOT</version>
        <packaging>jar</packaging>
 
        <name>aai-babel</name>
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}