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 2014/11/02 02:37:06 UTC

git commit: Update checkstyle addon to use Checkstyle 6.0.

Repository: buildr
Updated Branches:
  refs/heads/master 3d180a92b -> 986ab0317


Update checkstyle addon to use Checkstyle 6.0.


Project: http://git-wip-us.apache.org/repos/asf/buildr/repo
Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/986ab031
Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/986ab031
Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/986ab031

Branch: refs/heads/master
Commit: 986ab0317439bc27980f58b7d1361eea20e025d3
Parents: 3d180a9
Author: Peter Donald <pe...@realityforge.org>
Authored: Sun Nov 2 12:36:58 2014 +1100
Committer: Peter Donald <pe...@realityforge.org>
Committed: Sun Nov 2 12:36:58 2014 +1100

----------------------------------------------------------------------
 CHANGELOG                  | 1 +
 addon/buildr/checkstyle.rb | 9 ++++-----
 2 files changed, 5 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/buildr/blob/986ab031/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 69e0cd6..8088c15 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,5 @@
 1.4.21 (Pending)
+* Change: Update checkstyle addon to use Checkstyle 6.0.
 * Added:  Updated the gwt addon to support the upcoming GWT 2.7.x release.
 * Change: Enhance ipr.add_glassfish_configuration to support the ability to
           define the version of GlassFish in uses. Change the default to 4.1.0

http://git-wip-us.apache.org/repos/asf/buildr/blob/986ab031/addon/buildr/checkstyle.rb
----------------------------------------------------------------------
diff --git a/addon/buildr/checkstyle.rb b/addon/buildr/checkstyle.rb
index 854f7f3..ef5d76c 100644
--- a/addon/buildr/checkstyle.rb
+++ b/addon/buildr/checkstyle.rb
@@ -23,12 +23,11 @@ module Buildr
       # The specs for requirements
       def dependencies
         [
-          'com.puppycrawl.tools:checkstyle:jar:5.7',
-          'commons-cli:commons-cli:jar:1.2',
+          'com.puppycrawl.tools:checkstyle:jar:6.0',
           'antlr:antlr:jar:2.7.7',
-          'com.google.guava:guava-jdk5:jar:16.0',
-          'com.google.guava:guava-bootstrap-jdk5:jar:16.0',
-          'com.google.collections:google-collections:jar:1.0',
+          'org.antlr:antlr4-runtime:jar:4.3',
+          'com.google.guava:guava:jar:18.0',
+          'commons-cli:commons-cli:jar:1.2',
           'commons-beanutils:commons-beanutils-core:jar:1.8.3',
           'commons-logging:commons-logging:jar:1.1.1'
         ]