Bump minor version 31/23931/1
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Thu, 16 Nov 2017 22:43:28 +0000 (14:43 -0800)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Thu, 16 Nov 2017 22:43:57 +0000 (14:43 -0800)
Bump minor version in preparation for Amsterdam
branching.

Change-Id: I2d2f2a801fc3eda5bb8b7f5d1ad67cd9806fe690
Issue-ID: CIMAN-120
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index 958e7aa..d7f129e 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
     </parent>
     <groupId>org.onap.aai.data-router</groupId>
     <artifactId>data-router</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.2.0-SNAPSHOT</version>
     <name>aai-data-router</name>
 
     <properties>
index 325432a..faf06bb 100644 (file)
@@ -3,11 +3,11 @@
 # because they are used in Jenkins, whose plug-in doesn't support
 
 major=1
-minor=1
+minor=2
 patch=0
 
 base_version=${major}.${minor}.${patch}
 
 # Release must be completed with git revision # in Jenkins
 release_version=${base_version}
-snapshot_version=${base_version}-SNAPSHOT
\ No newline at end of file
+snapshot_version=${base_version}-SNAPSHOT