aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2017-11-16 16:44:29 -0800
committerJessica Wagantall <jwagantall@linuxfoundation.org>2017-11-16 16:44:50 -0800
commit77741340b46d91400785034aa0bc5e56b68c4ed1 (patch)
tree95d97730b5486168838d3b7d80eb8085b956115c
parent28d7cc4dd0b058c3a6dc354dfea01bac7cbb5b88 (diff)
Bump minor version
Bump minor version in preparation for Amsterdam branching. Change-Id: I5fa36a5e4b2dc2eb8fe7a781a63a7bed49af63fe Issue-ID: CIMAN-120 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
-rw-r--r--pom.xml2
-rw-r--r--version.properties4
2 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 33437b7..164277e 100644
--- 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>
diff --git a/version.properties b/version.properties
index 325432a..faf06bb 100644
--- a/version.properties
+++ b/version.properties
@@ -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