Bump odlparent to 5.0.5
[yangtools.git] / yang / yang-maven-plugin-it / pom.xml
index 3d5e1daa1cb4d3c8ece5d5f6569afb796b1c0c13..c9cf3f15ad8d4eea797f7de06c10b74738d39a6e 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>3.0.2</version>
+        <version>5.0.5</version>
         <relativePath/>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-maven-plugin-it</artifactId>
-    <version>2.0.1-SNAPSHOT</version>
+    <version>3.0.9-SNAPSHOT</version>
 
     <dependencies>
         <dependency>
         </dependency>
     </dependencies>
 
-    <properties>
-        <it-project.version>${project.version}</it-project.version>
-    </properties>
-
     <build>
       <testResources>
         <testResource>
                     <propertyExpansion>checkstyle.violationSeverity=error</propertyExpansion>
                 </configuration>
             </plugin>
+            <plugin>
+                <groupId>com.github.spotbugs</groupId>
+                <artifactId>spotbugs-maven-plugin</artifactId>
+                <configuration>
+                    <failOnError>true</failOnError>
+                </configuration>
+            </plugin>
         </plugins>
     </build>