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/09 09:25:19 UTC

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

Author: lewismc
Date: Fri Jan  9 08:25:18 2015
New Revision: 1650459

URL: http://svn.apache.org/r1650459
Log:
Push updates for Nutch 2.3 release candidate

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

Modified: nutch/branches/branch-2.3/CHANGES.txt
URL: http://svn.apache.org/viewvc/nutch/branches/branch-2.3/CHANGES.txt?rev=1650459&r1=1650458&r2=1650459&view=diff
==============================================================================
--- nutch/branches/branch-2.3/CHANGES.txt (original)
+++ nutch/branches/branch-2.3/CHANGES.txt Fri Jan  9 08:25:18 2015
@@ -1,6 +1,7 @@
 Nutch Change Log
 
-Current Development 2.3-SNAPSHOT
+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/branch-2.3/NOTICE.txt
URL: http://svn.apache.org/viewvc/nutch/branches/branch-2.3/NOTICE.txt?rev=1650459&r1=1650458&r2=1650459&view=diff
==============================================================================
--- nutch/branches/branch-2.3/NOTICE.txt (original)
+++ nutch/branches/branch-2.3/NOTICE.txt Fri Jan  9 08:25:18 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/branch-2.3/conf/nutch-default.xml
URL: http://svn.apache.org/viewvc/nutch/branches/branch-2.3/conf/nutch-default.xml?rev=1650459&r1=1650458&r2=1650459&view=diff
==============================================================================
--- nutch/branches/branch-2.3/conf/nutch-default.xml (original)
+++ nutch/branches/branch-2.3/conf/nutch-default.xml Fri Jan  9 08:25:18 2015
@@ -156,7 +156,7 @@
 
 <property>
   <name>http.agent.version</name>
-  <value>Nutch-2.3-SNAPSHOT</value>
+  <value>Nutch-2.3</value>
   <description>A version string to advertise in the User-Agent 
    header.</description>
 </property>

Modified: nutch/branches/branch-2.3/default.properties
URL: http://svn.apache.org/viewvc/nutch/branches/branch-2.3/default.properties?rev=1650459&r1=1650458&r2=1650459&view=diff
==============================================================================
--- nutch/branches/branch-2.3/default.properties (original)
+++ nutch/branches/branch-2.3/default.properties Fri Jan  9 08:25:18 2015
@@ -15,9 +15,9 @@
 
 
 name=apache-nutch
-version=2.3-SNAPSHOT
+version=2.3
 final.name=${name}-${version}
-year=2013
+year=2015
 
 basedir = ./
 src.dir = ./src/java