Author: lewismc
Date: Wed Aug 13 04:44:41 2014
New Revision: 1617656
URL: http://svn.apache.org/r1617656
Log:
Update 1.9 in prep for release candidate
Modified:
nutch/branches/branch-1.9/CHANGES.txt
nutch/branches/branch-1.9/conf/nutch-default.xml
nutch/branches/branch-1.9/default.properties
Modified: nutch/branches/branch-1.9/CHANGES.txt
URL:
http://svn.apache.org/viewvc/nutch/branches/branch-1.9/CHANGES.txt?rev=1617656&r1=1617655&r2=1617656&view=diff
==============================================================================
--- nutch/branches/branch-1.9/CHANGES.txt (original)
+++ nutch/branches/branch-1.9/CHANGES.txt Wed Aug 13 04:44:41 2014
@@ -1,6 +1,7 @@
Nutch Change Log
-Nutch Current Development
+Nutch 1.9 Release Change Log - 12/08/2014 (dd/mm/yyyy)
+Release Report - http://s.apache.org/1.9-release
* NUTCH-1561 improve usability of parse-metatags and index-metadata (snagel)
Modified: nutch/branches/branch-1.9/conf/nutch-default.xml
URL:
http://svn.apache.org/viewvc/nutch/branches/branch-1.9/conf/nutch-default.xml?rev=1617656&r1=1617655&r2=1617656&view=diff
==============================================================================
--- nutch/branches/branch-1.9/conf/nutch-default.xml (original)
+++ nutch/branches/branch-1.9/conf/nutch-default.xml Wed Aug 13 04:44:41 2014
@@ -142,7 +142,7 @@
<property>
<name>http.agent.version</name>
- <value>Nutch-1.9-SNAPSHOT</value>
+ <value>Nutch-1.9</value>
<description>A version string to advertise in the User-Agent
header.</description>
</property>
Modified: nutch/branches/branch-1.9/default.properties
URL:
http://svn.apache.org/viewvc/nutch/branches/branch-1.9/default.properties?rev=1617656&r1=1617655&r2=1617656&view=diff
==============================================================================
--- nutch/branches/branch-1.9/default.properties (original)
+++ nutch/branches/branch-1.9/default.properties Wed Aug 13 04:44:41 2014
@@ -14,7 +14,7 @@
# limitations under the License.
name=apache-nutch
-version=1.9-SNAPSHOT
+version=1.9
final.name=${name}-${version}
year=2014