Bump versions to 6.0.12-SNAPSHOT
[yangtools.git] / plugin / yang-maven-plugin-it / pom.xml
index fa502cebee1d3ab9de2226168a65690c4a976b86..34f82112eac9228e5e829204d49675de667cd9eb 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>8.0.2</version>
+        <version>8.1.8</version>
         <relativePath/>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-maven-plugin-it</artifactId>
-    <version>6.0.2-SNAPSHOT</version>
+    <version>6.0.12-SNAPSHOT</version>
 
     <dependencies>
         <dependency>
             <groupId>org.apache.maven.shared</groupId>
             <artifactId>maven-verifier</artifactId>
-            <version>1.6</version>
+            <version>1.7.2</version>
             <scope>test</scope>
-            <exclusions>
-                <exclusion>
-                    <groupId>com.google.code.findbugs</groupId>
-                    <!-- Use com.google.code.findbugs:annotations instead of jsr305 -->
-                    <artifactId>jsr305</artifactId>
-                </exclusion>
-            </exclusions>
         </dependency>
         <dependency>
             <groupId>com.google.guava</groupId>