You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by si...@apache.org on 2010/02/14 18:13:29 UTC

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

Author: siren
Date: Sun Feb 14 17:13:29 2010
New Revision: 910044

URL: http://svn.apache.org/viewvc?rev=910044&view=rev
Log:
NUTCH-792 update version

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

Modified: lucene/nutch/trunk/conf/nutch-default.xml
URL: http://svn.apache.org/viewvc/lucene/nutch/trunk/conf/nutch-default.xml?rev=910044&r1=910043&r2=910044&view=diff
==============================================================================
--- lucene/nutch/trunk/conf/nutch-default.xml (original)
+++ lucene/nutch/trunk/conf/nutch-default.xml Sun Feb 14 17:13:29 2010
@@ -113,7 +113,7 @@
 
 <property>
   <name>http.agent.version</name>
-  <value>Nutch-1.0</value>
+  <value>Nutch-1.1-dev</value>
   <description>A version string to advertise in the User-Agent 
    header.</description>
 </property>

Modified: lucene/nutch/trunk/default.properties
URL: http://svn.apache.org/viewvc/lucene/nutch/trunk/default.properties?rev=910044&r1=910043&r2=910044&view=diff
==============================================================================
--- lucene/nutch/trunk/default.properties (original)
+++ lucene/nutch/trunk/default.properties Sun Feb 14 17:13:29 2010
@@ -1,6 +1,6 @@
 Name=Nutch
 name=nutch
-version=1.0
+version=1.1-dev
 final.name=${name}-${version}
 year=2006