Author: mattmann
Date: Sat Aug 7 23:46:08 2010
New Revision: 983325
URL: http://svn.apache.org/viewvc?rev=983325&view=rev
Log:
Prep for 1.2 RC
Modified:
nutch/branches/branch-1.2/CHANGES.txt
nutch/branches/branch-1.2/conf/nutch-default.xml
nutch/branches/branch-1.2/default.properties
Modified: nutch/branches/branch-1.2/CHANGES.txt
URL:
http://svn.apache.org/viewvc/nutch/branches/branch-1.2/CHANGES.txt?rev=983325&r1=983324&r2=983325&view=diff
==============================================================================
--- nutch/branches/branch-1.2/CHANGES.txt (original)
+++ nutch/branches/branch-1.2/CHANGES.txt Sat Aug 7 23:46:08 2010
@@ -1,6 +1,6 @@
Nutch Change Log
-Release 1.2 - Current Development
+Release 1.2 - 08/07/2010
* NUTCH-870 Injector should add the metadata before calling injectedScore
(jnioche via mattmann)
Modified: nutch/branches/branch-1.2/conf/nutch-default.xml
URL:
http://svn.apache.org/viewvc/nutch/branches/branch-1.2/conf/nutch-default.xml?rev=983325&r1=983324&r2=983325&view=diff
==============================================================================
--- nutch/branches/branch-1.2/conf/nutch-default.xml (original)
+++ nutch/branches/branch-1.2/conf/nutch-default.xml Sat Aug 7 23:46:08 2010
@@ -113,7 +113,7 @@
<property>
<name>http.agent.version</name>
- <value>Nutch-1.2-dev</value>
+ <value>Nutch-1.2</value>
<description>A version string to advertise in the User-Agent
header.</description>
</property>
Modified: nutch/branches/branch-1.2/default.properties
URL:
http://svn.apache.org/viewvc/nutch/branches/branch-1.2/default.properties?rev=983325&r1=983324&r2=983325&view=diff
==============================================================================
--- nutch/branches/branch-1.2/default.properties (original)
+++ nutch/branches/branch-1.2/default.properties Sat Aug 7 23:46:08 2010
@@ -1,6 +1,6 @@
Name=Nutch
name=nutch
-version=1.2-dev
+version=1.2
final.name=${name}-${version}
year=2006