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 2015/01/22 18:25:47 UTC

svn commit: r1653956 - in /nutch/branches/2.x: CHANGES.txt NOTICE.txt conf/nutch-default.xml default.properties

Author: lewismc
Date: Thu Jan 22 17:25:47 2015
New Revision: 1653956

URL: http://svn.apache.org/r1653956
Log:
Prepare for new Nutch 2.4 development

Modified:
    nutch/branches/2.x/CHANGES.txt
    nutch/branches/2.x/NOTICE.txt
    nutch/branches/2.x/conf/nutch-default.xml
    nutch/branches/2.x/default.properties

Modified: nutch/branches/2.x/CHANGES.txt
URL: http://svn.apache.org/viewvc/nutch/branches/2.x/CHANGES.txt?rev=1653956&r1=1653955&r2=1653956&view=diff
==============================================================================
--- nutch/branches/2.x/CHANGES.txt (original)
+++ nutch/branches/2.x/CHANGES.txt Thu Jan 22 17:25:47 2015
@@ -1,6 +1,11 @@
 Nutch Change Log
 
-Current Development 2.3-SNAPSHOT
+Current Development 2.4-SNAPSHOT
+
+NUTCH-XX
+
+Nutch 2.3 Release 08012015 (ddmmyyyy)
+Release Report - http://s.apache.org/nutch_2.3
 
 * NUTCH-1779 Apply formatting to the code (lewismc)
 

Modified: nutch/branches/2.x/NOTICE.txt
URL: http://svn.apache.org/viewvc/nutch/branches/2.x/NOTICE.txt?rev=1653956&r1=1653955&r2=1653956&view=diff
==============================================================================
--- nutch/branches/2.x/NOTICE.txt (original)
+++ nutch/branches/2.x/NOTICE.txt Thu Jan 22 17:25:47 2015
@@ -1,5 +1,5 @@
 Apache Nutch
-Copyright 2012 The Apache Software Foundation
+Copyright 2015 The Apache Software Foundation
 
 This product includes software developed by The Apache Software
 Foundation (http://www.apache.org/).

Modified: nutch/branches/2.x/conf/nutch-default.xml
URL: http://svn.apache.org/viewvc/nutch/branches/2.x/conf/nutch-default.xml?rev=1653956&r1=1653955&r2=1653956&view=diff
==============================================================================
--- nutch/branches/2.x/conf/nutch-default.xml (original)
+++ nutch/branches/2.x/conf/nutch-default.xml Thu Jan 22 17:25:47 2015
@@ -156,7 +156,7 @@
 
 <property>
   <name>http.agent.version</name>
-  <value>Nutch-2.3-SNAPSHOT</value>
+  <value>Nutch-2.4-SNAPSHOT</value>
   <description>A version string to advertise in the User-Agent 
    header.</description>
 </property>

Modified: nutch/branches/2.x/default.properties
URL: http://svn.apache.org/viewvc/nutch/branches/2.x/default.properties?rev=1653956&r1=1653955&r2=1653956&view=diff
==============================================================================
--- nutch/branches/2.x/default.properties (original)
+++ nutch/branches/2.x/default.properties Thu Jan 22 17:25:47 2015
@@ -15,9 +15,9 @@
 
 
 name=apache-nutch
-version=2.3-SNAPSHOT
+version=2.4-SNAPSHOT
 final.name=${name}-${version}
-year=2013
+year=2015
 
 basedir = ./
 src.dir = ./src/java