Remove version declaration workaround now that we're on Maven 3.1+

This commit is contained in:
Sean Owen 2014-09-08 21:32:17 +01:00
parent d4cd922cf0
commit aa0b4c93c0

View file

@ -444,8 +444,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<!-- Work around bogus Maven 3.0.x warning by duplicating version above -->
<version>2.7</version>
<reportSets>
<reportSet>
<reports>
@ -472,8 +470,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<!-- Work around bogus Maven 3.0.x warning by duplicating version above -->
<version>2.9.1</version>
<reportSets>
<reportSet>
<id>aggregate</id>
@ -487,8 +483,6 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<!-- Work around bogus Maven 3.0.x warning by duplicating version above -->
<version>3.0.0</version>
<configuration>
<threshold>Normal</threshold>
<effort>Max</effort>
@ -500,8 +494,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jxr-plugin</artifactId>
<!-- Work around bogus Maven 3.0.x warning by duplicating version above -->
<version>2.4</version>
<reportSets>
<reportSet>
<id>aggregate</id>