diff options
author | su622b <su622b@att.com> | 2020-01-23 12:39:47 -0500 |
---|---|---|
committer | su622b <su622b@att.com> | 2020-01-23 12:40:00 -0500 |
commit | 6c32c1c8d6b0755000a2fa2030450580150457a0 (patch) | |
tree | 3aad5f7ea84977ad81b99c29e7cc4ddbe5fafe66 | |
parent | 221ba53af2aba5f24d9e06f86d3ed6d7e556d932 (diff) |
bounce pom version1.1.17
Issue-ID: DMAAP-1341
Change-Id: I76e1d886d05d3c5bef1609126e0c7a240c046f4e
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.16-SNAPSHOT</version> + <version>1.1.17-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.20</version> + <version>1.1.21</version> <exclusions> <exclusion> <groupId>org.slf4j</groupId> diff --git a/version.properties b/version.properties index 2740ee4..8d21b0b 100644 --- a/version.properties +++ b/version.properties @@ -27,7 +27,7 @@ major=1 minor=1 -patch=16 +patch=17 base_version=${major}.${minor}.${patch} |