Return-Path: X-Original-To: apmail-flink-commits-archive@minotaur.apache.org Delivered-To: apmail-flink-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D490E18C6F for ; Tue, 8 Mar 2016 15:14:53 +0000 (UTC) Received: (qmail 73312 invoked by uid 500); 8 Mar 2016 15:14:53 -0000 Delivered-To: apmail-flink-commits-archive@flink.apache.org Received: (qmail 73270 invoked by uid 500); 8 Mar 2016 15:14:53 -0000 Mailing-List: contact commits-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.apache.org Delivered-To: mailing list commits@flink.apache.org Received: (qmail 73261 invoked by uid 99); 8 Mar 2016 15:14:53 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Mar 2016 15:14:53 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id A32F3DFBD7; Tue, 8 Mar 2016 15:14:53 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: uce@apache.org To: commits@flink.apache.org Date: Tue, 08 Mar 2016 15:14:53 -0000 Message-Id: <3de25a2eb6e2404c865637bbcdf5a200@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] flink git commit: Update version and remove unused variables Repository: flink Updated Branches: refs/heads/release-1.0 4f6a92daa -> 2f3711b99 Update version and remove unused variables Project: http://git-wip-us.apache.org/repos/asf/flink/repo Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/db860e47 Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/db860e47 Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/db860e47 Branch: refs/heads/release-1.0 Commit: db860e475bb4bce632d4c60753b5e2d466f500bf Parents: 4f6a92d Author: Ufuk Celebi Authored: Tue Mar 8 15:59:36 2016 +0100 Committer: Ufuk Celebi Committed: Tue Mar 8 15:59:36 2016 +0100 ---------------------------------------------------------------------- docs/_config.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flink/blob/db860e47/docs/_config.yml ---------------------------------------------------------------------- diff --git a/docs/_config.yml b/docs/_config.yml index a665d56..86803c9 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -26,8 +26,7 @@ # to reference a specific Flink version, because this is the only place where # we change the version for the complete docs when forking of a release branch # etc. -version: "1.0-SNAPSHOT" -version_hadoop1: "1.0-hadoop1-SNAPSHOT" +version: "1.0.0" version_short: "1.0" # Used for the top navbar w/o snapshot suffix # This suffix is appended to the Scala-dependent Maven artifact names @@ -41,9 +40,8 @@ github_url: "https://github.com/apache/flink" download_url: "http://flink.apache.org/downloads.html" # Setup quickstart uses this => to be changed -FLINK_DOWNLOAD_URL_HADOOP1_STABLE: "http://www.apache.org/dyn/closer.cgi/flink/flink-0.9.1/flink-0.9.1-bin-hadoop1.tgz" -FLINK_DOWNLOAD_URL_HADOOP2_STABLE: "http://www.apache.org/dyn/closer.cgi/flink/flink-0.9.1/flink-0.9.1-bin-hadoop2.tgz" -FLINK_DOWNLOAD_URL_YARN_STABLE: "http://www.apache.org/dyn/closer.cgi/flink/flink-0.9.1/flink-0.9.1-bin-hadoop2-yarn.tgz" +FLINK_DOWNLOAD_URL_HADOOP1_STABLE: "http://www.apache.org/dyn/closer.cgi/flink/flink-1.0.0/flink-1.0.0-bin-hadoop1-scala_2.10.tgz" +FLINK_DOWNLOAD_URL_HADOOP2_STABLE: "http://www.apache.org/dyn/closer.cgi/flink/flink-1.0.0/flink-1.0.0-bin-hadoop2-scala_2.10.tgz" #------------------------------------------------------------------------------ # BUILD CONFIG @@ -72,4 +70,4 @@ kramdown: host: 0.0.0.0 # please use a protocol relative URL here -baseurl: //ci.apache.org/projects/flink/flink-docs-master +baseurl: //ci.apache.org/projects/flink/flink-docs-release-1.0