[hotfix][docs] Update maven version in building flink docs

This closes #5760.


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

Branch: refs/heads/release-1.5
Commit: 0ec37e44ceb1b39ee3c1b2f2480d52134f1f5b42
Parents: 14f0c56
Author: Bowen Li <bli@Bowens-MacBook-Pro.local>
Authored: Sat Mar 24 23:11:16 2018 +0800
Committer: zentol <ches...@apache.org>
Committed: Fri Apr 6 15:24:03 2018 +0200

----------------------------------------------------------------------
 README.md              | 2 +-
 docs/start/building.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/0ec37e44/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 1e00e65..095f652a 100644
--- a/README.md
+++ b/README.md
@@ -69,7 +69,7 @@ Prerequisites for building Flink:
 
 * Unix-like environment (We use Linux, Mac OS X, Cygwin)
 * git
-* Maven (we recommend version 3.0.4)
+* Maven (we recommend version 3.2.5)
 * Java 8
 
 ```

http://git-wip-us.apache.org/repos/asf/flink/blob/0ec37e44/docs/start/building.md
----------------------------------------------------------------------
diff --git a/docs/start/building.md b/docs/start/building.md
index cbf1d1f..568c4b8 100644
--- a/docs/start/building.md
+++ b/docs/start/building.md
@@ -33,7 +33,7 @@ In order to build Flink you need the source code. Either 
[download the source of
 
 In addition you need **Maven 3** and a **JDK** (Java Development Kit). Flink 
requires **at least Java 8** to build.
 
-*NOTE: Maven 3.3.x can build Flink, but will not properly shade away certain 
dependencies. Maven 3.0.3 creates the libraries properly.
+*NOTE: Maven 3.3.x can build Flink, but will not properly shade away certain 
dependencies. Maven 3.2.5 creates the libraries properly.
 To build unit tests use Java 8u51 or above to prevent failures in unit tests 
that use the PowerMock runner.*
 
 To clone from git, enter:

Reply via email to