Skip to content

Commit a43e6ac

Browse files
committed
Update plugins.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1220541 13f79535-47bb-0310-9956-ffa450edef68
1 parent dd13c78 commit a43e6ac

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
@@ -231,7 +231,7 @@ limitations under the License.
231231
<plugin>
232232
<groupId>org.apache.maven.plugins</groupId>
233233
<artifactId>maven-surefire-plugin</artifactId>
234-
<version>2.10</version>
234+
<version>2.11</version>
235235
<configuration>
236236
<includes>
237237
<include>**/*Test.java</include>
@@ -257,7 +257,7 @@ limitations under the License.
257257
<plugin>
258258
<groupId>org.apache.maven.plugins</groupId>
259259
<artifactId>maven-assembly-plugin</artifactId>
260-
<version>2.2.1</version>
260+
<version>2.2.2</version>
261261
<configuration>
262262
<descriptors>
263263
<descriptor>src/main/assembly/bin.xml</descriptor>
@@ -305,15 +305,15 @@ limitations under the License.
305305
<plugin>
306306
<groupId>org.apache.maven.plugins</groupId>
307307
<artifactId>maven-pmd-plugin</artifactId>
308-
<version>2.5</version>
308+
<version>2.6</version>
309309
<configuration>
310310
<targetJdk>1.5</targetJdk>
311311
</configuration>
312312
</plugin>
313313
<plugin>
314314
<groupId>org.codehaus.mojo</groupId>
315315
<artifactId>findbugs-maven-plugin</artifactId>
316-
<version>2.3.2</version>
316+
<version>2.3.3</version>
317317
</plugin>
318318
<plugin>
319319
<groupId>org.codehaus.mojo</groupId>

0 commit comments

Comments
 (0)