Author: lewismc
Date: Tue Jul 10 16:08:23 2012
New Revision: 1359746
URL: http://svn.apache.org/viewvc?rev=1359746&view=rev
Log:
update all versions to 2.1-SNAPSHOT
Modified:
nutch/branches/2.x/conf/nutch-default.xml
nutch/branches/2.x/conf/schema.xml
nutch/branches/2.x/default.properties
Modified: nutch/branches/2.x/conf/nutch-default.xml
URL:
http://svn.apache.org/viewvc/nutch/branches/2.x/conf/nutch-default.xml?rev=1359746&r1=1359745&r2=1359746&view=diff
==============================================================================
--- nutch/branches/2.x/conf/nutch-default.xml (original)
+++ nutch/branches/2.x/conf/nutch-default.xml Tue Jul 10 16:08:23 2012
@@ -125,7 +125,7 @@
<property>
<name>http.agent.version</name>
- <value>Nutch-2.0</value>
+ <value>Nutch-2.1-SNAPSHOT</value>
<description>A version string to advertise in the User-Agent
header.</description>
</property>
Modified: nutch/branches/2.x/conf/schema.xml
URL:
http://svn.apache.org/viewvc/nutch/branches/2.x/conf/schema.xml?rev=1359746&r1=1359745&r2=1359746&view=diff
==============================================================================
--- nutch/branches/2.x/conf/schema.xml (original)
+++ nutch/branches/2.x/conf/schema.xml Tue Jul 10 16:08:23 2012
@@ -27,7 +27,7 @@
example/solr/conf/schema.xml?view=markup
for more info.
-->
-<schema name="nutch" version="2.0">
+<schema name="nutch" version="2.1-SNAPSHOT">
<types>
<fieldType name="string" class="solr.StrField" sortMissingLast="true"
omitNorms="true"/>
Modified: nutch/branches/2.x/default.properties
URL:
http://svn.apache.org/viewvc/nutch/branches/2.x/default.properties?rev=1359746&r1=1359745&r2=1359746&view=diff
==============================================================================
--- nutch/branches/2.x/default.properties (original)
+++ nutch/branches/2.x/default.properties Tue Jul 10 16:08:23 2012
@@ -15,7 +15,7 @@
name=apache-nutch
-version=2.0
+version=2.1-SNAPSHOT
final.name=${name}-${version}
year=2012