Release mdsal
[mdsal.git] / dom / mdsal-dom-schema-service-osgi / pom.xml
index c599ca430fb2a0800d34d4cf5ed17760f3b7f145..3af76b1866d1b4948f0dd590f7b7496d71e92a9d 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>dom-parent</artifactId>
-        <version>3.0.7-SNAPSHOT</version>
+        <version>5.0.1</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>