Clean up to remove controller/opendaylight/commons/checkstyle
[controller.git] / opendaylight / config / pom.xml
index e9c586e274000d7fe6722c4af8fecc4f3249e928..4ff15167d55f4f96c04823a401f2b882894ff036 100644 (file)
@@ -5,12 +5,12 @@
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>commons.opendaylight</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.8.0-SNAPSHOT</version>
     <relativePath>../commons/opendaylight</relativePath>
   </parent>
   <artifactId>config-subsystem</artifactId>
 
-  <version>0.5.0-SNAPSHOT</version>
+  <version>0.6.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>${project.artifactId}</name>
 
@@ -42,6 +42,7 @@
 
     <module>config-artifacts</module>
     <module>config-parent</module>
+    <module>config-filtering-parent</module>
     <module>config-persister-impl</module>
     <module>config-it-base</module>
   </modules>
             <dependency>
               <groupId>org.opendaylight.mdsal</groupId>
               <artifactId>maven-sal-api-gen-plugin</artifactId>
-              <version>0.9.0-SNAPSHOT</version>
+              <version>${mdsal.model.version}</version>
               <type>jar</type>
             </dependency>
           </dependencies>
           <!-- excluding logback-config, has several checkstyle warnings
                regarding Logger/LoggerFactory, which couldn't be removed due necessity/intention
                to use the particular implementation/library of Logger/LoggerFactory -->
-          <excludes>**\/config\/yang\/logback\/config\/**,**\/target\/,**\/bin\/,**\/target-ide\/,**\/${jmxGeneratorPath}\/,**\/${salGeneratorPath}\/</excludes>
+          <excludes>
+            **/yang-gen-config/**,
+            **\/config\/yang\/logback\/config\/**,
+            **\/target\/,
+            **\/bin\/,
+            **\/target-ide\/,
+            **\/${jmxGeneratorPath}\/,
+            **\/${salGeneratorPath}\/
+          </excludes>
         </configuration>
         <dependencies>
           <dependency>