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 2021/10/24 11:58:49 UTC

[maven-antrun-plugin] branch MANTRUN-227 updated (a78e190 -> 518eafb)

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

slachiewicz pushed a change to branch MANTRUN-227
in repository https://gitbox.apache.org/repos/asf/maven-antrun-plugin.git.


 discard a78e190  [MANTRUN-227] Upgrade Apache Ant to 1.10.11
    omit 0520ea4  Bump maven-enforcer-plugin to 3.0.0
     add a299d8b  Bump xmlunit-core from 2.8.2 to 2.8.3
     new 77079e3  Bump xmlunit-matchers from 2.8.2 to 2.8.3
     new d967ddd  Bump maven-enforcer-plugin to 3.0.0
     new 518eafb  [MANTRUN-227] Upgrade Apache Ant to 1.10.12

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   (a78e190)
            \
             N -- N -- N   refs/heads/MANTRUN-227 (518eafb)

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                         | 6 +++---
 src/it/custom-task-test/pom.xml | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

[maven-antrun-plugin] 03/03: [MANTRUN-227] Upgrade Apache Ant to 1.10.12

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

slachiewicz pushed a commit to branch MANTRUN-227
in repository https://gitbox.apache.org/repos/asf/maven-antrun-plugin.git

commit 518eafbe1ae9e5efe9885dc2c9f9a4a339df64cc
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Sep 5 13:25:37 2021 +0200

    [MANTRUN-227] Upgrade Apache Ant to 1.10.12
---
 pom.xml                         | 2 +-
 src/it/custom-task-test/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 848af28..e5bb627 100644
--- a/pom.xml
+++ b/pom.xml
@@ -98,7 +98,7 @@ under the License.
     <dependency>
       <groupId>org.apache.ant</groupId>
       <artifactId>ant</artifactId>
-      <version>1.10.10</version>
+      <version>1.10.12</version>
     </dependency>
 
     <dependency>
diff --git a/src/it/custom-task-test/pom.xml b/src/it/custom-task-test/pom.xml
index c4b96ab..3eab2b6 100644
--- a/src/it/custom-task-test/pom.xml
+++ b/src/it/custom-task-test/pom.xml
@@ -34,7 +34,7 @@ under the License.
     <dependency>
       <groupId>org.apache.ant</groupId>
       <artifactId>ant</artifactId>
-      <version>1.10.10</version>
+      <version>1.10.12</version>
     </dependency>
   </dependencies>
 

[maven-antrun-plugin] 01/03: Bump xmlunit-matchers from 2.8.2 to 2.8.3

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

slachiewicz pushed a commit to branch MANTRUN-227
in repository https://gitbox.apache.org/repos/asf/maven-antrun-plugin.git

commit 77079e3aa4054e32204dedaa9a69bda6b65da792
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sat Oct 23 18:56:36 2021 +0200

    Bump xmlunit-matchers from 2.8.2 to 2.8.3
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5085d2a..85b3a07 100644
--- a/pom.xml
+++ b/pom.xml
@@ -116,7 +116,7 @@ under the License.
     <dependency>
       <groupId>org.xmlunit</groupId>
       <artifactId>xmlunit-matchers</artifactId>
-      <version>2.8.2</version>
+      <version>2.8.3</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

[maven-antrun-plugin] 02/03: Bump maven-enforcer-plugin to 3.0.0

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

slachiewicz pushed a commit to branch MANTRUN-227
in repository https://gitbox.apache.org/repos/asf/maven-antrun-plugin.git

commit d967ddd27c664aacdd6651add0646885dca2c44a
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sat Sep 25 18:53:37 2021 +0200

    Bump maven-enforcer-plugin to 3.0.0
---
 pom.xml | 21 ++++++++++++++++++++-
 1 file changed, 20 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 85b3a07..848af28 100644
--- a/pom.xml
+++ b/pom.xml
@@ -137,7 +137,14 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-enforcer-plugin</artifactId>
-          <version>3.0.0-M3</version>
+          <version>3.0.0</version>
+          <dependencies>
+            <dependency>
+              <groupId>org.codehaus.mojo</groupId>
+              <artifactId>extra-enforcer-rules</artifactId>
+              <version>1.4</version>
+            </dependency>
+          </dependencies>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
@@ -162,6 +169,18 @@ under the License.
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-enforcer-plugin</artifactId>
+        <version>3.0.0</version>
+        <dependencies>
+          <dependency>
+            <groupId>org.codehaus.mojo</groupId>
+            <artifactId>extra-enforcer-rules</artifactId>
+            <version>1.4</version>
+          </dependency>
+        </dependencies>
+      </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
         <configuration>
           <links>