Skip to content

Commit 56ea2c3

Browse files
committed
Update plugin versions
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/trunk@1677399 13f79535-47bb-0310-9956-ffa450edef68
1 parent 311c597 commit 56ea2c3

1 file changed

Lines changed: 3 additions & 10 deletions

File tree

pom.xml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -189,13 +189,6 @@
189189
<tarLongFileMode>gnu</tarLongFileMode>
190190
</configuration>
191191
</plugin>
192-
<!--
193-
<plugin>
194-
<groupId>org.apache.maven.plugins</groupId>
195-
<artifactId>maven-ant-plugin</artifactId>
196-
<version>2.1.1-SNAPSHOT</version>
197-
</plugin>
198-
-->
199192
</plugins>
200193
<pluginManagement>
201194
<plugins>
@@ -227,7 +220,7 @@
227220
<plugin>
228221
<groupId>org.apache.maven.plugins</groupId>
229222
<artifactId>maven-checkstyle-plugin</artifactId>
230-
<version>2.9.1</version>
223+
<version>2.15</version>
231224
<configuration>
232225
<configLocation>${basedir}/src/conf/checkstyle.xml</configLocation>
233226
<enableRulesSummary>false</enableRulesSummary>
@@ -239,12 +232,12 @@
239232
<report>checkstyle</report>
240233
</reports>
241234
</reportSet>
242-
</reportSets>
235+
</reportSets>
243236
</plugin>
244237
<plugin>
245238
<groupId>org.codehaus.mojo</groupId>
246239
<artifactId>findbugs-maven-plugin</artifactId>
247-
<version>2.5.2</version>
240+
<version>3.0.1</version>
248241
<configuration>
249242
<threshold>Normal</threshold>
250243
<effort>Default</effort>

0 commit comments

Comments
 (0)