Repository: nutch Updated Branches: refs/heads/master da252eb7b -> 240d7f8e1
Prep for Nutch 1.12 release Project: http://git-wip-us.apache.org/repos/asf/nutch/repo Commit: http://git-wip-us.apache.org/repos/asf/nutch/commit/240d7f8e Tree: http://git-wip-us.apache.org/repos/asf/nutch/tree/240d7f8e Diff: http://git-wip-us.apache.org/repos/asf/nutch/diff/240d7f8e Branch: refs/heads/master Commit: 240d7f8e12f7e9b4e9cecd98974b3ca3602cbaa7 Parents: da252eb Author: Lewis John McGibbney <[email protected]> Authored: Sat May 28 12:59:20 2016 -0700 Committer: Lewis John McGibbney <[email protected]> Committed: Sat May 28 12:59:20 2016 -0700 ---------------------------------------------------------------------- conf/nutch-default.xml | 2 +- default.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nutch/blob/240d7f8e/conf/nutch-default.xml ---------------------------------------------------------------------- diff --git a/conf/nutch-default.xml b/conf/nutch-default.xml index 51b3fd9..50aed10 100644 --- a/conf/nutch-default.xml +++ b/conf/nutch-default.xml @@ -164,7 +164,7 @@ <property> <name>http.agent.version</name> - <value>Nutch-1.12-SNAPSHOT</value> + <value>Nutch-1.12</value> <description>A version string to advertise in the User-Agent header.</description> </property> http://git-wip-us.apache.org/repos/asf/nutch/blob/240d7f8e/default.properties ---------------------------------------------------------------------- diff --git a/default.properties b/default.properties index eb616c6..0fcce2b 100644 --- a/default.properties +++ b/default.properties @@ -14,7 +14,7 @@ # limitations under the License. name=apache-nutch -version=1.12-SNAPSHOT +version=1.12 final.name=${name}-${version} year=2015
