Push updates for 1.10 release

git-svn-id: https://svn.apache.org/repos/asf/nutch/branches/branch-1.10@1676865 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/CHANGES.txt b/CHANGES.txt
index d02186f..fdd8c4e 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,6 +1,7 @@
 Nutch Change Log
  
-Nutch Current Development 1.10-SNAPSHOT
+Nutch 1.10 Release - 29/04/2015 (dd/mm/yyyy)
+Release Report: http://s.apache.org/nutch10
 
 * NUTCH-1969 URL Normalizer properly handling slashes (markus via mattmann)
 
diff --git a/NOTICE.txt b/NOTICE.txt
index 667ab5f..e468ca5 100644
--- a/NOTICE.txt
+++ b/NOTICE.txt
@@ -1,5 +1,5 @@
 Apache Nutch
-Copyright 2014 The Apache Software Foundation
+Copyright 2015 The Apache Software Foundation
 
 This product includes software developed by The Apache Software
 Foundation (http://www.apache.org/).
diff --git a/conf/nutch-default.xml b/conf/nutch-default.xml
index dda0bb0..3a9597b 100644
--- a/conf/nutch-default.xml
+++ b/conf/nutch-default.xml
@@ -164,7 +164,7 @@
 
 <property>
   <name>http.agent.version</name>
-  <value>Nutch-1.10-SNAPSHOT</value>
+  <value>Nutch-1.10</value>
   <description>A version string to advertise in the User-Agent 
    header.</description>
 </property>
diff --git a/default.properties b/default.properties
index 2b53f10..6899d41 100644
--- a/default.properties
+++ b/default.properties
@@ -14,7 +14,7 @@
 # limitations under the License.
 
 name=apache-nutch
-version=1.10-SNAPSHOT
+version=1.10
 final.name=${name}-${version}
 year=2015