summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorVarun Gudisena <vg411h@att.com>2017-09-15 09:53:07 -0500
committerVarun Gudisena <vg411h@att.com>2017-09-15 09:54:48 -0500
commit56577a210f65fb0ec99ffd6e778d8e5d4403885d (patch)
tree1a8db32007f16100c14d960a6a784703668eb704 /pom.xml
parenta6eb962c0d88550a1c749a079632dc6deeb2bd46 (diff)
Change dockername
changed dockername and version issue-id: DMAAP-139 Change-Id: I0c8d882fd00c7d109f1676121e606d1d44424bb9 Signed-off-by: Varun Gudisena <vg411h@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 6730488..fa50fae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
<groupId>org.onap.dmaap.messagerouter.messageservice</groupId>
<artifactId>dmaapMR1</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.1-SNAPSHOT</version>
<name>dmaap-messagerouter-messageservice</name>
<description>Message Router - Restful interface built for kafka</description>
<licenses>
@@ -374,10 +374,9 @@
<artifactId>docker-maven-plugin</artifactId>
<version>0.4.13</version>
<configuration>
- <imageName>onap/dmaap/messagerouter</imageName>
+ <imageName>onap/dmaap-mr</imageName>
<dockerDirectory>${dockerLocation}</dockerDirectory>
<serverId>docker-hub</serverId>
- <registryUrl>https://index.docker.io/v1</registryUrl>
<imageTags>
<imageTag>${dmaapImg}</imageTag>
<imageTag>latest</imageTag>
@@ -443,7 +442,7 @@
<testRouteOffer>workstation</testRouteOffer>
<testEnv>DEV</testEnv>
- <dmaapImg>1.0.0-SNAPSHOT</dmaapImg>
+ <dmaapImg>1.0.1-SNAPSHOT</dmaapImg>
<camel.version>2.15.5</camel.version>
</properties>