Bump versions to 13.0.5-SNAPSHOT
[yangtools.git] / model / rfc8528-model-api / pom.xml
index c0d5e5b79a01d203bae7d1de4019e2c77f14fd48..6e73c51829fc667332b5f68fee281e8598516835 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.5-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
     <name>${project.artifactId}</name>
     <description>RFC8528 model API</description>
 
+    <properties>
+        <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
+        <doclint>all,-missing</doclint>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>com.google.guava</groupId>