Author: mattmann
Date: Mon Apr 16 04:46:08 2012
New Revision: 1326482

URL: http://svn.apache.org/viewvc?rev=1326482&view=rev
Log:
- prep for 1.5 release candidate

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

Modified: nutch/trunk/CHANGES.txt
URL: 
http://svn.apache.org/viewvc/nutch/trunk/CHANGES.txt?rev=1326482&r1=1326481&r2=1326482&view=diff
==============================================================================
--- nutch/trunk/CHANGES.txt (original)
+++ nutch/trunk/CHANGES.txt Mon Apr 16 04:46:08 2012
@@ -1,5 +1,7 @@
 Nutch Change Log
 
+Release 1.5 - 04/15/2012
+
 * NUTCH-1208 Don't include KEYS file in bin distribution (jnioche)
 
 * NUTCH-1234 Upgrade to Tika 1.1 (jnioche, markus)

Modified: nutch/trunk/conf/nutch-default.xml
URL: 
http://svn.apache.org/viewvc/nutch/trunk/conf/nutch-default.xml?rev=1326482&r1=1326481&r2=1326482&view=diff
==============================================================================
--- nutch/trunk/conf/nutch-default.xml (original)
+++ nutch/trunk/conf/nutch-default.xml Mon Apr 16 04:46:08 2012
@@ -123,7 +123,7 @@
 
 <property>
   <name>http.agent.version</name>
-  <value>Nutch-1.5-SNAPSHOT</value>
+  <value>Nutch-1.5</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=1326482&r1=1326481&r2=1326482&view=diff
==============================================================================
--- nutch/trunk/default.properties (original)
+++ nutch/trunk/default.properties Mon Apr 16 04:46:08 2012
@@ -1,5 +1,5 @@
 name=nutch
-version=1.5-SNAPSHOT
+version=1.5
 final.name=${name}-${version}
 year=2012
 

Modified: nutch/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/nutch/trunk/pom.xml?rev=1326482&r1=1326481&r2=1326482&view=diff
==============================================================================
--- nutch/trunk/pom.xml (original)
+++ nutch/trunk/pom.xml Mon Apr 16 04:46:08 2012
@@ -27,7 +27,7 @@
        <groupId>org.apache.nutch</groupId>
        <artifactId>nutch</artifactId>
        <packaging>jar</packaging>
-       <version>1.5-SNAPSHOT</version>
+       <version>1.5</version>
        <name>Apache Nutch</name>
        <url>http://nutch.apache.org</url>
        <licenses>


Reply via email to