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 2014/03/01 15:10:28 UTC

svn commit: r1573177 - in /nutch/branches/branch-1.8: build.xml pom.xml

Author: lewismc
Date: Sat Mar  1 14:10:28 2014
New Revision: 1573177

URL: http://svn.apache.org/r1573177
Log:
update RC for 1.8

Modified:
    nutch/branches/branch-1.8/build.xml
    nutch/branches/branch-1.8/pom.xml

Modified: nutch/branches/branch-1.8/build.xml
URL: http://svn.apache.org/viewvc/nutch/branches/branch-1.8/build.xml?rev=1573177&r1=1573176&r2=1573177&view=diff
==============================================================================
--- nutch/branches/branch-1.8/build.xml (original)
+++ nutch/branches/branch-1.8/build.xml Sat Mar  1 14:10:28 2014
@@ -241,7 +241,7 @@
 
 	<!-- sign and deploy the main artifact -->
 	<artifact:mvn>
-		<arg value="org.apache.maven.plugins:maven-gpg-plugin:1.1:sign-and-deploy-file" />
+		<arg value="org.apache.maven.plugins:maven-gpg-plugin:1.5:sign-and-deploy-file" />
 		<arg value="-Durl=${maven-repository-url}" />
 		<arg value="-DrepositoryId=${maven-repository-id}" />
 		<arg value="-DpomFile=pom.xml" />
@@ -251,7 +251,7 @@
 
 	<!-- sign and deploy the sources artifact -->
 	<artifact:mvn>
-		<arg value="org.apache.maven.plugins:maven-gpg-plugin:1.1:sign-and-deploy-file" />
+		<arg value="org.apache.maven.plugins:maven-gpg-plugin:1.5:sign-and-deploy-file" />
 		<arg value="-Durl=${maven-repository-url}" />
 		<arg value="-DrepositoryId=${maven-repository-id}" />
 		<arg value="-DpomFile=pom.xml" />
@@ -262,7 +262,7 @@
 
 	<!-- sign and deploy the javadoc artifact -->
 	<artifact:mvn>
-		<arg value="org.apache.maven.plugins:maven-gpg-plugin:1.1:sign-and-deploy-file" />
+		<arg value="org.apache.maven.plugins:maven-gpg-plugin:1.5:sign-and-deploy-file" />
 		<arg value="-Durl=${maven-repository-url}" />
 		<arg value="-DrepositoryId=${maven-repository-id}" />
 		<arg value="-DpomFile=pom.xml" />

Modified: nutch/branches/branch-1.8/pom.xml
URL: http://svn.apache.org/viewvc/nutch/branches/branch-1.8/pom.xml?rev=1573177&r1=1573176&r2=1573177&view=diff
==============================================================================
--- nutch/branches/branch-1.8/pom.xml (original)
+++ nutch/branches/branch-1.8/pom.xml Sat Mar  1 14:10:28 2014
@@ -22,7 +22,7 @@
   <groupId>org.apache.nutch</groupId>
   <artifactId>nutch</artifactId>
   <packaging>jar</packaging>
-  <version>1.7</version>
+  <version>1.8</version>
   <name>Apache Nutch</name>
   <url>http://nutch.apache.org</url>
   <licenses>
@@ -117,12 +117,6 @@
                         <optional>true</optional>
                 </dependency>
                 <dependency>
-                        <groupId>org.apache.solr</groupId>
-                        <artifactId>solr-solrj</artifactId>
-                        <version>3.4.0</version>
-                        <optional>true</optional>
-                </dependency>
-                <dependency>
                         <groupId>org.slf4j</groupId>
                         <artifactId>slf4j-api</artifactId>
                         <version>1.6.1</version>
@@ -167,7 +161,7 @@
                 <dependency>
                         <groupId>org.apache.tika</groupId>
                         <artifactId>tika-core</artifactId>
-                        <version>1.3</version>
+                        <version>1.5</version>
                         <scope>compile</scope>
                 </dependency>
                 <dependency>
@@ -215,7 +209,7 @@
                 <dependency>
                         <groupId>com.google.code.crawler-commons</groupId>
                         <artifactId>crawler-commons</artifactId>
-                        <version>0.2</version>
+                        <version>0.3</version>
                         <scope>compile</scope>
                 </dependency>
                 <dependency>