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 2012/06/25 18:22:04 UTC

svn commit: r1353636 - /nutch/branches/nutchgora/pom.xml

Author: lewismc
Date: Mon Jun 25 16:22:03 2012
New Revision: 1353636

URL: http://svn.apache.org/viewvc?rev=1353636&view=rev
Log:
commit to sync pom.xml with ivy.xml

Modified:
    nutch/branches/nutchgora/pom.xml

Modified: nutch/branches/nutchgora/pom.xml
URL: http://svn.apache.org/viewvc/nutch/branches/nutchgora/pom.xml?rev=1353636&r1=1353635&r2=1353636&view=diff
==============================================================================
--- nutch/branches/nutchgora/pom.xml (original)
+++ nutch/branches/nutchgora/pom.xml Mon Jun 25 16:22:03 2012
@@ -147,7 +147,7 @@
                 <dependency>
                         <groupId>org.apache.hadoop</groupId>
                         <artifactId>hadoop-core</artifactId>
-                        <version>1.0.0</version>
+                        <version>1.0.3</version>
                         <optional>true</optional>
                 </dependency>
                 <dependency>
@@ -159,7 +159,7 @@
                 <dependency>
                         <groupId>org.apache.tika</groupId>
                         <artifactId>tika-core</artifactId>
-                        <version>0.10</version>
+                        <version>1.1</version>
                         <scope>compile</scope>
                 </dependency>
                 <dependency>
@@ -213,7 +213,7 @@
                 <dependency>
                         <groupId>org.apache.hadoop</groupId>
                         <artifactId>hadoop-test</artifactId>
-                        <version>1.0.0</version>
+                        <version>1.0.3</version>
                         <optional>true</optional>
                 </dependency>
                 <dependency>