From 7ff071f661936171e10bc9158f0e6df17969647e Mon Sep 17 00:00:00 2001 From: Maximilian Michels Date: Fri, 23 Oct 2015 11:25:30 +0200 Subject: [PATCH] [release] change quickstart and docs version to 1.0-SNAPSHOT --- docs/_config.yml | 12 ++++++------ .../src/main/resources/archetype-resources/pom.xml | 2 +- .../src/main/resources/archetype-resources/pom.xml | 2 +- tools/change-version.sh | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/_config.yml b/docs/_config.yml index ae6932896df..6f308ef2a7b 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -27,9 +27,9 @@ # 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: "0.10-SNAPSHOT" -version_hadoop1: "0.10-hadoop1-SNAPSHOT" -version_short: "0.10" # Used for the top navbar w/o snapshot suffix +version: "1.0-SNAPSHOT" +version_hadoop1: "1.0-hadoop1-SNAPSHOT" +version_short: "1.0" # Used for the top navbar w/o snapshot suffix # Some commonly linked pages (this was more important to have as a variable # during incubator; by now it should also be fine to hardcode these.) @@ -39,9 +39,9 @@ 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.8.1/flink-0.8.1-bin-hadoop1.tgz" -FLINK_DOWNLOAD_URL_HADOOP2_STABLE: "http://www.apache.org/dyn/closer.cgi/flink/flink-0.8.1/flink-0.8.1-bin-hadoop2.tgz" -FLINK_DOWNLOAD_URL_YARN_STABLE: "http://www.apache.org/dyn/closer.cgi/flink/flink-0.8.1/flink-0.8.1-bin-hadoop2-yarn.tgz" +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" #------------------------------------------------------------------------------ # BUILD CONFIG diff --git a/flink-quickstart/flink-quickstart-java/src/main/resources/archetype-resources/pom.xml b/flink-quickstart/flink-quickstart-java/src/main/resources/archetype-resources/pom.xml index 24f219906ba..1610a3a4c51 100644 --- a/flink-quickstart/flink-quickstart-java/src/main/resources/archetype-resources/pom.xml +++ b/flink-quickstart/flink-quickstart-java/src/main/resources/archetype-resources/pom.xml @@ -30,7 +30,7 @@ under the License. UTF-8 - 0.10-SNAPSHOT + 1.0-SNAPSHOT diff --git a/flink-quickstart/flink-quickstart-scala/src/main/resources/archetype-resources/pom.xml b/flink-quickstart/flink-quickstart-scala/src/main/resources/archetype-resources/pom.xml index 5b869287e88..e8c90577ae0 100644 --- a/flink-quickstart/flink-quickstart-scala/src/main/resources/archetype-resources/pom.xml +++ b/flink-quickstart/flink-quickstart-scala/src/main/resources/archetype-resources/pom.xml @@ -45,7 +45,7 @@ under the License. UTF-8 - 0.10-SNAPSHOT + 1.0-SNAPSHOT