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 2011/07/29 15:01:10 UTC

svn commit: r1152195 - in /cxf/branches/2.4.x-fixes: ./ parent/pom.xml

Author: dkulp
Date: Fri Jul 29 13:01:10 2011
New Revision: 1152195

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

........
  r1151912 | dkulp | 2011-07-28 12:28:04 -0400 (Thu, 28 Jul 2011) | 1 line
  
  Update the checkstyle version that is used
........

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

Propchange: cxf/branches/2.4.x-fixes/
            ('svn:mergeinfo' removed)

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

Modified: cxf/branches/2.4.x-fixes/parent/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.4.x-fixes/parent/pom.xml?rev=1152195&r1=1152194&r2=1152195&view=diff
==============================================================================
--- cxf/branches/2.4.x-fixes/parent/pom.xml (original)
+++ cxf/branches/2.4.x-fixes/parent/pom.xml Fri Jul 29 13:01:10 2011
@@ -237,7 +237,7 @@
                         <dependency>
                             <groupId>com.puppycrawl.tools</groupId>
                             <artifactId>checkstyle</artifactId>
-                            <version>5.2</version>
+                            <version>5.3</version>
                             <exclusions>
                                 <exclusion>
                                     <groupId>com.sun</groupId>