Bump versions to 13.0.6-SNAPSHOT
[yangtools.git] / model / rfc6643-model-api / pom.xml
index c760b0a172049be1bc3c3e1fa3d145042364c9ac..33b9be979eeb08c07f9d8258ec37954e96622edb 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>12.0.0</version>
+        <version>13.0.6-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
     <name>${project.artifactId}</name>
     <description>RFC6643 extensions for SMIv2</description>
 
+    <properties>
+        <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
+        <doclint>all,-missing</doclint>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>com.google.guava</groupId>