Centralize 'cannot interpret'
[yangtools.git] / common / mockito-configuration / pom.xml
index 7e814b9a8e48946664bc6d137bb69b745d54fa2c..c48ceb34c08c77a2e0f0ae90df398195aa6e7f56 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>12.0.3</version>
+        <version>13.1.3</version>
         <relativePath/>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>mockito-configuration</artifactId>
-    <version>10.0.4-SNAPSHOT</version>
+    <version>14.0.0-SNAPSHOT</version>
     <description>Default mockito configuration</description>
     <packaging>jar</packaging><!-- not needed in OSGi -->
     <name>${project.artifactId}</name>
 
+    <properties>
+        <maven.javadoc.failOnWarnings>true</maven.javadoc.failOnWarnings>
+    </properties>
+
     <dependencies>
         <!-- all those dependencies will be in test scope as mockito-configuration should be referenced as test scope dependency -->
         <dependency>
@@ -32,5 +36,4 @@
             <scope>compile</scope>
         </dependency>
     </dependencies>
-
 </project>