diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-11-17 11:56:20 -0800 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2017-11-17 11:56:20 -0800 |
commit | e9d61735616b573ce7a2d66dc70dc882b2201017 (patch) | |
tree | 3b64800adc82a0bf3b1ad80cf55ea6c2614da646 | |
parent | 5b7869e3cf9fc3a5c09c14ba94f2d9341523c7b6 (diff) |
Bump minor version
Bump minor version in preparation for Amsterdam
branching.
Change-Id: I1ba9ef421fd0f4d7fdba6093777dae1871d6389a
Issue-ID: CIMAN-120
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | version.properties | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -25,7 +25,7 @@ <groupId>org.onap.dmaap.messagerouter.dmaapclient</groupId> <artifactId>dmaapClient</artifactId> <packaging>jar</packaging> - <version>1.0.0-SNAPSHOT</version> + <version>1.1.0-SNAPSHOT</version> <name>dmaap-messagerouter-dmaapclient</name> <description>Client library for MR event routing API</description> <url>https://github.com/att/dmaap-framework</url> 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 |