提交 6025157b 编写于 作者: S Stephan Ewen

[build] Bump docs and tools to version 1.2-SNAPSHOT

上级 036f4d01
......@@ -26,9 +26,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: "1.1-SNAPSHOT"
version_hadoop1: "1.1-hadoop1-SNAPSHOT"
version_short: "1.1" # Used for the top navbar w/o snapshot suffix
version: "1.2-SNAPSHOT"
version_hadoop1: "1.2-hadoop1-SNAPSHOT"
version_short: "1.2" # Used for the top navbar w/o snapshot suffix
# This suffix is appended to the Scala-dependent Maven artifact names
scala_version_suffix: "_2.10"
......@@ -41,9 +41,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.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.1.0/flink-1.1.0-bin-hadoop1.tgz"
FLINK_DOWNLOAD_URL_HADOOP2_STABLE: "http://www.apache.org/dyn/closer.cgi/flink/flink-1.1.0/flink-1.1.0-bin-hadoop2.tgz"
FLINK_DOWNLOAD_URL_YARN_STABLE: "http://www.apache.org/dyn/closer.cgi/flink/flink-1.1.0/flink-1.1.0-bin-hadoop2-yarn.tgz"
#------------------------------------------------------------------------------
# BUILD CONFIG
......
......@@ -37,9 +37,9 @@
# Can be called like this:
#
# sonatype_user=APACHEID sonatype_pw=APACHEIDPASSWORD \
# NEW_VERSION=0.9.0 \
# RELEASE_CANDIDATE="rc1" RELEASE_BRANCH=release-0.9.0
# OLD_VERSION=0.9-SNAPSHOT \
# NEW_VERSION=1.2.0 \
# RELEASE_CANDIDATE="rc1" RELEASE_BRANCH=release-1.2.0
# OLD_VERSION=1.1-SNAPSHOT \
# USER_NAME=APACHEID \
# GPG_PASSPHRASE=XXX GPG_KEY=KEYID \
# GIT_AUTHOR="`git config --get user.name` <`git config --get user.email`>" \
......@@ -66,7 +66,7 @@ fi
GPG_PASSPHRASE=${GPG_PASSPHRASE:-XXX}
GPG_KEY=${GPG_KEY:-XXX}
GIT_AUTHOR=${GIT_AUTHOR:-"Your name <you@apache.org>"}
OLD_VERSION=${OLD_VERSION:-0.10-SNAPSHOT}
OLD_VERSION=${OLD_VERSION:-1.1-SNAPSHOT}
RELEASE_VERSION=${NEW_VERSION}
RELEASE_CANDIDATE=${RELEASE_CANDIDATE:-rc1}
RELEASE_BRANCH=${RELEASE_BRANCH:-master}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册