This is an automated email from the ASF dual-hosted git repository.
rfscholte pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-wrapper-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new 0c72577 Lower Maven Prerequisite, no need to require 3.7.0 since
wrapperVersion can be specified
0c72577 is described below
commit 0c7257781504931b483fe39a69cdba603b672ea2
Author: rfscholte <[email protected]>
AuthorDate: Fri May 29 12:59:58 2020 +0200
Lower Maven Prerequisite, no need to require 3.7.0 since wrapperVersion can
be specified
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index ddf70f9..d35c453 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,7 +40,7 @@ under the License.
<inceptionYear>2020</inceptionYear>
<prerequisites>
- <maven>3.6.9999</maven>
+ <maven>3.1.0</maven>
</prerequisites>
<scm>