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 2011/11/11 13:43:27 UTC

svn commit: r1200858 - in /buildr/trunk: CHANGELOG lib/buildr/scala/compiler.rb

Author: boisvert
Date: Fri Nov 11 12:43:26 2011
New Revision: 1200858

URL: http://svn.apache.org/viewvc?rev=1200858&view=rev
Log:
Scala 2.9.1 is now default

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

Modified: buildr/trunk/CHANGELOG
URL: http://svn.apache.org/viewvc/buildr/trunk/CHANGELOG?rev=1200858&r1=1200857&r2=1200858&view=diff
==============================================================================
--- buildr/trunk/CHANGELOG (original)
+++ buildr/trunk/CHANGELOG Fri Nov 11 12:43:26 2011
@@ -1,4 +1,5 @@
 1.4.7 (Pending)
+* Change: Scala 2.9.1 is now default
 * Fixed:  Buildr.artifacts() should handle any object with :to_spec method
           (i.e., any object that ActsAsArtifact)
 * Fixed:  Handle HTTP Unauthorized (501) result code when downloading artifacts.

Modified: buildr/trunk/lib/buildr/scala/compiler.rb
URL: http://svn.apache.org/viewvc/buildr/trunk/lib/buildr/scala/compiler.rb?rev=1200858&r1=1200857&r2=1200858&view=diff
==============================================================================
--- buildr/trunk/lib/buildr/scala/compiler.rb (original)
+++ buildr/trunk/lib/buildr/scala/compiler.rb Fri Nov 11 12:43:26 2011
@@ -14,7 +14,7 @@
 # the License.
 
 module Buildr::Scala
-  DEFAULT_VERSION = '2.9.0-1'
+  DEFAULT_VERSION = '2.9.1'
 
   class << self