Bump versions to 4.0.16-SNAPSHOT
[mdsal.git] / entityownership / mdsal-eos-binding-adapter / pom.xml
index ba32c533c08afb985c36f0b129794f0fed7b0af2..c5a2ee835e7e61aacd863c91e57529b39af44d65 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>