Add INFO.yaml file
[aai/rest-client.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 5c208c9..4830894 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -4,13 +4,13 @@
        <parent>
                <groupId>org.onap.oparent</groupId>
                <artifactId>oparent</artifactId>
-               <version>1.0.0-SNAPSHOT</version>
+               <version>1.1.0-SNAPSHOT</version>
        </parent>
 
-       <groupId>org.openecomp.aai</groupId>
+       <groupId>org.onap.aai</groupId>
        <artifactId>rest-client</artifactId>
-       <version>1.1.0-SNAPSHOT</version>
-       <name>REST Client</name>
+       <version>1.2.0-SNAPSHOT</version>
+       <name>aai-rest-client</name>
         
        <properties>
               <checkstyle.config.location>google_checks.xml</checkstyle.config.location>
@@ -18,7 +18,7 @@
               <sonar.language>java</sonar.language>
               <sonar.java.coveragePlugin>jacoco</sonar.java.coveragePlugin>
               <sonar.surefire.reportsPath>${project.build.directory}/surefire-reports</sonar.surefire.reportsPath>
-              <sonar.jacoco.reportPath>${project.build.directory}/coverage-reports/jacoco.exec</sonar.jacoco.reportPath>
+              <sonar.jacoco.reportPath>${project.build.directory}/code-coverage/jacoco-ut.exec</sonar.jacoco.reportPath>
               <sonar.jacoco.reportMissing.force.zero>false</sonar.jacoco.reportMissing.force.zero>
               <sonar.projectVersion>${project.version}</sonar.projectVersion>
         </properties>
@@ -31,9 +31,9 @@
                </dependency>
 
                <dependency>
-                       <groupId>org.openecomp.aai.logging-service</groupId>
+                       <groupId>org.onap.aai.logging-service</groupId>
                        <artifactId>common-logging</artifactId>
-                       <version>1.0.0</version>
+                       <version>${project.version}</version>
                </dependency>
                
                <dependency>
                                                 <goal>prepare-agent</goal>
                                           </goals>
                                           <configuration>
-                                                <destFile>${project.build.directory}/coverage-reports/jacoco.exec</destFile>
+                                                <destFile>${project.build.directory}/coverage-reports/jacoco.exec</destFile>
                                                 <!-- <append>true</append> -->
                                           </configuration>
                                     </execution>
                               </executions>
-                        </plugin>
+                     </plugin>
+
                </plugins>
        </build>
 
                        </plugin>
                </plugins>
        </reporting>
-        
+
 </project>