Fix for Sonar Blocker issues
[dmaap/messagerouter/messageservice.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index f929d58..fa50fae 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -31,8 +31,8 @@
        
        <groupId>org.onap.dmaap.messagerouter.messageservice</groupId>
        <artifactId>dmaapMR1</artifactId>
-       <version>1.0.0-SNAPSHOT</version>
-       <name>Message Router Service</name>
+       <version>1.0.1-SNAPSHOT</version>
+       <name>dmaap-messagerouter-messageservice</name>
        <description>Message Router - Restful interface built for kafka</description>
         <licenses>
          <license>
                                        </plugin>
                                        
                                        
-                       <plugin>
+               <!--    <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-javadoc-plugin</artifactId>
                                <version>2.10.4</version>
                                                </goals>
                                        </execution>
                                </executions>
-                       </plugin>
+                       </plugin> -->
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-source-plugin</artifactId>
                                <artifactId>docker-maven-plugin</artifactId>
                                <version>0.4.13</version>
                                <configuration>
-                                       <imageName>attos/dmaap</imageName>
+                                       <imageName>onap/dmaap-mr</imageName>
                                        <dockerDirectory>${dockerLocation}</dockerDirectory>
                                        <serverId>docker-hub</serverId>
-                                       <registryUrl>https://index.docker.io/v1</registryUrl>
                                        <imageTags>
                                                <imageTag>${dmaapImg}</imageTag>
                                                <imageTag>latest</imageTag>
        
                <testRouteOffer>workstation</testRouteOffer>
                <testEnv>DEV</testEnv>
-               <dmaapImg>1.0.0-SNAPSHOT</dmaapImg>
+               <dmaapImg>1.0.1-SNAPSHOT</dmaapImg>
                <camel.version>2.15.5</camel.version>
        </properties>
 
                        <version>1.3.2</version>
                </dependency>
                <dependency>
-                       <groupId>com.att.nsa</groupId>
-                       <artifactId>msgrtr</artifactId>
-                       <version>0.0.5</version>
+                         <groupId>org.onap.dmaap.messagerouter.msgrtr</groupId>
+                         <artifactId>msgrtr</artifactId>
+                         <version>1.0.0</version>
                        <exclusions>
                                <exclusion>
                                        <groupId>org.slf4j</groupId>