Bump version to 2.1.5-SNAPSHOT
[yangtools.git] / yang / yang-maven-plugin-it / pom.xml
index 13fb330f61cf945c5a12e79b33be494297c16fd4..07e536405e73a638618e90b658944b9a5b3bb62b 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>3.1.0</version>
+        <version>4.0.2</version>
         <relativePath/>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-maven-plugin-it</artifactId>
-    <version>2.0.3-SNAPSHOT</version>
+    <version>2.1.5-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>