Release odlparent
[odlparent.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 74f10367703dacc34dba8bc26d25c3e580d0f363..a9e65a1ae895aa15adbbcbd4c34aff1598af3923 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.6-SNAPSHOT</version>
+        <version>13.0.9</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>
         <module>karaf-util</module>
 
         <!-- Parent POMs -->
+        <module>bnd-parent</module>
         <module>bundle-parent</module>
-        <module>untested-single-feature-parent</module>
+        <module>abstract-feature-parent</module>
         <module>single-feature-parent</module>
+        <module>template-feature-parent</module>
         <module>feature-repo-parent</module>
         <module>odlparent</module>
         <module>odlparent-lite</module>
 
+        <!-- Plugin for processing templates for Karaf features -->
+        <module>template-feature-plugin</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>
 
@@ -71,9 +82,6 @@
         <module>odlparent-bundle-check</module>
         <module>odlparent-dependency-check</module>
         <module>tests</module>
-
-        <!-- Third-party stuff -->
-        <module>third-party</module>
     </modules>
 
     <profiles>
                 <plugins>
                     <plugin>
                         <artifactId>maven-javadoc-plugin</artifactId>
-                        <version>3.0.1</version>
+                        <version>3.4.0</version>
                         <inherited>false</inherited>
                         <executions>
                             <execution>