Migrate openconfig-model-api to bnd-parent
[yangtools.git] / parser / rfc6241-parser-support / pom.xml
index a1b2bcb9081d1921daabfec08bc4d4688a2b98d0..a1dd413ba1e0ccf08430253f8e28e99a52e6cebb 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>RFC6241 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>