Release mdsal
[mdsal.git] / binding / mdsal-binding-util-tests / pom.xml
index 5a309dd8e527d0c9a389052b5499ad7ab0b52c64..adf48acd85fb4b26c232976b1e6e767ae90a2972 100644 (file)
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>dom-parent</artifactId>
-        <version>3.0.4-SNAPSHOT</version>
+        <version>5.0.1</version>
         <relativePath>../../dom/dom-parent</relativePath>
     </parent>
 
     <artifactId>mdsal-binding-util-tests</artifactId>
-    <version>1.0.3-SNAPSHOT</version>
+    <version>3.0.1</version>
 
     <dependencies>
         <dependency>
             <type>test-jar</type>
         </dependency>
     </dependencies>
-
-    <build>
-        <plugins>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-checkstyle-plugin</artifactId>
-                <configuration>
-                    <propertyExpansion>checkstyle.violationSeverity=error</propertyExpansion>
-                </configuration>
-            </plugin>
-        </plugins>
-    </build>
 </project>