Bump versions by x.y.(z+1)
[mdsal.git] / dom / mdsal-dom-broker / pom.xml
index 8fa80c37e4a1fd1ce4711fd3a59d4746a03d21d5..856af27d5126660a553913de0908a6b18e0a20b4 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>mdsal-dom</artifactId>
-    <version>2.1.1-SNAPSHOT</version>
+    <version>2.1.5-SNAPSHOT</version>
   </parent>
   <artifactId>mdsal-dom-broker</artifactId>
   <packaging>bundle</packaging>
           </instructions>
         </configuration>
       </plugin>
+      <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-checkstyle-plugin</artifactId>
+          <configuration>
+              <propertyExpansion>checkstyle.violationSeverity=error</propertyExpansion>
+          </configuration>
+      </plugin>
     </plugins>
   </build>
   <scm>