Skip to content

Commit 686135e

Browse files
committed
upgrade some maven plugins versions
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/cli/trunk@1423222 13f79535-47bb-0310-9956-ffa450edef68
1 parent 69f2a13 commit 686135e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202
<plugin>
203203
<groupId>org.apache.maven.plugins</groupId>
204204
<artifactId>maven-checkstyle-plugin</artifactId>
205-
<version>2.1</version>
205+
<version>2.9.1</version>
206206
<configuration>
207207
<configLocation>${basedir}/src/conf/checkstyle.xml</configLocation>
208208
<enableRulesSummary>false</enableRulesSummary>
@@ -212,7 +212,7 @@
212212
<plugin>
213213
<groupId>org.codehaus.mojo</groupId>
214214
<artifactId>findbugs-maven-plugin</artifactId>
215-
<version>2.4.0</version>
215+
<version>2.5.2</version>
216216
<configuration>
217217
<threshold>Normal</threshold>
218218
<effort>Default</effort>
@@ -221,12 +221,12 @@
221221
<plugin>
222222
<groupId>org.codehaus.mojo</groupId>
223223
<artifactId>cobertura-maven-plugin</artifactId>
224-
<version>2.2</version>
224+
<version>2.5.2</version>
225225
</plugin>
226226
<plugin>
227227
<groupId>org.codehaus.mojo</groupId>
228228
<artifactId>clirr-maven-plugin</artifactId>
229-
<version>2.2.1</version>
229+
<version>2.5</version>
230230
<configuration>
231231
<comparisonVersion>1.2</comparisonVersion>
232232
</configuration>

0 commit comments

Comments
 (0)