You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by pk...@apache.org on 2005/10/01 16:16:15 UTC

svn commit: r292985 - in /lucene/nutch/branches/branch-0.7: conf/nutch-default.xml default.properties

Author: pkosiorowski
Date: Sat Oct  1 07:16:11 2005
New Revision: 292985

URL: http://svn.apache.org/viewcvs?rev=292985&view=rev
Log:
Updated version number to 0.7.1

Modified:
    lucene/nutch/branches/branch-0.7/conf/nutch-default.xml
    lucene/nutch/branches/branch-0.7/default.properties

Modified: lucene/nutch/branches/branch-0.7/conf/nutch-default.xml
URL: http://svn.apache.org/viewcvs/lucene/nutch/branches/branch-0.7/conf/nutch-default.xml?rev=292985&r1=292984&r2=292985&view=diff
==============================================================================
--- lucene/nutch/branches/branch-0.7/conf/nutch-default.xml (original)
+++ lucene/nutch/branches/branch-0.7/conf/nutch-default.xml Sat Oct  1 07:16:11 2005
@@ -56,7 +56,7 @@
 
 <property>
   <name>http.agent.version</name>
-  <value>0.7.1-dev</value>
+  <value>0.7.1</value>
   <description>A version string to advertise in the User-Agent 
    header.</description>
 </property>

Modified: lucene/nutch/branches/branch-0.7/default.properties
URL: http://svn.apache.org/viewcvs/lucene/nutch/branches/branch-0.7/default.properties?rev=292985&r1=292984&r2=292985&view=diff
==============================================================================
--- lucene/nutch/branches/branch-0.7/default.properties (original)
+++ lucene/nutch/branches/branch-0.7/default.properties Sat Oct  1 07:16:11 2005
@@ -1,6 +1,6 @@
 Name=Nutch
 name=nutch
-version=0.7.1-dev
+version=0.7.1
 final.name=${name}-${version}
 year=2005