You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by le...@apache.org on 2011/10/20 14:27:14 UTC

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

Author: lewismc
Date: Thu Oct 20 12:27:13 2011
New Revision: 1186759

URL: http://svn.apache.org/viewvc?rev=1186759&view=rev
Log:
commit to address NUTCH-1156 and update to changes.txt

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=1186759&r1=1186758&r2=1186759&view=diff
==============================================================================
--- nutch/branches/nutchgora/CHANGES.txt (original)
+++ nutch/branches/nutchgora/CHANGES.txt Thu Oct 20 12:27:13 2011
@@ -2,6 +2,8 @@ Nutch Change Log
 
 Release nutchgora - Current Development
 
+* NUTCH-1156 building errors with gora-hbase as a backend; update ivy.xml to use correct dependancies (Ferdy via lewismc)
+
 * NUTCH-1109 Add Sonar targets to Ant build.xml (lewismc)
 
 * NUTCH-1097 application/xhtml+xml should be enabled in plugin.xml of parse-html; allow multiple mimetypes for plugin.xml (Ferdy via lewismc)

Modified: nutch/branches/nutchgora/ivy/ivy.xml
URL: http://svn.apache.org/viewvc/nutch/branches/nutchgora/ivy/ivy.xml?rev=1186759&r1=1186758&r2=1186759&view=diff
==============================================================================
--- nutch/branches/nutchgora/ivy/ivy.xml (original)
+++ nutch/branches/nutchgora/ivy/ivy.xml Thu Oct 20 12:27:13 2011
@@ -108,7 +108,7 @@
        Uncomment this to use HBase as Gora backend. Then manually add hbase-0.20.6 jar to the lib directory.
 -->
 <!--
-       <dependency org="org.apache.gora" name="gora-hbase" rev="0.1" conf="*->compile">
+       <dependency org="org.apache.gora" name="gora-hbase" rev="0.1.1-incubating" conf="*->compile">
        </dependency>
        <dependency org="org.apache.zookeeper" name="zookeeper" rev="3.3.2" conf="*->default">
        </dependency>