You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2022/01/09 23:30:32 UTC

[maven-clean-plugin] 01/01: [MCLEAN-96] Require Maven 3.2.5+

This is an automated email from the ASF dual-hosted git repository.

slachiewicz pushed a commit to branch MCLEAN-96
in repository https://gitbox.apache.org/repos/asf/maven-clean-plugin.git

commit ab095acaefb450cb435eafe6c675fc8d192dabcd
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Mon Jan 10 00:28:44 2022 +0100

    [MCLEAN-96] Require Maven 3.2.5+
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index d6b7469..f5714de 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,7 +65,7 @@ under the License.
   </distributionManagement>
 
   <properties>
-    <mavenVersion>3.1.1</mavenVersion>
+    <mavenVersion>3.2.5</mavenVersion>
     <javaVersion>7</javaVersion>
     <surefire.version>2.22.2</surefire.version>
     <mavenPluginToolsVersion>3.6.2</mavenPluginToolsVersion>
@@ -96,7 +96,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.plugin-testing</groupId>
       <artifactId>maven-plugin-testing-harness</artifactId>
-      <version>3.1.0</version>
+      <version>3.3.0</version>
       <scope>test</scope>
       <exclusions>
         <exclusion>