Bump versions to 13.0.6-SNAPSHOT
[yangtools.git] / common / concepts / pom.xml
index 7212cd1d4c709ee92622e20c1228fe7204365efa..f3ebe5bac490c470f162a5a4139c221d856c03fd 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bnd-parent</artifactId>
-        <version>11.0.3</version>
+        <version>13.0.6-SNAPSHOT</version>
         <relativePath>../../bnd-parent</relativePath>
     </parent>
 
     <name>${project.artifactId}</name>
     <description>Common concepts</description>
 
+    <properties>
+        <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
+        <doclint>all,-missing</doclint>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>com.google.guava</groupId>