Migrate openconfig-model-api to bnd-parent
[yangtools.git] / parser / rfc6643-parser-support / pom.xml
index 261a18dd8cd302fb0e7f86dad7bf707f47f94c4d..99c48cfc2b51ffb1806a943ff116d1b5d9cc923b 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>12.0.0-SNAPSHOT</version>
+        <version>13.0.6-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
     <name>${project.artifactId}</name>
     <description>RFC6643 parser support</description>
 
+    <properties>
+        <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
+        <doclint>all,-missing</doclint>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>com.google.guava</groupId>