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 2010/04/07 05:40:46 UTC

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

Author: mattmann
Date: Wed Apr  7 03:40:46 2010
New Revision: 931419

URL: http://svn.apache.org/viewvc?rev=931419&view=rev
Log:
- prep for 1.1 release

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=931419&r1=931418&r2=931419&view=diff
==============================================================================
--- lucene/nutch/trunk/conf/nutch-default.xml (original)
+++ lucene/nutch/trunk/conf/nutch-default.xml Wed Apr  7 03:40:46 2010
@@ -113,7 +113,7 @@
 
 <property>
   <name>http.agent.version</name>
-  <value>Nutch-1.1-dev</value>
+  <value>Nutch-1.1</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=931419&r1=931418&r2=931419&view=diff
==============================================================================
--- lucene/nutch/trunk/default.properties (original)
+++ lucene/nutch/trunk/default.properties Wed Apr  7 03:40:46 2010
@@ -1,6 +1,6 @@
 Name=Nutch
 name=nutch
-version=1.1-dev
+version=1.1
 final.name=${name}-${version}
 year=2006