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/14 17:49:07 UTC

svn commit: r611851 - in /incubator/cxf/branches/2.0.x-fixes: ./ parent/pom.xml

Author: dkulp
Date: Mon Jan 14 08:49:05 2008
New Revision: 611851

URL: http://svn.apache.org/viewvc?rev=611851&view=rev
Log:
Merged revisions 611263 via svnmerge from 
https://svn.apache.org/repos/asf/incubator/cxf/trunk

........
  r611263 | dkulp | 2008-01-11 13:59:32 -0500 (Fri, 11 Jan 2008) | 2 lines
  
  Update to newer version of PMD plugin that works better with Java 5 syntaxes
........

Modified:
    incubator/cxf/branches/2.0.x-fixes/   (props changed)
    incubator/cxf/branches/2.0.x-fixes/parent/pom.xml

Propchange: incubator/cxf/branches/2.0.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: incubator/cxf/branches/2.0.x-fixes/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cxf/branches/2.0.x-fixes/parent/pom.xml?rev=611851&r1=611850&r2=611851&view=diff
==============================================================================
--- incubator/cxf/branches/2.0.x-fixes/parent/pom.xml (original)
+++ incubator/cxf/branches/2.0.x-fixes/parent/pom.xml Mon Jan 14 08:49:05 2008
@@ -173,7 +173,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>