Merge "Fix docker image name"
authorSteven Blimkie <Steven.Blimkie@amdocs.com>
Fri, 23 Mar 2018 13:13:10 +0000 (13:13 +0000)
committerGerrit Code Review <gerrit@onap.org>
Fri, 23 Mar 2018 13:13:10 +0000 (13:13 +0000)
champ-service/pom.xml

index 6ca7d00..cb2848f 100644 (file)
@@ -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>