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:31 UTC

[maven-clean-plugin] branch MCLEAN-96 created (now ab095ac)

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

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


      at ab095ac  [MCLEAN-96] Require Maven 3.2.5+

This branch includes the following new commits:

     new ab095ac  [MCLEAN-96] Require Maven 3.2.5+

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


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

Posted by sl...@apache.org.
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>