Deprecate simple DataTreeFactory.create()
[yangtools.git] / parser / yang-parser-impl / pom.xml
index 09e8efe9079ce1dd42a0cab02661bd9b20fb7eb2..0a0d526daba1ff0a3bdcc6fe2c6d0c59f7fe20cd 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.0</version>
+        <version>14.0.5-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
     <name>${project.artifactId}</name>
     <description>YANG parser</description>
 
+    <properties>
+        <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
+        <doclint>all,-missing</doclint>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>com.github.spotbugs</groupId>