Bump versions to 4.0.15-SNAPSHOT
[mdsal.git] / dom / mdsal-dom-inmemory-datastore / pom.xml
index ac9de4f4b07e48789df5d468b600fdf8992ac493..87bbf83bfa14acb1db9df8bf79848c7839319800 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>dom-parent</artifactId>
-        <version>3.0.1-SNAPSHOT</version>
+        <version>4.0.15-SNAPSHOT</version>
         <relativePath>../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>