Release yangtools
[yangtools.git] / model / rfc8040-model-api / pom.xml
index 5a5ab830b153c830a6e5cb4e0725da468b2587a8..7988f77ff12c356b47d0553d2c0f66f061960d88 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.1-SNAPSHOT</version>
+        <version>13.0.5</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
     <name>${project.artifactId}</name>
     <description>RFC8040 model API</description>
 
+    <properties>
+        <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
+        <doclint>all,-missing</doclint>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>org.eclipse.jdt</groupId>