Update TestNG version to 6.11.
Project: http://git-wip-us.apache.org/repos/asf/buildr/repo Commit: http://git-wip-us.apache.org/repos/asf/buildr/commit/e02efd96 Tree: http://git-wip-us.apache.org/repos/asf/buildr/tree/e02efd96 Diff: http://git-wip-us.apache.org/repos/asf/buildr/diff/e02efd96 Branch: refs/heads/master Commit: e02efd96b778b49ed32b6d066e589769e2fae9d9 Parents: f212843 Author: Peter Donald <[email protected]> Authored: Mon Apr 3 09:09:18 2017 +1000 Committer: Peter Donald <[email protected]> Committed: Mon Apr 3 09:09:18 2017 +1000 ---------------------------------------------------------------------- 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/e02efd96/CHANGELOG ---------------------------------------------------------------------- diff --git a/CHANGELOG b/CHANGELOG index 395cf89..52021df 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,5 @@ 1.5.2 (Pending) +* Change: Update TestNG version to 6.11. * Change: BUILDR-731 - Enhance Sonar addon to support configuration of the project version. Submitted by Ross Mahony. * Fixed: Fix pom generation to eliminate invalid `classifier` element from being added to POM. http://git-wip-us.apache.org/repos/asf/buildr/blob/e02efd96/lib/buildr/java/tests.rb ---------------------------------------------------------------------- diff --git a/lib/buildr/java/tests.rb b/lib/buildr/java/tests.rb index 1e112b7..68dda34 100644 --- a/lib/buildr/java/tests.rb +++ b/lib/buildr/java/tests.rb @@ -283,7 +283,7 @@ module Buildr #:nodoc: # * :args -- Arguments passed to the TestNG command line runner. class TestNG < TestFramework::Java - VERSION = '6.8.7' + VERSION = '6.11' class << self def version
