Repository: incubator-ranger Updated Branches: refs/heads/master 2e4ed83a9 -> 870070f2e
- Root pom specifies incorrect minimum Maven version Signed-off-by: sneethiraj <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-ranger/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ranger/commit/870070f2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ranger/tree/870070f2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ranger/diff/870070f2 Branch: refs/heads/master Commit: 870070f2e24ed0bf95c42a56d014f0e0db8ba795 Parents: 2e4ed83 Author: Colm O hEigeartaigh <[email protected]> Authored: Thu Jan 28 14:12:36 2016 +0000 Committer: sneethiraj <[email protected]> Committed: Thu Jan 28 10:40:21 2016 -0500 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ranger/blob/870070f2/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index c288046..38fb77f 100644 --- a/pom.xml +++ b/pom.xml @@ -47,7 +47,7 @@ <url>https://issues.apache.org/jira/browse/ranger</url> </issueManagement> <prerequisites> - <maven>2.2.1</maven> + <maven>3.0.1</maven> </prerequisites> <mailingLists> <mailingList>
