Merge "Catch IllegalArgumentException for error message"
[aai/champ.git] / champ-service / pom.xml
index 6ca7d00..b0dbf46 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>
@@ -47,7 +48,7 @@ limitations under the License.
         <distFilesRoot>/appl/${project.artifactId}/${project.version}</distFilesRoot>
 
         <common.logging.groupid>org.onap.aai.logging-service</common.logging.groupid>
-        <common.logging.version>1.2.0</common.logging.version>
+        <common.logging.version>1.2.2</common.logging.version>
         <org.apache.httpcomponents.httpclient.version>4.5.2</org.apache.httpcomponents.httpclient.version>
 
         <docker.location>${basedir}/target</docker.location>
@@ -196,7 +197,7 @@ limitations under the License.
                     <skip>true</skip>
                 </configuration>
             </plugin>
-                       <!--
+            <!--
             <plugin>
                 <groupId>com.mycila</groupId>
                 <artifactId>license-maven-plugin</artifactId>
@@ -216,7 +217,7 @@ limitations under the License.
                     </execution>
                 </executions>
             </plugin>
-                       -->
+            -->
             <plugin>
                 <groupId>com.spotify</groupId>
                 <artifactId>docker-maven-plugin</artifactId>
@@ -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>