From 2e9841a7549751270d5ba4c50d036ad022c5e46f Mon Sep 17 00:00:00 2001 From: su622b Date: Thu, 23 Jan 2020 11:36:26 -0500 Subject: [PATCH] bounce pom version Issue-ID: DMAAP-1341 Change-Id: Ic4545c4b6dd25ab23332f4bd88dae74dbbc00f7b Signed-off-by: su622b --- pom.xml | 2 +- version.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index e286899..b5f54b5 100644 --- a/pom.xml +++ b/pom.xml @@ -14,7 +14,7 @@ 4.0.0 org.onap.dmaap.messagerouter.msgrtr msgrtr - 1.1.20-SNAPSHOT + 1.1.21-SNAPSHOT jar dmaap-messagerouter-msgrtr Message Router - Restful interface built for kafka diff --git a/version.properties b/version.properties index bba0fce..5dc17cf 100644 --- a/version.properties +++ b/version.properties @@ -27,7 +27,7 @@ major=1 minor=1 -patch=20 +patch=21 base_version=${major}.${minor}.${patch} -- 2.16.6