Update vfc-vnfres version
[vfc/gvnfm/vnfres.git] / res / pom.xml
index 2caf0e3..93e4c35 100644 (file)
     <parent>
         <groupId>org.onap.vfc.gvnfm.vnfres</groupId>
         <artifactId>vfc-gvnfm-vnfres</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>1.4.0-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.onap.vfc.gvnfm.vnfres.res</groupId>
     <artifactId>vfc-gvnfm-vnfres-res</artifactId>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>1.4.0-SNAPSHOT</version>
     <packaging>pom</packaging>
-    <name>vfc/gvnfm/vnfres/res</name>
+    <name>vfc-gvnfm-vnfres-res</name>
     <description>vfc gvnfm vnfres res</description>
     <properties>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <sonar.sources>.</sonar.sources>
         <sonar.junit.reportsPath>xunit-results.xml</sonar.junit.reportsPath>
-        <sonar.python.coverage.reportPath>coverage.xml</sonar.python.coverage.reportPath>
+        <sonar.python.coverage.reportPaths>coverage.xml</sonar.python.coverage.reportPaths>
         <sonar.language>py</sonar.language>
         <sonar.pluginname>python</sonar.pluginname>
         <sonar.inclusions>**/**.py</sonar.inclusions>
@@ -47,7 +47,7 @@
             <artifactId>exec-maven-plugin</artifactId>
             <version>1.2.1</version>
             <configuration>
-              <executable>${session.executionRootDirectory}/mvn-phase-script.sh</executable>
+              <executable>${project.basedir}/mvn-phase-script.sh</executable>
               <environmentVariables>
                 <!-- make mvn properties as env for our script -->
                 <MVN_PROJECT_GROUPID>${project.groupId}</MVN_PROJECT_GROUPID>