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/17 03:13:40 UTC

svn commit: r1578208 - in /nutch/trunk: CHANGES.txt NOTICE.txt build.xml conf/nutch-default.xml default.properties

Author: lewismc
Date: Mon Mar 17 02:13:39 2014
New Revision: 1578208

URL: http://svn.apache.org/r1578208
Log:
Update trunk for new 1.9-SNAPSHOT development

Modified:
    nutch/trunk/CHANGES.txt
    nutch/trunk/NOTICE.txt
    nutch/trunk/build.xml
    nutch/trunk/conf/nutch-default.xml
    nutch/trunk/default.properties

Modified: nutch/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/nutch/trunk/CHANGES.txt?rev=1578208&r1=1578207&r2=1578208&view=diff
==============================================================================
--- nutch/trunk/CHANGES.txt (original)
+++ nutch/trunk/CHANGES.txt Mon Mar 17 02:13:39 2014
@@ -1,6 +1,11 @@
 Nutch Change Log
 
-Nutch Development Trunk
+Nutch Current Development
+
+*
+
+Nutch 1.8      - 11/03/2014 (dd/mm/yyyy)
+Release Report - http://s.apache.org/oHY
 
 * NUTCH-1706 IndexerMapReduce does not remove db_redir_temp (markus, snagel)
 

Modified: nutch/trunk/NOTICE.txt
URL: http://svn.apache.org/viewvc/nutch/trunk/NOTICE.txt?rev=1578208&r1=1578207&r2=1578208&view=diff
==============================================================================
--- nutch/trunk/NOTICE.txt (original)
+++ nutch/trunk/NOTICE.txt Mon Mar 17 02:13:39 2014
@@ -1,5 +1,5 @@
 Apache Nutch
-Copyright 2012 The Apache Software Foundation
+Copyright 2014 The Apache Software Foundation
 
 This product includes software developed by The Apache Software
 Foundation (http://www.apache.org/).

Modified: nutch/trunk/build.xml
URL: http://svn.apache.org/viewvc/nutch/trunk/build.xml?rev=1578208&r1=1578207&r2=1578208&view=diff
==============================================================================
--- nutch/trunk/build.xml (original)
+++ nutch/trunk/build.xml Mon Mar 17 02:13:39 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/trunk/conf/nutch-default.xml
URL: http://svn.apache.org/viewvc/nutch/trunk/conf/nutch-default.xml?rev=1578208&r1=1578207&r2=1578208&view=diff
==============================================================================
--- nutch/trunk/conf/nutch-default.xml (original)
+++ nutch/trunk/conf/nutch-default.xml Mon Mar 17 02:13:39 2014
@@ -134,7 +134,8 @@
 </property>
 
 <property>
-  <value>Nutch-1.8-SNAPSHOT</value>
+  <name>http.agent.version</name>
+  <value>Nutch-1.9-SNAPSHOT</value>
   <description>A version string to advertise in the User-Agent 
    header.</description>
 </property>

Modified: nutch/trunk/default.properties
URL: http://svn.apache.org/viewvc/nutch/trunk/default.properties?rev=1578208&r1=1578207&r2=1578208&view=diff
==============================================================================
--- nutch/trunk/default.properties (original)
+++ nutch/trunk/default.properties Mon Mar 17 02:13:39 2014
@@ -14,9 +14,9 @@
 # limitations under the License.
 
 name=apache-nutch
-version=1.8-SNAPSHOT
+version=1.9-SNAPSHOT
 final.name=${name}-${version}
-year=2013
+year=2014
 
 basedir = ./
 src.dir = ./src/java