You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2006/08/20 06:35:15 UTC

svn commit: r432934 - /geronimo/genesis/trunk/config/project-config/pom.xml

Author: jdillon
Date: Sat Aug 19 21:35:12 2006
New Revision: 432934

URL: http://svn.apache.org/viewvc?rev=432934&view=rev
Log:
Use the latest pmd plugin, it behaves better on failure (which it does for some 1.5 sources)

Modified:
    geronimo/genesis/trunk/config/project-config/pom.xml

Modified: geronimo/genesis/trunk/config/project-config/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/genesis/trunk/config/project-config/pom.xml?rev=432934&r1=432933&r2=432934&view=diff
==============================================================================
--- geronimo/genesis/trunk/config/project-config/pom.xml (original)
+++ geronimo/genesis/trunk/config/project-config/pom.xml Sat Aug 19 21:35:12 2006
@@ -542,7 +542,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-pmd-plugin</artifactId>
-                <version>2.0</version>
+                <version>2.1</version>
             </plugin>
             
             <plugin>