Bump versions by 0.1.0 for next dev cycle
[controller.git] / opendaylight / config / pom.xml
index bea6be867b318c8ad9dd6aa8cf5f99c19dd7ebcb..bb7e56c8289857f2dcdc071e699df664d0dfcb6c 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>
 
           <!-- 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>