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 3a08dad  Add minimalMavenBuildVersion to silence complaints
3a08dad is described below

commit 3a08dad84cec51580dfcd57860315dd752d35d98
Author: Sebb <s...@apache.org>
AuthorDate: Fri Jun 17 14:10:59 2022 +0100

    Add minimalMavenBuildVersion to silence complaints
---
 pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/pom.xml b/pom.xml
index 8d878d8..e75c2d2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -88,6 +88,8 @@
 
 
   <properties>
+    <!-- Minimum Maven version required by the plugins -->
+    <minimalMavenBuildVersion>3.3.9</minimalMavenBuildVersion>
     <!-- configuration bits for cutting a release candidate, must be 
overridden by components -->
     <!-- TODO How can we make project.build.outputTimestamp and changes.xml's 
release data the same? -->
     
<project.build.outputTimestamp>2022-04-06T22:10:39Z</project.build.outputTimestamp>

Reply via email to