Skip to content

Commit

Permalink
[release] change quickstart and docs version to 1.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
mxm committed Oct 23, 2015
1 parent 0c03e9a commit 7ff071f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.)
Expand All @@ -39,9 +39,9 @@ github_url: "https://github.com/apache/flink"
download_url: "http:https://flink.apache.org/downloads.html"

# Setup quickstart uses this => to be changed
FLINK_DOWNLOAD_URL_HADOOP1_STABLE: "http:https://www.apache.org/dyn/closer.cgi/flink/flink-0.8.1/flink-0.8.1-bin-hadoop1.tgz"
FLINK_DOWNLOAD_URL_HADOOP2_STABLE: "http:https://www.apache.org/dyn/closer.cgi/flink/flink-0.8.1/flink-0.8.1-bin-hadoop2.tgz"
FLINK_DOWNLOAD_URL_YARN_STABLE: "http:https://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:https://www.apache.org/dyn/closer.cgi/flink/flink-0.9.1/flink-0.9.1-bin-hadoop1.tgz"
FLINK_DOWNLOAD_URL_HADOOP2_STABLE: "http:https://www.apache.org/dyn/closer.cgi/flink/flink-0.9.1/flink-0.9.1-bin-hadoop2.tgz"
FLINK_DOWNLOAD_URL_YARN_STABLE: "http:https://www.apache.org/dyn/closer.cgi/flink/flink-0.9.1/flink-0.9.1-bin-hadoop2-yarn.tgz"

#------------------------------------------------------------------------------
# BUILD CONFIG
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ under the License.

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<flink.version>0.10-SNAPSHOT</flink.version>
<flink.version>1.0-SNAPSHOT</flink.version>
</properties>

<repositories>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ under the License.

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<flink.version>0.10-SNAPSHOT</flink.version>
<flink.version>1.0-SNAPSHOT</flink.version>
</properties>

<!--
Expand Down
4 changes: 2 additions & 2 deletions tools/change-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
# limitations under the License.
################################################################################

OLD="0.9-SNAPSHOT"
NEW="0.10-SNAPSHOT"
OLD="0.10-SNAPSHOT"
NEW="1.0-SNAPSHOT"


HERE=` basename "$PWD"`
Expand Down

0 comments on commit 7ff071f

Please sign in to comment.