Bump antlr to 4.9.3
[odlparent.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index ace1061953e966cbc0a03a6740007cb578001405..e493ee3c7ef789305b8be1c813026a41d8c95f01 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>9.0.9-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>
@@ -48,6 +48,7 @@
         <module>karaf-util</module>
 
         <!-- Parent POMs -->
+        <module>bnd-parent</module>
         <module>bundle-parent</module>
         <module>untested-single-feature-parent</module>
         <module>single-feature-parent</module>
         <module>odlparent</module>
         <module>odlparent-lite</module>
 
+        <!-- File copying plugin -->
+        <module>copy-files-plugin</module>
+
         <!-- Manifest filtering plugin -->
         <module>filter-manifest-plugin</module>
 
+        <!-- Logging Markers -->
+        <module>logging-markers</module>
+
         <!-- Features -->
         <module>features</module>