Deprecate simple DataTreeFactory.create()
[yangtools.git] / parser / yang-parser-impl / pom.xml
index 076e3267afa4b58182f326b8217a897c42de1a3c..0a0d526daba1ff0a3bdcc6fe2c6d0c59f7fe20cd 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>12.0.0-SNAPSHOT</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>