summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorVarun Gudisena <vg411h@att.com>2017-09-20 23:47:50 -0500
committerVarun Gudisena <vg411h@att.com>2017-09-20 23:47:57 -0500
commit8f58260cd958316eca41eee5bb0fc43f47bbeaac (patch)
tree2dc62a75e383926c16ec446883bbcdd0768f55d1 /pom.xml
parent44defc047b874e0bf88407f3999c12f65478fd3d (diff)
Fix docker issues
Updated dockerfile script to work in Ubuntu and reverting back to old msgrtr artifact due to issues with docker image issue-id: DMAAP-139 Change-Id: Ia6db6a5f40803a5f6b61288e9694f3597f4756f3 Signed-off-by: Varun Gudisena <vg411h@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index fa50fae..7508a40 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
<groupId>org.onap.dmaap.messagerouter.messageservice</groupId>
<artifactId>dmaapMR1</artifactId>
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.2-SNAPSHOT</version>
<name>dmaap-messagerouter-messageservice</name>
<description>Message Router - Restful interface built for kafka</description>
<licenses>
@@ -442,7 +442,7 @@
<testRouteOffer>workstation</testRouteOffer>
<testEnv>DEV</testEnv>
- <dmaapImg>1.0.1-SNAPSHOT</dmaapImg>
+ <dmaapImg>1.0.2-SNAPSHOT</dmaapImg>
<camel.version>2.15.5</camel.version>
</properties>
@@ -495,9 +495,9 @@
<version>1.3.2</version>
</dependency>
<dependency>
- <groupId>org.onap.dmaap.messagerouter.msgrtr</groupId>
+ <groupId>com.att.nsa</groupId>
<artifactId>msgrtr</artifactId>
- <version>1.0.0</version>
+ <version>0.0.5</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>