Bump versions to 8.0.2-SNAPSHOT
[odlparent.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 59b98510586929098e4e567892835ea73720f8e0..8a5326d905a6bd2e7ea0e8072ce1b72e1e9070c5 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>6.0.2-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>
 
@@ -71,9 +74,6 @@
         <module>odlparent-bundle-check</module>
         <module>odlparent-dependency-check</module>
         <module>tests</module>
-
-        <!-- Third-party stuff -->
-        <module>third-party</module>
     </modules>
 
     <profiles>