Bump versions to 4.0.15-SNAPSHOT
[mdsal.git] / binding / mdsal-binding-java-api-generator / pom.xml
index 7baff2dbd49638ae6c9a4eb44e2f321a6844b0b5..4b275a3e727549597b5db52ff48f3cfc7521392e 100644 (file)
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>dom-parent</artifactId>
-        <version>3.0.1-SNAPSHOT</version>
+        <version>4.0.15-SNAPSHOT</version>
         <relativePath>../../dom/dom-parent</relativePath>
     </parent>
 
     <artifactId>mdsal-binding-java-api-generator</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>2.0.15-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <dependencies>
             <artifactId>commons-text</artifactId>
         </dependency>
 
-        <dependency>
-            <groupId>junit</groupId>
-            <artifactId>junit</artifactId>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
-            <groupId>org.mockito</groupId>
-            <artifactId>mockito-core</artifactId>
-        </dependency>
         <dependency>
             <groupId>org.opendaylight.yangtools</groupId>
             <artifactId>yang-test-util</artifactId>
                 <groupId>org.eclipse.xtend</groupId>
                 <artifactId>xtend-maven-plugin</artifactId>
             </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-checkstyle-plugin</artifactId>
+                <configuration>
+                    <propertyExpansion>checkstyle.violationSeverity=error</propertyExpansion>
+                </configuration>
+            </plugin>
         </plugins>
     </build>
 </project>