Author: lewismc
Date: Tue Sep 18 20:46:24 2012
New Revision: 1387353
URL: http://svn.apache.org/viewvc?rev=1387353&view=rev
Log:
prepare branch for tag
Modified:
nutch/branches/2.1/CHANGES.txt
nutch/branches/2.1/conf/nutch-default.xml
nutch/branches/2.1/default.properties
Modified: nutch/branches/2.1/CHANGES.txt
URL:
http://svn.apache.org/viewvc/nutch/branches/2.1/CHANGES.txt?rev=1387353&r1=1387352&r2=1387353&view=diff
==============================================================================
--- nutch/branches/2.1/CHANGES.txt (original)
+++ nutch/branches/2.1/CHANGES.txt Tue Sep 18 20:46:24 2012
@@ -1,6 +1,7 @@
Nutch Change Log
-Release 2.1 - Current Development
+Release 2.1 (19/09/2012) ddmmyyyy
+Full Jira Report -
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=10680&version=12321040
* NUTCH-1432 property storage.schema does not work anymore, should be
storage.schema.webpage and storage.schema.host (lewismc)
Modified: nutch/branches/2.1/conf/nutch-default.xml
URL:
http://svn.apache.org/viewvc/nutch/branches/2.1/conf/nutch-default.xml?rev=1387353&r1=1387352&r2=1387353&view=diff
==============================================================================
--- nutch/branches/2.1/conf/nutch-default.xml (original)
+++ nutch/branches/2.1/conf/nutch-default.xml Tue Sep 18 20:46:24 2012
@@ -125,7 +125,7 @@
<property>
<name>http.agent.version</name>
- <value>Nutch-2.1-SNAPSHOT</value>
+ <value>Nutch-2.1</value>
<description>A version string to advertise in the User-Agent
header.</description>
</property>
Modified: nutch/branches/2.1/default.properties
URL:
http://svn.apache.org/viewvc/nutch/branches/2.1/default.properties?rev=1387353&r1=1387352&r2=1387353&view=diff
==============================================================================
--- nutch/branches/2.1/default.properties (original)
+++ nutch/branches/2.1/default.properties Tue Sep 18 20:46:24 2012
@@ -15,7 +15,7 @@
name=apache-nutch
-version=2.1-SNAPSHOT
+version=2.1
final.name=${name}-${version}
year=2012