You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by do...@apache.org on 2012/07/05 08:30:05 UTC

svn commit: r1357473 - in /buildr/trunk: CHANGELOG addon/buildr/checkstyle.rb

Author: donaldp
Date: Thu Jul  5 06:30:05 2012
New Revision: 1357473

URL: http://svn.apache.org/viewvc?rev=1357473&view=rev
Log:
Default to using Checkstyle 5.5 in the checkstyle addon.

Modified:
    buildr/trunk/CHANGELOG
    buildr/trunk/addon/buildr/checkstyle.rb

Modified: buildr/trunk/CHANGELOG
URL: http://svn.apache.org/viewvc/buildr/trunk/CHANGELOG?rev=1357473&r1=1357472&r2=1357473&view=diff
==============================================================================
--- buildr/trunk/CHANGELOG (original)
+++ buildr/trunk/CHANGELOG Thu Jul  5 06:30:05 2012
@@ -1,4 +1,5 @@
 1.4.8 (Pending)
+* Change: Default to using Checkstyle 5.5 in the checkstyle addon.
 * Fixed:  Fix the add_exploded_war_artifact method on the idea project by adding in missing method
           `partition_dependencies`.
 * Fixed:  Fix the extension of the gwt plugin so that it can be required as an addon.

Modified: buildr/trunk/addon/buildr/checkstyle.rb
URL: http://svn.apache.org/viewvc/buildr/trunk/addon/buildr/checkstyle.rb?rev=1357473&r1=1357472&r2=1357473&view=diff
==============================================================================
--- buildr/trunk/addon/buildr/checkstyle.rb (original)
+++ buildr/trunk/addon/buildr/checkstyle.rb Thu Jul  5 06:30:05 2012
@@ -23,7 +23,7 @@ module Buildr
       # The specs for requirements
       def dependencies
         [
-          'com.puppycrawl.tools:checkstyle:jar:5.4',
+          'com.puppycrawl.tools:checkstyle:jar:5.5',
           'commons-cli:commons-cli:jar:1.2',
           'antlr:antlr:jar:2.7.7',
           'com.google.collections:google-collections:jar:1.0',