You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by mx...@apache.org on 2015/10/23 11:26:35 UTC

flink git commit: [release] change quickstart and docs version to 1.0-SNAPSHOT

Repository: flink
Updated Branches:
  refs/heads/master 0c03e9a48 -> 7ff071f66


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


Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/7ff071f6
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/7ff071f6
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/7ff071f6

Branch: refs/heads/master
Commit: 7ff071f661936171e10bc9158f0e6df17969647e
Parents: 0c03e9a
Author: Maximilian Michels <mx...@apache.org>
Authored: Fri Oct 23 11:25:30 2015 +0200
Committer: Maximilian Michels <mx...@apache.org>
Committed: Fri Oct 23 11:25:30 2015 +0200

----------------------------------------------------------------------
 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(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/7ff071f6/docs/_config.yml
----------------------------------------------------------------------
diff --git a/docs/_config.yml b/docs/_config.yml
index ae69328..6f308ef 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

http://git-wip-us.apache.org/repos/asf/flink/blob/7ff071f6/flink-quickstart/flink-quickstart-java/src/main/resources/archetype-resources/pom.xml
----------------------------------------------------------------------
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 24f2199..1610a3a 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.
 
 	<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>

http://git-wip-us.apache.org/repos/asf/flink/blob/7ff071f6/flink-quickstart/flink-quickstart-scala/src/main/resources/archetype-resources/pom.xml
----------------------------------------------------------------------
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 5b86928..e8c9057 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.
 
 	<properties>
 		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-		<flink.version>0.10-SNAPSHOT</flink.version>
+		<flink.version>1.0-SNAPSHOT</flink.version>
 	</properties>
 
 	<!-- 

http://git-wip-us.apache.org/repos/asf/flink/blob/7ff071f6/tools/change-version.sh
----------------------------------------------------------------------
diff --git a/tools/change-version.sh b/tools/change-version.sh
index 07b422c..19384a4 100755
--- a/tools/change-version.sh
+++ b/tools/change-version.sh
@@ -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"`