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 2012/07/10 18:15:25 UTC

svn commit: r1359752 - in /nutch/trunk: conf/schema-solr4.xml conf/schema.xml default.properties

Author: lewismc
Date: Tue Jul 10 16:15:24 2012
New Revision: 1359752

URL: http://svn.apache.org/viewvc?rev=1359752&view=rev
Log:
update all versions to 1.6-SNAPSHOT

Modified:
    nutch/trunk/conf/schema-solr4.xml
    nutch/trunk/conf/schema.xml
    nutch/trunk/default.properties

Modified: nutch/trunk/conf/schema-solr4.xml
URL: http://svn.apache.org/viewvc/nutch/trunk/conf/schema-solr4.xml?rev=1359752&r1=1359751&r2=1359752&view=diff
==============================================================================
--- nutch/trunk/conf/schema-solr4.xml (original)
+++ nutch/trunk/conf/schema-solr4.xml Tue Jul 10 16:15:24 2012
@@ -25,7 +25,7 @@
     for more info.
 -->
 
-<schema name="nutch" version="1.4">
+<schema name="nutch" version="1.6-SNAPSHOT">
 
   <types>
 

Modified: nutch/trunk/conf/schema.xml
URL: http://svn.apache.org/viewvc/nutch/trunk/conf/schema.xml?rev=1359752&r1=1359751&r2=1359752&view=diff
==============================================================================
--- nutch/trunk/conf/schema.xml (original)
+++ nutch/trunk/conf/schema.xml Tue Jul 10 16:15:24 2012
@@ -28,7 +28,7 @@
         example/solr/conf/schema.xml?view=markup
         for more info.
     -->
-<schema name="nutch" version="1.6">
+<schema name="nutch" version="1.6-SNAPSHOT">
     <types>
         <fieldType name="string" class="solr.StrField" sortMissingLast="true"
             omitNorms="true"/> 

Modified: nutch/trunk/default.properties
URL: http://svn.apache.org/viewvc/nutch/trunk/default.properties?rev=1359752&r1=1359751&r2=1359752&view=diff
==============================================================================
--- nutch/trunk/default.properties (original)
+++ nutch/trunk/default.properties Tue Jul 10 16:15:24 2012
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 name=apache-nutch
-version=1.5.1-SNAPSHOT
+version=1.6-SNAPSHOT
 final.name=${name}-${version}
 year=2012