summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--champ-service/pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/champ-service/pom.xml b/champ-service/pom.xml
index 1717648..2bf1ed8 100644
--- a/champ-service/pom.xml
+++ b/champ-service/pom.xml
@@ -32,6 +32,7 @@ limitations under the License.
<groupId>org.onap.aai</groupId>
<artifactId>champ-service</artifactId>
<version>1.2.0-SNAPSHOT</version>
+ <name>champ</name>
<properties>
<runAjscHome>${basedir}/target/swm/package/nix/dist_files${distFilesRoot}</runAjscHome>
@@ -220,7 +221,7 @@ limitations under the License.
<configuration>
<verbose>true</verbose>
<serverId>docker-hub</serverId>
- <imageName>${docker.push.registry}/onap/${project.artifactId}</imageName>
+ <imageName>${docker.push.registry}/onap/${project.name}</imageName>
<dockerDirectory>${docker.location}</dockerDirectory>
<imageTags>
<imageTag>latest</imageTag>