You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by uc...@apache.org on 2016/08/11 07:41:42 UTC

[2/3] flink-web git commit: Add 1.1.1 announcement

Add 1.1.1 announcement


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

Branch: refs/heads/asf-site
Commit: 210e6d083efa9333cf2092414dc1191c81763c06
Parents: f6d5cd1
Author: Ufuk Celebi <uc...@apache.org>
Authored: Thu Aug 11 09:41:15 2016 +0200
Committer: Ufuk Celebi <uc...@apache.org>
Committed: Thu Aug 11 09:41:15 2016 +0200

----------------------------------------------------------------------
 _posts/2016-08-04-release-1.1.1.md | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink-web/blob/210e6d08/_posts/2016-08-04-release-1.1.1.md
----------------------------------------------------------------------
diff --git a/_posts/2016-08-04-release-1.1.1.md b/_posts/2016-08-04-release-1.1.1.md
new file mode 100644
index 0000000..41e54c3
--- /dev/null
+++ b/_posts/2016-08-04-release-1.1.1.md
@@ -0,0 +1,32 @@
+---
+layout: post
+title:  "Flink 1.1.1 Released"
+date:   2016-08-11 9:00:00
+categories: news
+---
+
+Today, the Flink community released Flink version 1.1.1.
+
+The Maven artifacts published on Maven central for 1.1.0 had a Hadoop dependency issue: No Hadoop 1 specific version (with version 1.1.0-hadoop1) was deployed and 1.1.0 artifacts have a dependency on Hadoop 1 instead of Hadoop 2.
+
+This was fixed with this release and we **highly recommend** all users to use this version of Flink by bumping your Flink dependencies to version 1.1.1:
+
+```xml
+<dependency>
+  <groupId>org.apache.flink</groupId>
+  <artifactId>flink-java</artifactId>
+  <version>1.1.1</version>
+</dependency>
+<dependency>
+  <groupId>org.apache.flink</groupId>
+  <artifactId>flink-streaming-java_2.10</artifactId>
+  <version>1.1.1</version>
+</dependency>
+<dependency>
+  <groupId>org.apache.flink</groupId>
+  <artifactId>flink-clients_2.10</artifactId>
+  <version>1.1.1</version>
+</dependency>
+```
+
+You can find the binaries on the updated [Downloads page](http://flink.apache.org/downloads.html).