Migrate openconfig-model-api to bnd-parent
[yangtools.git] / yang / yang-repo-api / pom.xml
index e14eac4b3d69942ea74fc6a462c73228511aedfa..d6606bf4c37bd63ad8f13d31db58d6e6fafcff64 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.1-SNAPSHOT</version>
+        <version>13.0.6-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
     <name>${project.artifactId}</name>
     <description>YANG Schema Repository 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>