Release mdsal
[mdsal.git] / binding / mdsal-binding-api / pom.xml
index 04cf7b1d15fba2fdaa301a41d253ffd42906f8d8..4bc3603773ed31ae101d3dc49461a7e350f4494e 100644 (file)
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0-SNAPSHOT</version>
+        <version>13.0.0</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
     <artifactId>mdsal-binding-api</artifactId>
     <packaging>bundle</packaging>
 
+    <properties>
+        <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
+        <doclint>all,-missing</doclint>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>com.github.spotbugs</groupId>