summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2017-11-17 12:10:57 -0800
committerJessica Wagantall <jwagantall@linuxfoundation.org>2017-11-17 12:11:13 -0800
commitc9accc14fcd06871cdb0b1cce28d397a39a32494 (patch)
treee34b077e69268d3bc51bd4741a4fcfb91d0328da
parentcb4ca542db69bc4ced74dc0bf25e99a48e9ede30 (diff)
Bump minor version
Bump minor version in preparation for Amsterdam branching. Change-Id: Ica9a56d815fff8f64b42ffb1f40d96e0cbc40f7e 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 14db7f3..01508e4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
<groupId>org.onap.dmaap.messagerouter.mirroragent</groupId>
<artifactId>dmaapMMAgent</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<parent>
diff --git a/version.properties b/version.properties
index 50aeb13..d6e413c 100644
--- a/version.properties
+++ b/version.properties
@@ -26,11 +26,11 @@
# because they are used in Jenkins, whose plug-in doesn't support
major=1
-minor=0
+minor=1
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