ACCUMULO-4133 Bump maven min version to 3.0.5
Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/fbd2fafa Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/fbd2fafa Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/fbd2fafa Branch: refs/heads/master Commit: fbd2fafac3d9dba46d869c67153b494ab8a1813c Parents: f49fe53 Author: Christopher Tubbs <ctubb...@apache.org> Authored: Wed Feb 3 14:05:47 2016 -0500 Committer: Christopher Tubbs <ctubb...@apache.org> Committed: Wed Feb 3 14:05:47 2016 -0500 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/fbd2fafa/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 71796a2..8712b78 100644 --- a/pom.xml +++ b/pom.xml @@ -134,7 +134,7 @@ <java.ver>1.6</java.ver> <jetty.version>8.1.15.v20140411</jetty.version> <!-- the maven-release-plugin makes this recommendation, due to plugin bugs --> - <maven.min-version>3.0.4</maven.min-version> + <maven.min-version>3.0.5</maven.min-version> <!-- surefire/failsafe plugin option --> <maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile> <powermock.version>1.5</powermock.version>