Migrate openconfig-model-api to bnd-parent
[yangtools.git] / model / rfc6536-model-api / pom.xml
index 602dd6fe8fde3bbd5a7c20674c95d93127405c1f..fd17a87290015aa7e1b99b05b9203ba3307dbd11 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>12.0.1-SNAPSHOT</version>
+        <version>13.0.6-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
     <name>${project.artifactId}</name>
     <description>RFC6536 metamodel</description>
 
+    <properties>
+        <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
+        <doclint>all,-missing</doclint>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>org.eclipse.jdt</groupId>