You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by fe...@apache.org on 2012/02/20 17:07:09 UTC

svn commit: r1291332 - in /nutch/branches/nutchgora: CHANGES.txt ivy/ivy.xml

Author: ferdy
Date: Mon Feb 20 16:07:09 2012
New Revision: 1291332

URL: http://svn.apache.org/viewvc?rev=1291332&view=rev
Log:
NUTCH-1287 Upgrade to hsqldb 2.2.8

Modified:
    nutch/branches/nutchgora/CHANGES.txt
    nutch/branches/nutchgora/ivy/ivy.xml

Modified: nutch/branches/nutchgora/CHANGES.txt
URL: http://svn.apache.org/viewvc/nutch/branches/nutchgora/CHANGES.txt?rev=1291332&r1=1291331&r2=1291332&view=diff
==============================================================================
--- nutch/branches/nutchgora/CHANGES.txt (original)
+++ nutch/branches/nutchgora/CHANGES.txt Mon Feb 20 16:07:09 2012
@@ -2,6 +2,8 @@ Nutch Change Log
 
 Release nutchgora - Current Development
 
+* NUTCH-1287 Upgrade to hsqldb 2.2.8 (ferdy)
+
 * NUTCH-1280 language-identifier should have option to use detected value by Tika even when uncertain (ferdy)
 
 * NUTCH-1246 Upgrade to Hadoop 1.0.0 (lewismc)

Modified: nutch/branches/nutchgora/ivy/ivy.xml
URL: http://svn.apache.org/viewvc/nutch/branches/nutchgora/ivy/ivy.xml?rev=1291332&r1=1291331&r2=1291332&view=diff
==============================================================================
--- nutch/branches/nutchgora/ivy/ivy.xml (original)
+++ nutch/branches/nutchgora/ivy/ivy.xml Mon Feb 20 16:07:09 2012
@@ -88,7 +88,7 @@
 			conf="test->default" />
 		<dependency org="org.mortbay.jetty" name="jetty-client" rev="6.1.22" />
 
-		<dependency org="org.hsqldb" name="hsqldb" rev="2.0.0" conf="*->default"/>
+		<dependency org="org.hsqldb" name="hsqldb" rev="2.2.8" conf="*->default"/>
 		<dependency org="org.jdom" name="jdom" rev="1.1" conf="test->default"/>
 
 		<dependency org="org.apache.gora" name="gora-sql" rev="0.1.1-incubating" conf="*->default"/>