From: Jessica Wagantall Date: Fri, 17 Nov 2017 20:10:57 +0000 (-0800) Subject: Bump minor version X-Git-Tag: v1.1.0~28 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=dmaap%2Fmessagerouter%2Fmirroragent.git;a=commitdiff_plain;h=c9accc14fcd06871cdb0b1cce28d397a39a32494 Bump minor version Bump minor version in preparation for Amsterdam branching. Change-Id: Ica9a56d815fff8f64b42ffb1f40d96e0cbc40f7e Issue-ID: CIMAN-120 Signed-off-by: Jessica Wagantall --- diff --git a/pom.xml b/pom.xml index 14db7f3..01508e4 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ org.onap.dmaap.messagerouter.mirroragent dmaapMMAgent - 1.0.0-SNAPSHOT + 1.1.0-SNAPSHOT jar 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