mirror of
https://github.com/zxing/zxing.git
synced 2025-02-02 05:41:08 -08:00
Remove version declaration workaround now that we're on Maven 3.1+
This commit is contained in:
parent
d4cd922cf0
commit
aa0b4c93c0
8
pom.xml
8
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue