You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2008/01/11 19:59:34 UTC

svn commit: r611263 - /incubator/cxf/trunk/parent/pom.xml

Author: dkulp
Date: Fri Jan 11 10:59:32 2008
New Revision: 611263

URL: http://svn.apache.org/viewvc?rev=611263&view=rev
Log:
Update to newer version of PMD plugin that works better with Java 5 syntaxes

Modified:
    incubator/cxf/trunk/parent/pom.xml

Modified: incubator/cxf/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/trunk/parent/pom.xml?rev=611263&r1=611262&r2=611263&view=diff
==============================================================================
--- incubator/cxf/trunk/parent/pom.xml (original)
+++ incubator/cxf/trunk/parent/pom.xml Fri Jan 11 10:59:32 2008
@@ -174,7 +174,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-pmd-plugin</artifactId>
-                    <version>2.2</version>
+                    <version>2.3</version>
                     <dependencies>
                         <dependency>
                             <groupId>org.apache.cxf</groupId>