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

Change-Id: If2fd3bb990327f4001214e21556755c82dc392c8
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 a038f17..ce24164 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
        
        <groupId>org.onap.dmaap.messagerouter.messageservice</groupId>
        <artifactId>dmaapMR1</artifactId>
-       <version>1.0.3-SNAPSHOT</version>
+       <version>1.1.3-SNAPSHOT</version>
        <name>dmaap-messagerouter-messageservice</name>
        <description>Message Router - Restful interface built for kafka</description>
         <licenses>
index b655931..e1118ab 100644 (file)
 # because they are used in Jenkins, whose plug-in doesn't support
 
 major=1
-minor=0
+minor=1
 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