You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by le...@apache.org on 2014/08/18 22:40:06 UTC

svn commit: r1618725 - in /nutch/trunk: CHANGES.txt conf/nutch-default.xml default.properties

Author: lewismc
Date: Mon Aug 18 20:40:06 2014
New Revision: 1618725

URL: http://svn.apache.org/r1618725
Log:
Create new development versions in Trunk

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=1618725&r1=1618724&r2=1618725&view=diff
==============================================================================
--- nutch/trunk/CHANGES.txt (original)
+++ nutch/trunk/CHANGES.txt Mon Aug 18 20:40:06 2014
@@ -2,6 +2,11 @@ Nutch Change Log
 
 Nutch Current Development
 
+* NUTCH-XX
+
+Nutch 1.9 Release Change Log - 12/08/2014 (dd/mm/yyyy)
+Release Report - http://s.apache.org/1.9-release
+
 * NUTCH-1561 improve usability of parse-metatags and index-metadata (snagel)
 
 * NUTCH-1708 use same id when indexing and deleting redirects (snagel)

Modified: nutch/trunk/conf/nutch-default.xml
URL: http://svn.apache.org/viewvc/nutch/trunk/conf/nutch-default.xml?rev=1618725&r1=1618724&r2=1618725&view=diff
==============================================================================
--- nutch/trunk/conf/nutch-default.xml (original)
+++ nutch/trunk/conf/nutch-default.xml Mon Aug 18 20:40:06 2014
@@ -142,7 +142,7 @@
 
 <property>
   <name>http.agent.version</name>
-  <value>Nutch-1.9-SNAPSHOT</value>
+  <value>Nutch-1.10-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=1618725&r1=1618724&r2=1618725&view=diff
==============================================================================
--- nutch/trunk/default.properties (original)
+++ nutch/trunk/default.properties Mon Aug 18 20:40:06 2014
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 name=apache-nutch
-version=1.9-SNAPSHOT
+version=1.10-SNAPSHOT
 final.name=${name}-${version}
 year=2014