summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsu622b <su622b@att.com>2019-08-08 08:24:24 -0400
committersu622b <su622b@att.com>2019-08-08 08:24:34 -0400
commitb08f0da8314a85e9a72512ce9cb6ae1a85495f2b (patch)
tree4fafd2e1bd232a25adb115a6b87131ffaf0f4fa0
parentdbb7f8f205c807b0b0cb878215fe34c58acd709a (diff)
revert topic exist topic check while publishing
Issue-ID: DMAAP-1247 Change-Id: I2c21f9238b5d00ad9e93eb361bb7cb59b64d2249 Signed-off-by: su622b <su622b@att.com>
-rw-r--r--pom.xml4
-rw-r--r--version.properties2
2 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index 4acb563..19c479c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
<groupId>org.onap.dmaap.messagerouter.messageservice</groupId>
<artifactId>dmaapMR1</artifactId>
- <version>1.1.15-SNAPSHOT</version>
+ <version>1.1.16-SNAPSHOT</version>
<name>dmaap-messagerouter-messageservice</name>
<description>Message Router - Restful interface built for kafka</description>
<licenses>
@@ -372,7 +372,7 @@
<dependency>
<groupId>org.onap.dmaap.messagerouter.msgrtr</groupId>
<artifactId>msgrtr</artifactId>
- <version>1.1.18</version>
+ <version>1.1.19</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
diff --git a/version.properties b/version.properties
index aabaad9..2740ee4 100644
--- a/version.properties
+++ b/version.properties
@@ -27,7 +27,7 @@
major=1
minor=1
-patch=15
+patch=16
base_version=${major}.${minor}.${patch}