Bump versions to 5.0.17-SNAPSHOT
[mdsal.git] / dom / mdsal-dom-schema-service-osgi / pom.xml
index 79949be12a3d9cd091da07de1849c4c95127d2cd..2a13e8fe9636ca4fdb3f8256918ab5ced2699041 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>dom-parent</artifactId>
-        <version>4.0.3-SNAPSHOT</version>
+        <version>5.0.17-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>