Bump odlparent to 13.1.2
[yangtools.git] / model / rfc8819-model-api / pom.xml
index 94dea39bcd0e1c37f996cd9b31f10e5085099cee..f74c43bba5acd7fe5eceabdb5ce04f8bbd79d720 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3-SNAPSHOT</version>
+        <version>13.0.5-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
     <name>${project.artifactId}</name>
     <description>RFC8819 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>