Enable checkstyle in the mdsal-parent pom
[controller.git] / opendaylight / md-sal / pom.xml
index 201515816aae0f5733e40238c0183b3f3ae823e9..0a616be0caa0d4ee297db66c45fd09df144316b2 100644 (file)
@@ -5,23 +5,23 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>2.0.4</version>
+    <version>3.0.2</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.controller</groupId>
   <artifactId>sal-parent</artifactId>
-  <version>1.6.0-SNAPSHOT</version>
+  <version>1.8.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <modules>
     <module>mdsal-artifacts</module>
+    <module>parent</module>
 
     <!-- Common APIs & Implementation -->
     <module>sal-common-api</module>
     <module>sal-common-impl</module>
     <module>sal-common-util</module>
-    <module>sal-common-testutil</module>
 
     <!-- Binding Independent -->
     <module>sal-dom-api</module>