You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by bo...@apache.org on 2009/02/22 17:02:59 UTC

svn commit: r746743 - in /buildr/trunk: CHANGELOG lib/buildr/scala/tests.rb

Author: boisvert
Date: Sun Feb 22 16:02:58 2009
New Revision: 746743

URL: http://svn.apache.org/viewvc?rev=746743&view=rev
Log:
Upgrade to Scala 2.7.3 compatible dependencies: ScalaSpecs 1.4.3, ScalaCheck 1.5 and ScalaTest 0.9.4

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

Modified: buildr/trunk/CHANGELOG
URL: http://svn.apache.org/viewvc/buildr/trunk/CHANGELOG?rev=746743&r1=746742&r2=746743&view=diff
==============================================================================
--- buildr/trunk/CHANGELOG (original)
+++ buildr/trunk/CHANGELOG Sun Feb 22 16:02:58 2009
@@ -6,7 +6,8 @@
 * Change: require 'buildr/scala' is now official required to use Scala features
 * Change: Introduced new options from Rake 0.8.3: -I (libdir), -R (rakelib),
           --rules, --no-search, --silent.
-* Changed: Upgraded to Rubyforge 1.0.1.
+* Change: Upgraded to Rubyforge 1.0.1.
+* Change: Buildr, no longer in incubation (hurray!): new site, mailing list, SVN, Git.
 * Change: BUILDR-147 Upgraded to use Rake 0.8.3.
 * Change: BUILDR-166 Upgraded to use RSpec 1.1.11.
 * Change: BUILDR-171 Eclipse task generates meta-data files for projects with
@@ -14,7 +15,8 @@
 * Change: BUILDR-177 Moved cobertura and emma extensions to lib directory.
 * Change: BUILDR-187 Source code attachment for Eclipse .classpath.
 * Change: BUILDR-188 Source code attachment for IDEA .iml file (Marko Sibakov).
-* Change: Buildr, no longer in incubation (hurray!): new site, mailing list, SVN, Git.
+* Change: BUILDR-260: Upgrade to Scala 2.7.3 compatible dependencies:  
+          ScalaSpecs 1.4.3, ScalaCheck 1.5 and ScalaTest 0.9.4
 * Fixed:  Removed double complete/fail messages showing up on console.
 * Fixed:  BUILDR-158 Nailgun is now a delegate for buildr/drb (a pure-ruby dRuby server)
 * Fixed:  BUILDR-170 ArtifactNamespace#method_missing has a condition that is never true.

Modified: buildr/trunk/lib/buildr/scala/tests.rb
URL: http://svn.apache.org/viewvc/buildr/trunk/lib/buildr/scala/tests.rb?rev=746743&r1=746742&r2=746743&view=diff
==============================================================================
--- buildr/trunk/lib/buildr/scala/tests.rb (original)
+++ buildr/trunk/lib/buildr/scala/tests.rb Sun Feb 22 16:02:58 2009
@@ -24,7 +24,7 @@
 
   # Scala::Specs is available when using Scala::Test
   module ScalaSpecs
-    VERSION = '1.2.9'
+    VERSION = '1.4.3'
     
     class << self
       def version
@@ -47,7 +47,7 @@
 
   # Scala::Check is available when using Scala::Test
   module ScalaCheck
-    VERSION = '1.3'
+    VERSION = '1.5'
     
     class << self
       def version
@@ -76,7 +76,7 @@
   # * :java_args   -- Arguments passed as is to the JVM.
   class ScalaTest < Buildr::TestFramework::Java
 
-    VERSION = '0.9.3'
+    VERSION = '0.9.4'
 
     class << self
       def version