Skip to content

Commit 5a0d6b1

Browse files
committed
Use current versions of plugins.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1061374 13f79535-47bb-0310-9956-ffa450edef68
1 parent 9189958 commit 5a0d6b1

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
@@ -275,7 +275,7 @@
275275
<plugin>
276276
<groupId>org.apache.maven.plugins</groupId>
277277
<artifactId>maven-changes-plugin</artifactId>
278-
<version>2.1</version>
278+
<version>2.3</version>
279279
<configuration>
280280
<xmlPath>${basedir}/src/changes/changes.xml</xmlPath>
281281
<issueLinkTemplate>%URL%/%ISSUE%</issueLinkTemplate>
@@ -301,12 +301,12 @@
301301
<plugin>
302302
<groupId>org.codehaus.mojo</groupId>
303303
<artifactId>cobertura-maven-plugin</artifactId>
304-
<version>2.3</version>
304+
<version>2.4</version>
305305
</plugin>
306306
<plugin>
307307
<groupId>org.apache.maven.plugins</groupId>
308308
<artifactId>maven-pmd-plugin</artifactId>
309-
<version>2.4</version>
309+
<version>2.5</version>
310310
</plugin>
311311
<plugin>
312312
<groupId>org.codehaus.mojo</groupId>
@@ -316,7 +316,7 @@
316316
<plugin>
317317
<groupId>org.codehaus.mojo</groupId>
318318
<artifactId>clirr-maven-plugin</artifactId>
319-
<version>2.2.2</version>
319+
<version>2.3</version>
320320
<configuration>
321321
<comparisonVersion>1.4</comparisonVersion>
322322
<minSeverity>info</minSeverity>

0 commit comments

Comments
 (0)