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 14:38:15 UTC

svn commit: r1573172 - in /nutch/branches/branch-1.8: CHANGES.txt NOTICE.txt conf/nutch-default.xml default.properties

Author: lewismc
Date: Sat Mar  1 13:38:15 2014
New Revision: 1573172

URL: http://svn.apache.org/r1573172
Log:
Prepare for release candidate

Modified:
    nutch/branches/branch-1.8/CHANGES.txt
    nutch/branches/branch-1.8/NOTICE.txt
    nutch/branches/branch-1.8/conf/nutch-default.xml
    nutch/branches/branch-1.8/default.properties

Modified: nutch/branches/branch-1.8/CHANGES.txt
URL: http://svn.apache.org/viewvc/nutch/branches/branch-1.8/CHANGES.txt?rev=1573172&r1=1573171&r2=1573172&view=diff
==============================================================================
--- nutch/branches/branch-1.8/CHANGES.txt (original)
+++ nutch/branches/branch-1.8/CHANGES.txt Sat Mar  1 13:38:15 2014
@@ -1,6 +1,7 @@
 Nutch Change Log
 
-Nutch Development Trunk
+Nutch 1.8 - 01/03/2014 (dd/mm/yyyy)
+Release Report - http://s.apache.org/oHY 
 
 * NUTCH-1113 SegmentMerger can now be safely used to merge segments (Edward Drapkin, markus, snagel)
 

Modified: nutch/branches/branch-1.8/NOTICE.txt
URL: http://svn.apache.org/viewvc/nutch/branches/branch-1.8/NOTICE.txt?rev=1573172&r1=1573171&r2=1573172&view=diff
==============================================================================
--- nutch/branches/branch-1.8/NOTICE.txt (original)
+++ nutch/branches/branch-1.8/NOTICE.txt Sat Mar  1 13:38:15 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/branches/branch-1.8/conf/nutch-default.xml
URL: http://svn.apache.org/viewvc/nutch/branches/branch-1.8/conf/nutch-default.xml?rev=1573172&r1=1573171&r2=1573172&view=diff
==============================================================================
--- nutch/branches/branch-1.8/conf/nutch-default.xml (original)
+++ nutch/branches/branch-1.8/conf/nutch-default.xml Sat Mar  1 13:38:15 2014
@@ -134,7 +134,8 @@
 </property>
 
 <property>
-  <value>Nutch-1.8-SNAPSHOT</value>
+  <name>http.agent.version</name>
+  <value>Nutch-1.8</value>
   <description>A version string to advertise in the User-Agent 
    header.</description>
 </property>

Modified: nutch/branches/branch-1.8/default.properties
URL: http://svn.apache.org/viewvc/nutch/branches/branch-1.8/default.properties?rev=1573172&r1=1573171&r2=1573172&view=diff
==============================================================================
--- nutch/branches/branch-1.8/default.properties (original)
+++ nutch/branches/branch-1.8/default.properties Sat Mar  1 13:38:15 2014
@@ -14,9 +14,9 @@
 # limitations under the License.
 
 name=apache-nutch
-version=1.8-SNAPSHOT
+version=1.8
 final.name=${name}-${version}
-year=2013
+year=2014
 
 basedir = ./
 src.dir = ./src/java