Bump checkstyle to 10.15.0
[odlparent.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index e6aefa92f1a25f56f400ea08b506dd436394484c..a7c285b32fa396ab018800f95e949b81f038e090 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>11.0.1-SNAPSHOT</version>
+        <version>13.1.0-SNAPSHOT</version>
         <relativePath>odlparent-lite</relativePath>
     </parent>
 
@@ -41,6 +41,8 @@
         <module>bundles-test-lib</module>
         <module>bundles4-test</module>
         <module>features-test</module>
+        <module>features-test-plugin</module>
+        <module>features-test-plugin-it</module>
 
         <!-- Karaf integration -->
         <module>karaf</module>
         <module>bundle-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>