diff options
author | Varun Gudisena <vg411h@att.com> | 2017-09-20 23:47:50 -0500 |
---|---|---|
committer | Varun Gudisena <vg411h@att.com> | 2017-09-20 23:47:57 -0500 |
commit | 8f58260cd958316eca41eee5bb0fc43f47bbeaac (patch) | |
tree | 2dc62a75e383926c16ec446883bbcdd0768f55d1 /pom.xml | |
parent | 44defc047b874e0bf88407f3999c12f65478fd3d (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.xml | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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> |