Bump versions to 8.0.2-SNAPSHOT
[odlparent.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 76139a28e20b0bdc13046ca8c5d45efb23ff9ad2..8a5326d905a6bd2e7ea0e8072ce1b72e1e9070c5 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>7.0.0-SNAPSHOT</version>
+        <version>8.0.2-SNAPSHOT</version>
         <relativePath>odlparent-lite</relativePath>
     </parent>
 
@@ -23,7 +23,7 @@
         <connection>scm:git:ssh://git.opendaylight.org:29418/odlparent.git</connection>
         <developerConnection>scm:git:ssh://git.opendaylight.org:29418/odlparent.git</developerConnection>
         <tag>HEAD</tag>
-        <url>https://wiki.opendaylight.org/view/ODL_Root_Parent:Main</url>
+        <url>https://wiki.opendaylight.org/display/ODL/ODL+Root+Parent</url>
     </scm>
 
     <properties>
@@ -58,6 +58,9 @@
         <!-- Manifest filtering plugin -->
         <module>filter-manifest-plugin</module>
 
+        <!-- Logging Markers -->
+        <module>logging-markers</module>
+
         <!-- Features -->
         <module>features</module>
 
                         <artifactId>jacoco-maven-plugin</artifactId>
                         <executions>
                             <execution>
-                                <!-- Step one:
-
-                                    merge all .exec files into a single file into this project's
-                                    ${project.build.directory}/jacoco.exec. Note we are being explicit so as
-                                    to override the odlparent/pom.xml override
-                                -->
                                 <id>merge</id>
                                 <goals>
                                     <goal>merge</goal>
                                     </fileSets>
                                 </configuration>
                             </execution>
-                            <execution>
-                                <!-- Step two:
-
-                                    pick the merged execution file and produce a complete aggregate report,
-                                    including HTML/XML/CSV.
-                                 -->
-                                <id>report</id>
-                                <goals>
-                                    <goal>report-aggregate</goal>
-                                </goals>
-                                <phase>generate-resources</phase>
-                                <configuration>
-                                    <dataFileIncludes>${odl.jacoco.aggregateFile}</dataFileIncludes>
-                                </configuration>
-                            </execution>
                         </executions>
                     </plugin>
                 </plugins>