aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2017-11-16 14:45:31 -0800
committerJessica Wagantall <jwagantall@linuxfoundation.org>2017-12-08 22:48:13 +0000
commitf3a974e169b3d99c72286e0f03853b285505f1db (patch)
tree174bae45ba94cb543984a8b978e4c1a1179eb996
parent38cf01effed8623c209da42a6be4d35290049bf5 (diff)
Bump patch version in preparation for Amsterdam branching. Change-Id: I376b850b187c0faa6a8ce3244fb5660a3c4d47f5 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 5e528e7..b895334 100644
--- 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.1.1-SNAPSHOT</version>
<name>aai-data-router</name>
<properties>
diff --git a/version.properties b/version.properties
index 325432a..55fbf44 100644
--- a/version.properties
+++ b/version.properties
@@ -4,10 +4,10 @@
major=1
minor=1
-patch=0
+patch=1
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