This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-parent.git
The following commit(s) were added to refs/heads/master by this push:
new e5174ba Get rid of non-plugin requisites warning message
e5174ba is described below
commit e5174baeb87a99616197befb3aa4cb96fb3dd806
Author: Sebb <[email protected]>
AuthorDate: Thu Jun 18 00:19:52 2020 +0100
Get rid of non-plugin requisites warning message
---
pom.xml | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/pom.xml b/pom.xml
index 94c6468..e7d1a0f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -383,10 +383,6 @@
</mailingList>
</mailingLists>
- <prerequisites>
- <maven>3.5.0</maven>
- </prerequisites>
-
<!--
This section *must* be overwritten by subprojects. It is only to allow
a release of the commons-parent POM.
@@ -799,7 +795,7 @@
<configuration>
<rules>
<requireMavenVersion>
- <version>3.0.5</version>
+ <version>3.5.0</version>
</requireMavenVersion>
<requireJavaVersion>
<version>${maven.compiler.target}</version>