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 2020/12/28 16:29:57 UTC

[maven-clean-plugin] branch MCLEAN-92 updated (dbeabae -> 81dad91)

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

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


 discard dbeabae  [MCLEAN-92] Require Maven 3.1.1
     new 114937a  [MCLEAN-92] Require Maven 3.1.1
     new 3827631  Bump maven-shared-utils from 3.2.1 to 3.3.3
     new 81dad91  Bump maven-enforcer-plugin to 3.0.0-M3

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (dbeabae)
            \
             N -- N -- N   refs/heads/MCLEAN-92 (81dad91)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 3 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.


Summary of changes:
 pom.xml | 15 ++++++++++++++-
 1 file changed, 14 insertions(+), 1 deletion(-)


[maven-clean-plugin] 02/03: Bump maven-shared-utils from 3.2.1 to 3.3.3

Posted by sl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 3827631b851e7d18c285957488c58c57619668c1
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Mon Dec 28 17:12:58 2020 +0100

    Bump maven-shared-utils from 3.2.1 to 3.3.3
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e7d1175..42477bb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -81,7 +81,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.shared</groupId>
       <artifactId>maven-shared-utils</artifactId>
-      <version>3.2.1</version>
+      <version>3.3.3</version>
     </dependency>
 
     <!-- dependencies to annotations -->


[maven-clean-plugin] 03/03: Bump maven-enforcer-plugin to 3.0.0-M3

Posted by sl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 81dad91b92e42c0b5e602ba75e87533cfd5eac72
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Mon Dec 28 17:29:36 2020 +0100

    Bump maven-enforcer-plugin to 3.0.0-M3
---
 pom.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/pom.xml b/pom.xml
index 42477bb..7eff106 100644
--- a/pom.xml
+++ b/pom.xml
@@ -118,6 +118,17 @@ under the License.
     </dependency>
   </dependencies>
 
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-enforcer-plugin</artifactId>
+          <version>3.0.0-M3</version>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
   <profiles>
     <profile>
       <id>run-its</id>


[maven-clean-plugin] 01/03: [MCLEAN-92] Require Maven 3.1.1

Posted by sl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 114937a87a8f48c30fc2acd20ed707dbd90ab4a7
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Mon Dec 28 16:57:11 2020 +0100

    [MCLEAN-92] Require Maven 3.1.1
---
 pom.xml | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2428cd8..e7d1175 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@ under the License.
     <groupId>org.apache.maven.plugins</groupId>
     <artifactId>maven-plugins</artifactId>
     <version>34</version>
-    <relativePath>../../pom/maven/maven-plugins/pom.xml</relativePath>
+    <relativePath/>
   </parent>
 
   <artifactId>maven-clean-plugin</artifactId>
@@ -65,8 +65,10 @@ under the License.
   </distributionManagement>
 
   <properties>
-    <mavenVersion>3.0</mavenVersion>
+    <mavenVersion>3.1.1</mavenVersion>
     <javaVersion>7</javaVersion>
+    <surefire.version>2.22.2</surefire.version>
+    <mavenPluginToolsVersion>3.6.0</mavenPluginToolsVersion>
     <project.build.outputTimestamp>2020-04-07T21:04:00Z</project.build.outputTimestamp>
   </properties>
 
@@ -93,7 +95,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.plugin-testing</groupId>
       <artifactId>maven-plugin-testing-harness</artifactId>
-      <version>2.1</version>
+      <version>3.1.0</version>
       <scope>test</scope>
     </dependency>
     <dependency>