Repository: buildr
Updated Branches:
  refs/heads/master 4934d3b16 -> 533fe2be0


Upgrade the version of PMD in use to 5.1.1


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

Branch: refs/heads/master
Commit: 533fe2be0e69aab9be2057baf02cf9d5c4ca7444
Parents: 4934d3b
Author: Peter Donald <[email protected]>
Authored: Fri May 30 11:08:38 2014 +1000
Committer: Peter Donald <[email protected]>
Committed: Fri May 30 11:08:38 2014 +1000

----------------------------------------------------------------------
 CHANGELOG           | 1 +
 addon/buildr/pmd.rb | 4 +++-
 2 files changed, 4 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/buildr/blob/533fe2be/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index 9de1fad..bbf4851 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,5 @@
 1.4.18 (Pending)
+* Change: Upgrade the version of PMD in use to 5.1.1.
 * Change: Supply a default xsl file for generating the jdepend report.
 * Fixed:  Fix the naming of css_lint addon file so it is made available
           as an addon.

http://git-wip-us.apache.org/repos/asf/buildr/blob/533fe2be/addon/buildr/pmd.rb
----------------------------------------------------------------------
diff --git a/addon/buildr/pmd.rb b/addon/buildr/pmd.rb
index 87f42d4..8c2a7bd 100644
--- a/addon/buildr/pmd.rb
+++ b/addon/buildr/pmd.rb
@@ -25,8 +25,10 @@ module Buildr
       # The specs for requirements
       def dependencies
         [
-          'net.sourceforge.pmd:pmd:jar:5.0.5',
+          'net.sourceforge.pmd:pmd:jar:5.1.1',
           'jaxen:jaxen:jar:1.1.1',
+          'commons-io:commons-io:jar:2.2',
+          'com.beust:jcommander:jar:1.27',
           'asm:asm:jar:3.2'
         ]
       end

Reply via email to