You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by ma...@apache.org on 2011/10/27 16:51:40 UTC

svn commit: r1189794 - in /nutch/trunk: conf/nutch-default.xml default.properties

Author: mattmann
Date: Thu Oct 27 14:51:40 2011
New Revision: 1189794

URL: http://svn.apache.org/viewvc?rev=1189794&view=rev
Log:
- prep for 1.4 RC1

Modified:
    nutch/trunk/conf/nutch-default.xml
    nutch/trunk/default.properties

Modified: nutch/trunk/conf/nutch-default.xml
URL: http://svn.apache.org/viewvc/nutch/trunk/conf/nutch-default.xml?rev=1189794&r1=1189793&r2=1189794&view=diff
==============================================================================
--- nutch/trunk/conf/nutch-default.xml (original)
+++ nutch/trunk/conf/nutch-default.xml Thu Oct 27 14:51:40 2011
@@ -123,7 +123,7 @@
 
 <property>
   <name>http.agent.version</name>
-  <value>Nutch-1.4-dev</value>
+  <value>Nutch-1.4</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=1189794&r1=1189793&r2=1189794&view=diff
==============================================================================
--- nutch/trunk/default.properties (original)
+++ nutch/trunk/default.properties Thu Oct 27 14:51:40 2011
@@ -1,5 +1,5 @@
 name=nutch
-version=1.4-snapshot
+version=1.4
 final.name=${name}-${version}
 year=2011