Bump versions to 7.0.5-SNAPSHOT
[odlparent.git] / filter-manifest-plugin / pom.xml
index 747edafed12bf4163eb718e533079c9449b8d869..6252e53927f30eaa680b3ade6471bb979ce20275 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <artifactId>odlparent</artifactId>
         <groupId>org.opendaylight.odlparent</groupId>
-        <version>5.0.2-SNAPSHOT</version>
+        <version>7.0.5-SNAPSHOT</version>
         <relativePath>../odlparent</relativePath>
     </parent>
     <artifactId>filter-manifest-plugin</artifactId>
                     </execution>
                 </executions>
             </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>
 </project>