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 2007/04/06 04:36:57 UTC

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

Author: mattmann
Date: Thu Apr  5 19:36:56 2007
New Revision: 526035

URL: http://svn.apache.org/viewvc?view=rev&rev=526035
Log:
- update for new development, Nutch 1.0-dev

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?view=diff&rev=526035&r1=526034&r2=526035
==============================================================================
--- lucene/nutch/trunk/conf/nutch-default.xml (original)
+++ lucene/nutch/trunk/conf/nutch-default.xml Thu Apr  5 19:36:56 2007
@@ -113,7 +113,7 @@
 
 <property>
   <name>http.agent.version</name>
-  <value>Nutch-0.9</value>
+  <value>Nutch-1.0-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?view=diff&rev=526035&r1=526034&r2=526035
==============================================================================
--- lucene/nutch/trunk/default.properties (original)
+++ lucene/nutch/trunk/default.properties Thu Apr  5 19:36:56 2007
@@ -1,6 +1,6 @@
 Name=Nutch
 name=nutch
-version=0.9
+version=1.0-dev
 final.name=${name}-${version}
 year=2006