diff options
author | su622b <su622b@att.com> | 2019-08-08 08:24:24 -0400 |
---|---|---|
committer | su622b <su622b@att.com> | 2019-08-08 08:24:34 -0400 |
commit | b08f0da8314a85e9a72512ce9cb6ae1a85495f2b (patch) | |
tree | 4fafd2e1bd232a25adb115a6b87131ffaf0f4fa0 | |
parent | dbb7f8f205c807b0b0cb878215fe34c58acd709a (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.xml | 4 | ||||
-rw-r--r-- | version.properties | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -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} |