Repository: nutch Updated Branches: refs/heads/master beb48a84b -> af6d8763f
Prepare for Nutch 1.13 development Project: http://git-wip-us.apache.org/repos/asf/nutch/repo Commit: http://git-wip-us.apache.org/repos/asf/nutch/commit/af6d8763 Tree: http://git-wip-us.apache.org/repos/asf/nutch/tree/af6d8763 Diff: http://git-wip-us.apache.org/repos/asf/nutch/diff/af6d8763 Branch: refs/heads/master Commit: af6d8763ff2440a123d345b28df5109e0397fe11 Parents: beb48a8 Author: Lewis John McGibbney <[email protected]> Authored: Sun Jun 19 19:13:45 2016 -0700 Committer: Lewis John McGibbney <[email protected]> Committed: Sun Jun 19 19:13:45 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/af6d8763/conf/nutch-default.xml ---------------------------------------------------------------------- diff --git a/conf/nutch-default.xml b/conf/nutch-default.xml index 50aed10..324de5c 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</value> + <value>Nutch-1.13-SNAPSHOT</value> <description>A version string to advertise in the User-Agent header.</description> </property> http://git-wip-us.apache.org/repos/asf/nutch/blob/af6d8763/default.properties ---------------------------------------------------------------------- diff --git a/default.properties b/default.properties index 32ae150..c8d9212 100644 --- a/default.properties +++ b/default.properties @@ -14,7 +14,7 @@ # limitations under the License. name=apache-nutch -version=1.12 +version=1.13-SNAPSHOT final.name=${name}-${version} year=2016
