Bump versions to 6.0.9-SNAPSHOT
[yangtools.git] / yang / yang-data-transform / pom.xml
index 7cf667068460aab399d89e86114d895ea6ea27b7..a0e80d224bbb580302fa4443438bbae27a56d521 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>3.0.3-SNAPSHOT</version>
+        <version>6.0.9-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
                     </instructions>
                 </configuration>
             </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-checkstyle-plugin</artifactId>
-                <configuration>
-                    <propertyExpansion>checkstyle.violationSeverity=error</propertyExpansion>
-                </configuration>
-            </plugin>
-            <plugin>
-                <groupId>com.github.spotbugs</groupId>
-                <artifactId>spotbugs-maven-plugin</artifactId>
-                <configuration>
-                    <failOnError>true</failOnError>
-                </configuration>
-            </plugin>
         </plugins>
     </build>