Prepare for Nutch 1.13 release
diff --git a/CHANGES.txt b/CHANGES.txt
index 9056a08..81784a7 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,4 +1,52 @@
-Nutch Change Log
+# Nutch Change Log
+
+Nutch 1.13 Release 28/03/2017 (dd/mm/yyyy)
+Release Report: https://s.apache.org/wq3x
+
+Sub-task
+
+    [NUTCH-2246] - Refactor /seed endpoint for backward compatibility
+
+Bug
+
+    [NUTCH-1553] - Property 'indexer.delete.robots.noindex' not working when using parser-html.
+    [NUTCH-2242] - lastModified not always set
+    [NUTCH-2291] - Fix mrunit dependencies
+    [NUTCH-2337] - urlnormalizer-basic to strip empty port
+    [NUTCH-2345] - FetchItemQueue logs are logged with wrong class name
+    [NUTCH-2349] - urlnormalizer-basic NPE for ill-formed URL "http:/"
+    [NUTCH-2357] - Index metadata throw Exception because writable object cannot be cast to Text
+    [NUTCH-2359] - Parsefilter-regex raises IndexOutOfBoundsException when rules are ill-formed
+    [NUTCH-2364] - http.agent.rotate: IllegalArgumentException / last element of agent names ignored
+    [NUTCH-2366] - Deprecated Job constructor in hostdb/ReadHostDb.java
+
+Improvement
+
+    [NUTCH-1308] - Add main() to ZipParser
+    [NUTCH-2164] - Inconsistent 'Modified Time' in crawl db
+    [NUTCH-2234] - Upgrade to elasticsearch 2.3.3
+    [NUTCH-2236] - Upgrade to Hadoop 2.7.2
+    [NUTCH-2262] - Utilize parameterized logging notation across Fetcher
+    [NUTCH-2272] - Index checker server to optionally keep client connection open
+    [NUTCH-2286] - CrawlDbReader -stats to show fetch time and interval
+    [NUTCH-2287] - Indexer-elastic plugin should use Elasticsearch BulkProcessor and BackoffPolicy
+    [NUTCH-2299] - Remove obsolete properties protocol.plugin.check.*
+    [NUTCH-2300] - Fetcher to optionally save robots.txt
+    [NUTCH-2327] - Seeds injected in REST workflow must be ingested into HDFS
+    [NUTCH-2329] - Update Slf4j logging for Java 8 and upgrade miredot plugin version
+    [NUTCH-2336] - SegmentReader to implement Tool
+    [NUTCH-2352] - Log with Generic Class Name at Nutch 1.x
+    [NUTCH-2355] - Protocol plugins to set cookie if Cookie metadata field is present
+    [NUTCH-2367] - Get single record from HostDB
+
+New Feature
+
+    [NUTCH-2132] - Publisher/Subscriber model for Nutch to emit events
+
+Task
+
+    [NUTCH-2171] - Upgrade Nutch Trunk to Java 1.8
+
  
 Nutch 1.12 Release 28/05/2016 (dd/mm/yyyy)
 Release Report: https://s.apache.org/nutch1.12
diff --git a/NOTICE.txt b/NOTICE.txt
index e468ca5..870c475 100644
--- a/NOTICE.txt
+++ b/NOTICE.txt
@@ -1,5 +1,5 @@
 Apache Nutch
-Copyright 2015 The Apache Software Foundation
+Copyright 2017 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 08fb8a0..679a58e 100644
--- a/conf/nutch-default.xml
+++ b/conf/nutch-default.xml
@@ -164,7 +164,7 @@
 
 <property>
   <name>http.agent.version</name>
-  <value>Nutch-1.13-SNAPSHOT</value>
+  <value>Nutch-1.13</value>
   <description>A version string to advertise in the User-Agent 
    header.</description>
 </property>
diff --git a/default.properties b/default.properties
index 081affc..5ca3577 100644
--- a/default.properties
+++ b/default.properties
@@ -14,9 +14,9 @@
 # limitations under the License.
 
 name=apache-nutch
-version=1.13-SNAPSHOT
+version=1.13
 final.name=${name}-${version}
-year=2016
+year=2017
 
 basedir = ./
 src.dir = ./src/java