summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsunil unnava <su622b@att.com>2018-08-27 10:29:04 -0400
committersunil unnava <su622b@att.com>2018-08-27 10:29:24 -0400
commit69ff5cb172c1c6e2237437b951f79d23861f5fb5 (patch)
treef2be995bdd4d085ad0eb91ed099f6a1b700e3f80
parent64e0c3adc06b2fc6513a9011de08e05df6af3237 (diff)
bumped the pom version
Issue-ID: DMAAP-628 Change-Id: I4514c82fd9a26677bbfe8502922619d11b57be47 Signed-off-by: sunil unnava <su622b@att.com>
-rw-r--r--pom.xml2
-rw-r--r--version.properties2
2 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 39ddd2b..1b1dabd 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.6-SNAPSHOT</version>
+ <version>1.1.7-SNAPSHOT</version>
<packaging>jar</packaging>
<name>dmaap-messagerouter-msgrtr</name>
<description>Message Router - Restful interface built for kafka</description>
diff --git a/version.properties b/version.properties
index ccd6e4a..61001b0 100644
--- a/version.properties
+++ b/version.properties
@@ -27,7 +27,7 @@
major=1
minor=1
-patch=6
+patch=7
base_version=${major}.${minor}.${patch}