summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml2
-rw-r--r--src/main/resources/kafka.properties2
-rw-r--r--version.properties2
3 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index a5d28d9..3fe1699 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.21-SNAPSHOT</version>
+ <version>1.1.22-SNAPSHOT</version>
<packaging>jar</packaging>
<name>dmaap-messagerouter-msgrtr</name>
<description>Message Router - Restful interface built for kafka</description>
diff --git a/src/main/resources/kafka.properties b/src/main/resources/kafka.properties
index 4a0eddb..876ffed 100644
--- a/src/main/resources/kafka.properties
+++ b/src/main/resources/kafka.properties
@@ -1 +1 @@
-key=admin_secret; \ No newline at end of file
+key=admin_secret \ No newline at end of file
diff --git a/version.properties b/version.properties
index 5dc17cf..8516bc9 100644
--- a/version.properties
+++ b/version.properties
@@ -27,7 +27,7 @@
major=1
minor=1
-patch=21
+patch=22
base_version=${major}.${minor}.${patch}