diff options
-rw-r--r-- | champ-service/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/champ-service/pom.xml b/champ-service/pom.xml index 6ca7d00..cb2848f 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> @@ -224,7 +225,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> |