Author: assaf
Date: Wed Jul  9 13:04:34 2008
New Revision: 675330

URL: http://svn.apache.org/viewvc?rev=675330&view=rev
Log:
Changed: BUILDR-102 Update JUnit Version to 4.4.

Modified:
    incubator/buildr/trunk/CHANGELOG
    incubator/buildr/trunk/lib/buildr/java/test_frameworks.rb

Modified: incubator/buildr/trunk/CHANGELOG
URL: 
http://svn.apache.org/viewvc/incubator/buildr/trunk/CHANGELOG?rev=675330&r1=675329&r2=675330&view=diff
==============================================================================
--- incubator/buildr/trunk/CHANGELOG (original)
+++ incubator/buildr/trunk/CHANGELOG Wed Jul  9 13:04:34 2008
@@ -3,6 +3,7 @@
 * Changed: BUILDR-86 Use newest versions of net-ssh and net-sftp gems.
 * Changed: BUILDR-88 Test classes/resources should come before compile
 classes/resources so they load up earlier in java classpath.
+* Changed: BUILDR-102 Update JUnit Version to 4.4.
 * Fixed: BUILDR-73 idea7x task incorrect adds target/resources to the sources
 paths.
 * Fixed: BUILDR-76 Added more specs and fixes to compile task.

Modified: incubator/buildr/trunk/lib/buildr/java/test_frameworks.rb
URL: 
http://svn.apache.org/viewvc/incubator/buildr/trunk/lib/buildr/java/test_frameworks.rb?rev=675330&r1=675329&r2=675330&view=diff
==============================================================================
--- incubator/buildr/trunk/lib/buildr/java/test_frameworks.rb (original)
+++ incubator/buildr/trunk/lib/buildr/java/test_frameworks.rb Wed Jul  9 
13:04:34 2008
@@ -182,7 +182,7 @@
     end
 
     # JUnit version number.
-    VERSION = '4.3.1' unless const_defined?('VERSION')
+    VERSION = '4.4' unless const_defined?('VERSION')
     
     REQUIRES = ["junit:junit:jar:#{VERSION}"] + JMock::REQUIRES
 


Reply via email to