Author: lewismc
Date: Fri Nov 23 11:37:30 2012
New Revision: 1412838

URL: http://svn.apache.org/viewvc?rev=1412838&view=rev
Log:
prepare for new development

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

Modified: nutch/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/nutch/trunk/CHANGES.txt?rev=1412838&r1=1412837&r2=1412838&view=diff
==============================================================================
--- nutch/trunk/CHANGES.txt (original)
+++ nutch/trunk/CHANGES.txt Fri Nov 23 11:37:30 2012
@@ -1,5 +1,7 @@
 Nutch Change Log
 
+(trunk): Current Development
+
 Release 1.6 - 23/11/2012
 
 * NUTCH-1370 Expose exact number of urls injected @runtime (snagel via lewismc)

Modified: nutch/trunk/conf/nutch-default.xml
URL: 
http://svn.apache.org/viewvc/nutch/trunk/conf/nutch-default.xml?rev=1412838&r1=1412837&r2=1412838&view=diff
==============================================================================
--- nutch/trunk/conf/nutch-default.xml (original)
+++ nutch/trunk/conf/nutch-default.xml Fri Nov 23 11:37:30 2012
@@ -123,7 +123,7 @@
 
 <property>
   <name>http.agent.version</name>
-  <value>Nutch-1.6</value>
+  <value>Nutch-1.7-SNAPSHOT</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=1412838&r1=1412837&r2=1412838&view=diff
==============================================================================
--- nutch/trunk/default.properties (original)
+++ nutch/trunk/default.properties Fri Nov 23 11:37:30 2012
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 name=apache-nutch
-version=1.6
+version=1.7-SNAPSHOT
 final.name=${name}-${version}
 year=2012
 


Reply via email to