Author: niallp
Date: Wed Jan 16 05:27:00 2008
New Revision: 612449
URL: http://svn.apache.org/viewvc?rev=612449&view=rev
Log:
Update Plugin versions to the latest
Modified:
commons/proper/commons-sandbox-parent/trunk/pom.xml
Modified: commons/proper/commons-sandbox-parent/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/commons-sandbox-parent/trunk/pom.xml?rev=612449&r1=612448&r2=612449&view=diff
==============================================================================
--- commons/proper/commons-sandbox-parent/trunk/pom.xml (original)
+++ commons/proper/commons-sandbox-parent/trunk/pom.xml Wed Jan 16 05:27:00 2008
@@ -46,17 +46,17 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-pmd-plugin</artifactId>
- <version>2.2</version>
+ <version>2.3</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>cobertura-maven-plugin</artifactId>
- <version>2.1</version>
+ <version>2.2</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>taglist-maven-plugin</artifactId>
- <version>2.0</version>
+ <version>2.1</version>
<configuration>
<tags>
<tag>TODO</tag>