Bump versions to 6.0.2-SNAPSHOT
[mdsal.git] / dom / mdsal-dom-spi / pom.xml
index 9cdd540ad5c8fbbce88392475b59b7c5bbc5b8bc..5ab464f7a9531ad7f859c1fa39384f3bc842a7f8 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>dom-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>6.0.2-SNAPSHOT</version>
         <relativePath>../dom-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>