Bump versions to 4.0.16-SNAPSHOT
[mdsal.git] / entityownership / mdsal-eos-common-spi / pom.xml
index 9ca41c58bc78c42fbee2762cdbd9959c4cc4b7f8..f47b557de81466c631ffe9d944ca0277c7f7252e 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>dom-parent</artifactId>
-        <version>3.0.1-SNAPSHOT</version>
+        <version>4.0.16-SNAPSHOT</version>
         <relativePath>../../dom/dom-parent</relativePath>
     </parent>
 
                     <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>
     <scm>