Author: lewismc
Date: Mon Jun 25 15:52:52 2012
New Revision: 1353615
URL: http://svn.apache.org/viewvc?rev=1353615&view=rev
Log:
commit to set up RC
Modified:
nutch/branches/branch-1.5.1/CHANGES.txt
nutch/branches/branch-1.5.1/conf/nutch-default.xml
nutch/branches/branch-1.5.1/conf/schema.xml
nutch/branches/branch-1.5.1/default.properties
Modified: nutch/branches/branch-1.5.1/CHANGES.txt
URL:
http://svn.apache.org/viewvc/nutch/branches/branch-1.5.1/CHANGES.txt?rev=1353615&r1=1353614&r2=1353615&view=diff
==============================================================================
--- nutch/branches/branch-1.5.1/CHANGES.txt (original)
+++ nutch/branches/branch-1.5.1/CHANGES.txt Mon Jun 25 15:52:52 2012
@@ -1,6 +1,6 @@
Nutch Change Log
-(trunk) Current Development:
+Release 1.5.1 - 25/06/2012 - ddmmyyyy
* NUTCH-1400 Remove developer -core option for bin/nutch (jnioche)
Modified: nutch/branches/branch-1.5.1/conf/nutch-default.xml
URL:
http://svn.apache.org/viewvc/nutch/branches/branch-1.5.1/conf/nutch-default.xml?rev=1353615&r1=1353614&r2=1353615&view=diff
==============================================================================
--- nutch/branches/branch-1.5.1/conf/nutch-default.xml (original)
+++ nutch/branches/branch-1.5.1/conf/nutch-default.xml Mon Jun 25 15:52:52 2012
@@ -123,7 +123,7 @@
<property>
<name>http.agent.version</name>
- <value>Nutch-1.6-SNAPSHOT</value>
+ <value>Nutch-1.5.1</value>
<description>A version string to advertise in the User-Agent
header.</description>
</property>
Modified: nutch/branches/branch-1.5.1/conf/schema.xml
URL:
http://svn.apache.org/viewvc/nutch/branches/branch-1.5.1/conf/schema.xml?rev=1353615&r1=1353614&r2=1353615&view=diff
==============================================================================
--- nutch/branches/branch-1.5.1/conf/schema.xml (original)
+++ nutch/branches/branch-1.5.1/conf/schema.xml Mon Jun 25 15:52:52 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.5.1">
<types>
<fieldType name="string" class="solr.StrField" sortMissingLast="true"
omitNorms="true"/>
Modified: nutch/branches/branch-1.5.1/default.properties
URL:
http://svn.apache.org/viewvc/nutch/branches/branch-1.5.1/default.properties?rev=1353615&r1=1353614&r2=1353615&view=diff
==============================================================================
--- nutch/branches/branch-1.5.1/default.properties (original)
+++ nutch/branches/branch-1.5.1/default.properties Mon Jun 25 15:52:52 2012
@@ -14,7 +14,7 @@
# limitations under the License.
name=apache-nutch
-version=1.5.1-SNAPSHOT
+version=1.5.1
final.name=${name}-${version}
year=2012