Author: lewismc
Date: Wed Apr 29 21:32:17 2015
New Revision: 1676865
URL: http://svn.apache.org/r1676865
Log:
Push updates for 1.10 release
Modified:
nutch/branches/branch-1.10/CHANGES.txt
nutch/branches/branch-1.10/NOTICE.txt
nutch/branches/branch-1.10/conf/nutch-default.xml
nutch/branches/branch-1.10/default.properties
Modified: nutch/branches/branch-1.10/CHANGES.txt
URL:
http://svn.apache.org/viewvc/nutch/branches/branch-1.10/CHANGES.txt?rev=1676865&r1=1676864&r2=1676865&view=diff
==============================================================================
--- nutch/branches/branch-1.10/CHANGES.txt (original)
+++ nutch/branches/branch-1.10/CHANGES.txt Wed Apr 29 21:32:17 2015
@@ -1,6 +1,7 @@
Nutch Change Log
-Nutch Current Development 1.10-SNAPSHOT
+Nutch 1.10 Release - 29/04/2015 (dd/mm/yyyy)
+Release Report: http://s.apache.org/nutch10
* NUTCH-1969 URL Normalizer properly handling slashes (markus via mattmann)
Modified: nutch/branches/branch-1.10/NOTICE.txt
URL:
http://svn.apache.org/viewvc/nutch/branches/branch-1.10/NOTICE.txt?rev=1676865&r1=1676864&r2=1676865&view=diff
==============================================================================
--- nutch/branches/branch-1.10/NOTICE.txt (original)
+++ nutch/branches/branch-1.10/NOTICE.txt Wed Apr 29 21:32:17 2015
@@ -1,5 +1,5 @@
Apache Nutch
-Copyright 2014 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-1.10/conf/nutch-default.xml
URL:
http://svn.apache.org/viewvc/nutch/branches/branch-1.10/conf/nutch-default.xml?rev=1676865&r1=1676864&r2=1676865&view=diff
==============================================================================
--- nutch/branches/branch-1.10/conf/nutch-default.xml (original)
+++ nutch/branches/branch-1.10/conf/nutch-default.xml Wed Apr 29 21:32:17 2015
@@ -164,7 +164,7 @@
<property>
<name>http.agent.version</name>
- <value>Nutch-1.10-SNAPSHOT</value>
+ <value>Nutch-1.10</value>
<description>A version string to advertise in the User-Agent
header.</description>
</property>
Modified: nutch/branches/branch-1.10/default.properties
URL:
http://svn.apache.org/viewvc/nutch/branches/branch-1.10/default.properties?rev=1676865&r1=1676864&r2=1676865&view=diff
==============================================================================
--- nutch/branches/branch-1.10/default.properties (original)
+++ nutch/branches/branch-1.10/default.properties Wed Apr 29 21:32:17 2015
@@ -14,7 +14,7 @@
# limitations under the License.
name=apache-nutch
-version=1.10-SNAPSHOT
+version=1.10
final.name=${name}-${version}
year=2015