Repository: buildr Updated Branches: refs/heads/master d909f4981 -> 1dbc8bca8
Update the checkstyle addon to use checkstyle 6.7. Project: http://git-wip-us.apache.org/repos/asf/buildr/repo Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/1dbc8bca Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/1dbc8bca Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/1dbc8bca Branch: refs/heads/master Commit: 1dbc8bca8209ef010f543da4501431735ac82793 Parents: d909f49 Author: Peter Donald <[email protected]> Authored: Wed Jun 17 22:21:29 2015 +1000 Committer: Peter Donald <[email protected]> Committed: Wed Jun 17 22:21:29 2015 +1000 ---------------------------------------------------------------------- CHANGELOG | 1 + addon/buildr/checkstyle.rb | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/buildr/blob/1dbc8bca/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index cefaced..85dec0c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,5 @@ 1.4.24 (Pending) +* Change: Update the checkstyle addon to use checkstyle 6.7. 1.4.23 (2015-06-12) * Change: BUILDR-706 - Update the checkstyle addon use checkstyle 6.6. Submitted http://git-wip-us.apache.org/repos/asf/buildr/blob/1dbc8bca/addon/buildr/checkstyle.rb ---------------------------------------------------------------------- diff --git a/addon/buildr/checkstyle.rb b/addon/buildr/checkstyle.rb index 277dae4..811caba 100644 --- a/addon/buildr/checkstyle.rb +++ b/addon/buildr/checkstyle.rb @@ -23,13 +23,13 @@ module Buildr # The specs for requirements def dependencies [ - 'com.puppycrawl.tools:checkstyle:jar:6.6', - 'antlr:antlr:jar:2.7.7', + 'com.puppycrawl.tools:checkstyle:jar:6.7', 'org.antlr:antlr4-runtime:jar:4.5', + 'antlr:antlr:jar:2.7.7', 'com.google.guava:guava:jar:18.0', 'org.apache.commons:commons-lang3:jar:3.4', 'org.abego.treelayout:org.abego.treelayout.core:jar:1.0.1', - 'commons-cli:commons-cli:jar:1.2', + 'commons-cli:commons-cli:jar:1.3', 'commons-beanutils:commons-beanutils-core:jar:1.8.3', 'commons-logging:commons-logging:jar:1.1.1' ]
