From 0793c57ef4a617b6202c57e8c0db619edbe50211 Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Fri, 17 Nov 2017 12:12:15 -0800 Subject: Bump patch version Bump patch version in preparation for Amsterdam branching. Change-Id: Ic61ff534ecd6ab244f21c53811e8a12d2aab2ace Issue-ID: CIMAN-120 Signed-off-by: Jessica Wagantall --- pom.xml | 2 +- version.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 14db7f3..2b4eda1 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ org.onap.dmaap.messagerouter.mirroragent dmaapMMAgent - 1.0.0-SNAPSHOT + 1.0.1-SNAPSHOT jar diff --git a/version.properties b/version.properties index 50aeb13..5631163 100644 --- a/version.properties +++ b/version.properties @@ -27,10 +27,10 @@ major=1 minor=0 -patch=0 +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 -- cgit 1.2.3-korg