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 2007/04/13 16:25:30 UTC

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

Author: dkulp
Date: Fri Apr 13 07:25:29 2007
New Revision: 528495

URL: http://svn.apache.org/viewvc?view=rev&rev=528495
Log:
Lock down pmd version

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?view=diff&rev=528495&r1=528494&r2=528495
==============================================================================
--- incubator/cxf/trunk/parent/pom.xml (original)
+++ incubator/cxf/trunk/parent/pom.xml Fri Apr 13 07:25:29 2007
@@ -153,6 +153,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-pmd-plugin</artifactId>
+                    <version>2.2</version>
                     <dependencies>
                         <dependency>
                             <groupId>org.apache.cxf</groupId>