Release yangtools
[yangtools.git] / yang / rfc7952-data-util / pom.xml
index 35185753a116e33824bc3a887c5683bac5aff2e0..e47e4a9b1d28c5ebd4eb5d573f318b9fe358e27a 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>3.0.2-SNAPSHOT</version>
+        <version>4.0.15</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>