Author: lewismc
Date: Wed May 6 20:47:14 2015
New Revision: 1678093
URL: http://svn.apache.org/r1678093
Log:
Prepare Nutch trunk for next release development
Modified:
nutch/trunk/CHANGES.txt
nutch/trunk/NOTICE.txt
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=1678093&r1=1678092&r2=1678093&view=diff
==============================================================================
--- nutch/trunk/CHANGES.txt (original)
+++ nutch/trunk/CHANGES.txt Wed May 6 20:47:14 2015
@@ -1,6 +1,11 @@
Nutch Change Log
-Nutch Current Development 1.10-SNAPSHOT
+Nutch Current Development 1.11-SNAPSHOT
+
+* NUTCH-XX
+
+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/trunk/NOTICE.txt
URL:
http://svn.apache.org/viewvc/nutch/trunk/NOTICE.txt?rev=1678093&r1=1678092&r2=1678093&view=diff
==============================================================================
--- nutch/trunk/NOTICE.txt (original)
+++ nutch/trunk/NOTICE.txt Wed May 6 20:47:14 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/trunk/conf/nutch-default.xml
URL:
http://svn.apache.org/viewvc/nutch/trunk/conf/nutch-default.xml?rev=1678093&r1=1678092&r2=1678093&view=diff
==============================================================================
--- nutch/trunk/conf/nutch-default.xml (original)
+++ nutch/trunk/conf/nutch-default.xml Wed May 6 20:47:14 2015
@@ -164,7 +164,7 @@
<property>
<name>http.agent.version</name>
- <value>Nutch-1.10-SNAPSHOT</value>
+ <value>Nutch-1.11-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=1678093&r1=1678092&r2=1678093&view=diff
==============================================================================
--- nutch/trunk/default.properties (original)
+++ nutch/trunk/default.properties Wed May 6 20:47:14 2015
@@ -14,7 +14,7 @@
# limitations under the License.
name=apache-nutch
-version=1.10-SNAPSHOT
+version=1.11-SNAPSHOT
final.name=${name}-${version}
year=2015