Repository: maven-surefire Updated Branches: refs/heads/master dcd3b64ac -> 303cc8acd
[SUREFIRE-1316] MVN 3.1.0 minimum in build time Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/13702953 Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/13702953 Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/13702953 Branch: refs/heads/master Commit: 137029531f22e65cb9bb841aa62ca859441b0b14 Parents: dcd3b64 Author: Tibor17 <tibo...@lycos.com> Authored: Mon Dec 26 15:18:08 2016 +0100 Committer: Tibor17 <tibo...@lycos.com> Committed: Mon Dec 26 15:18:08 2016 +0100 ---------------------------------------------------------------------- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/13702953/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 77c0385..fc80f9d 100644 --- a/pom.xml +++ b/pom.xml @@ -366,7 +366,7 @@ <configuration> <rules> <requireMavenVersion> - <version>[3.0.5,)</version> + <version>[3.1.0,)</version> </requireMavenVersion> </rules> </configuration>