Bump versions to 13.0.5-SNAPSHOT
[yangtools.git] / common / mockito-configuration / pom.xml
index c4caac408970a5c8626e6588f8166817fc25ff7f..80f4e69c073d976ecec578436c94ff1cecc72b15 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>12.0.2</version>
+        <version>13.1.1</version>
         <relativePath/>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>mockito-configuration</artifactId>
-    <version>10.0.4-SNAPSHOT</version>
+    <version>13.0.5-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>