Release mdsal
[mdsal.git] / binding / mdsal-binding-test-utils / pom.xml
index e45be84dd960a6e67ab0643380b2f0a8b84b0d88..e106d1c091b0d07678bd3c3e411c911675cfe613 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>10.0.0</version>
+        <version>13.0.10</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>mdsal-binding-test-utils</artifactId>
-    <version>9.0.1-SNAPSHOT</version>
+    <version>13.0.0</version>
+
+    <properties>
+        <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
+        <doclint>all,-missing</doclint>
+    </properties>
 
     <dependencyManagement>
         <dependencies>
         </dependency>
         <!-- For testing purposes we want to bring in also implementation
              artifacts -->
+        <dependency>
+            <groupId>org.opendaylight.mdsal</groupId>
+            <artifactId>mdsal-binding-dom-codec</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal</groupId>
             <artifactId>mdsal-dom-broker</artifactId>