Migrate openconfig-model-api to bnd-parent
[yangtools.git] / codec / yang-data-codec-xml / pom.xml
index 67cee363d21cbfa10f4b313b80b43e22f435d6ae..6023f220f5084e11ddd8f21e5d53ccd2fb718b0e 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>11.0.3</version>
+        <version>13.0.6-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
     <name>${project.artifactId}</name>
     <description>XML (RFC7950) encoding for NormalizedNodes</description>
 
+    <properties>
+        <!-- FIXME: fix these up and set maven.javadoc.failOnWarnings=true -->
+        <doclint>all,-missing</doclint>
+    </properties>
+
     <dependencies>
         <dependency>
             <groupId>com.google.guava</groupId>