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/07/31 07:12:53 UTC

[39/50] git commit: Upgrade to TestNG 6.8.7

Upgrade to TestNG 6.8.7

git-svn-id: https://svn.apache.org/repos/asf/buildr/trunk@1539185 13f79535-47bb-0310-9956-ffa450edef68


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

Branch: refs/heads/master
Commit: 5b6565066ea2fc33808d2d2bb53a81c6be475eb9
Parents: 7135371
Author: Peter Donald <do...@apache.org>
Authored: Tue Nov 5 23:18:03 2013 +0000
Committer: Peter Donald <do...@apache.org>
Committed: Tue Nov 5 23:18:03 2013 +0000

----------------------------------------------------------------------
 CHANGELOG                | 1 +
 lib/buildr/java/tests.rb | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/buildr/blob/5b656506/CHANGELOG
----------------------------------------------------------------------
diff --git a/CHANGELOG b/CHANGELOG
index e1a4df4..b62179a 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,4 +1,5 @@
 1.4.15 (2013-11-02)
+* Change: Update to TestNG 6.8.7.
 * Change: Updated the 'test_jar' package type to have a
           classifier of 'tests' and thus match maven
           conventions. Reported by Chris Bozic.

http://git-wip-us.apache.org/repos/asf/buildr/blob/5b656506/lib/buildr/java/tests.rb
----------------------------------------------------------------------
diff --git a/lib/buildr/java/tests.rb b/lib/buildr/java/tests.rb
index 618795c..cdc7591 100644
--- a/lib/buildr/java/tests.rb
+++ b/lib/buildr/java/tests.rb
@@ -296,7 +296,7 @@ module Buildr #:nodoc:
   # * :args -- Arguments passed to the TestNG command line runner.
   class TestNG < TestFramework::Java
 
-    VERSION = '6.8.5'
+    VERSION = '6.8.7'
 
     class << self
       def version