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/28 18:28:05 UTC

svn commit: r1151912 - /cxf/trunk/parent/pom.xml

Author: dkulp
Date: Thu Jul 28 16:28:04 2011
New Revision: 1151912

URL: http://svn.apache.org/viewvc?rev=1151912&view=rev
Log:
Update the checkstyle version that is used

Modified:
    cxf/trunk/parent/pom.xml

Modified: cxf/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/parent/pom.xml?rev=1151912&r1=1151911&r2=1151912&view=diff
==============================================================================
--- cxf/trunk/parent/pom.xml (original)
+++ cxf/trunk/parent/pom.xml Thu Jul 28 16:28:04 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>