summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsu622b <su622b@att.com>2020-01-23 11:36:26 -0500
committersunil unnava <su622b@att.com>2020-01-23 16:40:00 +0000
commit2e9841a7549751270d5ba4c50d036ad022c5e46f (patch)
treeb69838bdfe39e4fa5ae250eb4f06e633ef30876f
parent324ef7f00ec8319232e91d34d243a54f39cce695 (diff)
bounce pom version
Issue-ID: DMAAP-1341 Change-Id: Ic4545c4b6dd25ab23332f4bd88dae74dbbc00f7b Signed-off-by: su622b <su622b@att.com>
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
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 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.onap.dmaap.messagerouter.msgrtr</groupId>
<artifactId>msgrtr</artifactId>
- <version>1.1.20-SNAPSHOT</version>
+ <version>1.1.21-SNAPSHOT</version>
<packaging>jar</packaging>
<name>dmaap-messagerouter-msgrtr</name>
<description>Message Router - Restful interface built for kafka</description>
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}