GitHub user bowenli86 opened a pull request:
https://github.com/apache/flink/pull/5760
[hotfix] [doc] fix maven version in building flink
## What is the purpose of the change
The maven version in `start/building` is inconsistent. Make it consistent
by changing the maven version to 3.0.4
## Brief change log
The maven version in `start/building` is inconsistent. Make it consistent
by changing the maven version to 3.0.4
## Verifying this change
This change is a trivial rework / code cleanup without any test coverage.
## Does this pull request potentially affect one of the following parts:
none
## Documentation
none
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/bowenli86/flink hotfix
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/5760.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #5760
----
commit 8a17ccedf33bed267f4dcfeef185cc589fb70fe1
Author: Bowen Li <bli@...>
Date: 2018-03-24T15:11:16Z
[hotfix] fix maven version in building flink
----
---