提交 7ff071f6 编写于 作者: M Maximilian Michels

[release] change quickstart and docs version to 1.0-SNAPSHOT

上级 0c03e9a4
...@@ -27,9 +27,9 @@ ...@@ -27,9 +27,9 @@
# to reference a specific Flink version, because this is the only place where # 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 # we change the version for the complete docs when forking of a release branch
# etc. # etc.
version: "0.10-SNAPSHOT" version: "1.0-SNAPSHOT"
version_hadoop1: "0.10-hadoop1-SNAPSHOT" version_hadoop1: "1.0-hadoop1-SNAPSHOT"
version_short: "0.10" # Used for the top navbar w/o snapshot suffix 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 # 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.) # during incubator; by now it should also be fine to hardcode these.)
...@@ -39,9 +39,9 @@ github_url: "https://github.com/apache/flink" ...@@ -39,9 +39,9 @@ github_url: "https://github.com/apache/flink"
download_url: "http://flink.apache.org/downloads.html" download_url: "http://flink.apache.org/downloads.html"
# Setup quickstart uses this => to be changed # 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_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.8.1/flink-0.8.1-bin-hadoop2.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.8.1/flink-0.8.1-bin-hadoop2-yarn.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 # BUILD CONFIG
......
...@@ -30,7 +30,7 @@ under the License. ...@@ -30,7 +30,7 @@ under the License.
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<flink.version>0.10-SNAPSHOT</flink.version> <flink.version>1.0-SNAPSHOT</flink.version>
</properties> </properties>
<repositories> <repositories>
......
...@@ -45,7 +45,7 @@ under the License. ...@@ -45,7 +45,7 @@ under the License.
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<flink.version>0.10-SNAPSHOT</flink.version> <flink.version>1.0-SNAPSHOT</flink.version>
</properties> </properties>
<!-- <!--
......
...@@ -17,8 +17,8 @@ ...@@ -17,8 +17,8 @@
# limitations under the License. # limitations under the License.
################################################################################ ################################################################################
OLD="0.9-SNAPSHOT" OLD="0.10-SNAPSHOT"
NEW="0.10-SNAPSHOT" NEW="1.0-SNAPSHOT"
HERE=` basename "$PWD"` HERE=` basename "$PWD"`
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册