Merge "Fix amsterdam build failure"
authorTian Lee <TianL@amdocs.com>
Thu, 7 Dec 2017 17:06:34 +0000 (17:06 +0000)
committerGerrit Code Review <gerrit@onap.org>
Thu, 7 Dec 2017 17:06:34 +0000 (17:06 +0000)
pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index 95b0e45..506416f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -9,7 +9,7 @@
     </parent>
     <groupId>org.onap.aai</groupId>
     <artifactId>search-data-service</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.2.0-SNAPSHOT</version>
     <name>aai-search-data-service</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