Use released parent poms
[ccsdk/apps.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index b1addce..ef791ba 100755 (executable)
--- a/pom.xml
+++ b/pom.xml
@@ -5,13 +5,13 @@
     <parent>
         <groupId>org.onap.ccsdk.parent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>1.2.1-SNAPSHOT</version>
+        <version>1.2.4</version>
         <relativePath/>
     </parent>
 
     <groupId>org.onap.ccsdk.apps</groupId>
     <artifactId>ccsdk-apps</artifactId>
-    <version>0.4.1-SNAPSHOT</version>
+    <version>0.4.4-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <name>ccsdk-apps</name>
         Note: coverage for now is invalid and is failing to load because of:
         "Cannot import coverage information for file '{file}', coverage data is invalid."
         see https://github.com/jacoco/jacoco/issues/763
-        That issue has been fixed in 0.8.3 but haven't yet been release. -->
+        That issue has been fixed in 0.8.3 , so we override the default ONAP
+        version here to pick up that fix -->
         <sonar.coverage.jacoco.xmlReportPaths>${project.reporting.outputDirectory}/jacoco-ut/jacoco.xml</sonar.coverage.jacoco.xmlReportPaths>
+        <jacoco.version>0.8.3</jacoco.version>
     </properties>
 
     <modules>
-        <module>components</module>
         <module>ms</module>
     </modules>
 
@@ -48,7 +49,6 @@
             <plugin>
                 <groupId>org.jacoco</groupId>
                 <artifactId>jacoco-maven-plugin</artifactId>
-                <!--Change version to 0.8.3 when released-->
                 <version>${jacoco.version}</version>
             </plugin>
         </plugins>