You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2011/03/16 00:16:30 UTC

svn commit: r1081995 - in /hbase/branches/0.90: CHANGES.txt pom.xml

Author: stack
Date: Tue Mar 15 23:16:30 2011
New Revision: 1081995

URL: http://svn.apache.org/viewvc?rev=1081995&view=rev
Log:
HBASE-3600 Update our jruby to 1.6.0

Modified:
    hbase/branches/0.90/CHANGES.txt
    hbase/branches/0.90/pom.xml

Modified: hbase/branches/0.90/CHANGES.txt
URL: http://svn.apache.org/viewvc/hbase/branches/0.90/CHANGES.txt?rev=1081995&r1=1081994&r2=1081995&view=diff
==============================================================================
--- hbase/branches/0.90/CHANGES.txt (original)
+++ hbase/branches/0.90/CHANGES.txt Tue Mar 15 23:16:30 2011
@@ -50,6 +50,7 @@ Release 0.90.2 - February 9th, 2011
    HBASE-3610  Improve RegionSplitter performance
    HBASE-3496  HFile CLI Improvements
    HBASE-3596  [replication] Wait a few seconds before transferring queues
+   HBASE-3600  Update our jruby to 1.6.0
 
 
 Release 0.90.1 - February 9th, 2011

Modified: hbase/branches/0.90/pom.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.90/pom.xml?rev=1081995&r1=1081994&r2=1081995&view=diff
==============================================================================
--- hbase/branches/0.90/pom.xml (original)
+++ hbase/branches/0.90/pom.xml Tue Mar 15 23:16:30 2011
@@ -459,8 +459,7 @@
     <jetty.version>6.1.26</jetty.version>
     <jetty.jspapi.version>6.1.14</jetty.jspapi.version>
     <jersey.version>1.4</jersey.version>
-    <!--JRuby > 1.0.x has *GPL jars in it so we can't upgrade. See HBASE-3374-->
-    <jruby.version>1.0.3</jruby.version>
+    <jruby.version>1.6.0</jruby.version>
     <jsr311.version>1.1.1</jsr311.version>
     <junit.version>4.8.1</junit.version>
     <log4j.version>1.2.16</log4j.version>