diff options
-rw-r--r-- | datarouter-node/pom.xml | 2 | ||||
-rw-r--r-- | datarouter-prov/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/datarouter-node/pom.xml b/datarouter-node/pom.xml index 85203c25..2b784236 100644 --- a/datarouter-node/pom.xml +++ b/datarouter-node/pom.xml @@ -336,7 +336,7 @@ <artifactId>docker-maven-plugin</artifactId>
<version>0.4.11</version>
<configuration>
- <imageName>datarouter-node</imageName>
+ <imageName>onap/dmaap/datarouter-node</imageName>
<dockerDirectory>${dockerLocation}</dockerDirectory>
<serverId>docker-hub</serverId>
<registryUrl>https://${docker.registry}</registryUrl>
diff --git a/datarouter-prov/pom.xml b/datarouter-prov/pom.xml index 80eecc76..3c025644 100644 --- a/datarouter-prov/pom.xml +++ b/datarouter-prov/pom.xml @@ -335,7 +335,7 @@ <artifactId>docker-maven-plugin</artifactId>
<version>0.4.11</version>
<configuration>
- <imageName>datarouter-prov</imageName>
+ <imageName>onap/dmaap/datarouter-prov</imageName>
<dockerDirectory>${dockerLocation}</dockerDirectory>
<serverId>docker-hub</serverId>
<registryUrl>https://${docker.registry}</registryUrl>
|