summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsu622b <su622b@att.com>2020-03-25 09:48:18 -0400
committersu622b <su622b@att.com>2020-03-25 09:48:39 -0400
commit46175f6b94a78fe0c05082577917ff6d5c3c165b (patch)
treeea9a3b2f181cf8510236f6f3c12d173f4539c83d
parent652342ddd580ab462be0c54afa4af8a03d332873 (diff)
fix the typo
Issue-ID: DMAAP-1411 Change-Id: I2f0f7e686f0f9f14eb86a5c943e1076001fa0aba Signed-off-by: su622b <su622b@att.com>
-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}