Bump minor version 85/24185/1
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Fri, 17 Nov 2017 20:14:01 +0000 (12:14 -0800)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Fri, 17 Nov 2017 20:14:01 +0000 (12:14 -0800)
Bump minor version in preparation for Amsterdam
branching.

Change-Id: I1b938fc7f95566b9717671d1bacc0218059b23a2
Issue-ID: CIMAN-120
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index 09ef27f..90ae0fe 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@
        <modelVersion>4.0.0</modelVersion>
        <groupId>org.onap.dmaap.messagerouter.msgrtr</groupId>
        <artifactId>msgrtr</artifactId>
-       <version>1.0.0-SNAPSHOT</version>
+       <version>1.1.0-SNAPSHOT</version>
        <packaging>jar</packaging>
        <name>dmaap-messagerouter-msgrtr</name>
        <description>Message Router - Restful interface built for kafka</description>
index 50aeb13..d6e413c 100644 (file)
 # 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