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 2013/06/27 19:28:05 UTC

svn commit: r1497469 - /nutch/branches/branch-2.2.1/pom.xml

Author: lewismc
Date: Thu Jun 27 17:28:04 2013
New Revision: 1497469

URL: http://svn.apache.org/r1497469
Log:
commit new pom.xml

Modified:
    nutch/branches/branch-2.2.1/pom.xml

Modified: nutch/branches/branch-2.2.1/pom.xml
URL: http://svn.apache.org/viewvc/nutch/branches/branch-2.2.1/pom.xml?rev=1497469&r1=1497468&r2=1497469&view=diff
==============================================================================
--- nutch/branches/branch-2.2.1/pom.xml (original)
+++ nutch/branches/branch-2.2.1/pom.xml Thu Jun 27 17:28:04 2013
@@ -22,7 +22,7 @@
   <groupId>org.apache.nutch</groupId>
   <artifactId>nutch</artifactId>
   <packaging>jar</packaging>
-  <version>2.2</version>
+  <version>2.2.1</version>
   <name>Apache Nutch</name>
   <url>http://nutch.apache.org</url>
   <licenses>
@@ -153,7 +153,7 @@
                 <dependency>
                         <groupId>org.apache.hadoop</groupId>
                         <artifactId>hadoop-core</artifactId>
-                        <version>1.1.1</version>
+                        <version>1.2.0</version>
                         <optional>true</optional>
                 </dependency>
                 <dependency>
@@ -165,7 +165,7 @@
                 <dependency>
                         <groupId>org.apache.tika</groupId>
                         <artifactId>tika-core</artifactId>
-                        <version>1.2</version>
+                        <version>1.3</version>
                         <scope>compile</scope>
                 </dependency>
                 <dependency>
@@ -231,7 +231,7 @@
                 <dependency>
                         <groupId>org.apache.hadoop</groupId>
                         <artifactId>hadoop-test</artifactId>
-                        <version>1.1.1</version>
+                        <version>1.2.0</version>
                         <optional>true</optional>
                 </dependency>
                 <dependency>