Bump to odlparent 4.0.4
[yangtools.git] / yang / yang-maven-plugin-it / pom.xml
index e36f2ef9c981e897e179bed8916b8b5b78639ebb..a1e3f91bfc9ca44d6bb837baa6d73afaa04f4263 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>4.0.0</version>
+        <version>4.0.4</version>
         <relativePath/>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.yangtools</groupId>
     <artifactId>yang-maven-plugin-it</artifactId>
-    <version>2.1.0-SNAPSHOT</version>
+    <version>2.1.6-SNAPSHOT</version>
 
     <dependencies>
         <dependency>
         </dependency>
     </dependencies>
 
-    <properties>
-        <it-project.version>${project.version}</it-project.version>
-        <sonar.jacoco.reportPath>${project.basedir}/../../target/jacoco.exec</sonar.jacoco.reportPath>
-    </properties>
-
     <build>
       <testResources>
         <testResource>
                 </configuration>
             </plugin>
             <plugin>
-                <groupId>org.codehaus.mojo</groupId>
-                <artifactId>findbugs-maven-plugin</artifactId>
+                <groupId>com.github.spotbugs</groupId>
+                <artifactId>spotbugs-maven-plugin</artifactId>
                 <configuration>
                     <failOnError>true</failOnError>
                 </configuration>