Author: boisvert
Date: Sat Oct  3 15:37:36 2009
New Revision: 821338

URL: http://svn.apache.org/viewvc?rev=821338&view=rev
Log:
Upgrade to TestNG 5.10

Modified:
    buildr/trunk/CHANGELOG
    buildr/trunk/lib/buildr/java/tests.rb

Modified: buildr/trunk/CHANGELOG
URL: 
http://svn.apache.org/viewvc/buildr/trunk/CHANGELOG?rev=821338&r1=821337&r2=821338&view=diff
==============================================================================
--- buildr/trunk/CHANGELOG (original)
+++ buildr/trunk/CHANGELOG Sat Oct  3 15:37:36 2009
@@ -12,6 +12,7 @@
 * Change: Monkey-Patched FileUtils::sh on JRuby to use POSIX `system`
 * Change: Updated to Rake 0.8.7, RSpec 1.2.6 and JRuby-openssl 0.5.1.
 * Change: Updated to easyb 0.9 (Joel Muzzerall)
+* Change: Updated to TestNG 5.10
 * Fixed:  BUILDR-23 Support for setting file mode when packaging (Ittay Dror).
 * Fixed:  BUILDR-278 tasks/*.rake files are loaded after the buildfile (Rhett 
Sutphin)
 * Fixed:  BUILDR-282 release goal should not strip leading '0' digits from 
version numbers.

Modified: buildr/trunk/lib/buildr/java/tests.rb
URL: 
http://svn.apache.org/viewvc/buildr/trunk/lib/buildr/java/tests.rb?rev=821338&r1=821337&r2=821338&view=diff
==============================================================================
--- buildr/trunk/lib/buildr/java/tests.rb (original)
+++ buildr/trunk/lib/buildr/java/tests.rb Sat Oct  3 15:37:36 2009
@@ -278,7 +278,7 @@
   # * :java_args -- Arguments passed to the JVM.
   class TestNG < TestFramework::Java
 
-    VERSION = '5.7'
+    VERSION = '5.10'
 
     class << self
       def version


Reply via email to