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/10 22:09:56 UTC

[maven-antrun-plugin] branch MANTRUN-227 updated (74a5dac -> a78e190)

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 74a5dac  [MANTRUN-227] Upgrade Apache Ant to 1.10.11
     add 1651888  Bump junit-jupiter-engine from 5.8.0 to 5.8.1
     add 03e5e2e  Fix site generation
     add 0520ea4  Bump maven-enforcer-plugin to 3.0.0
     new a78e190  [MANTRUN-227] Upgrade Apache Ant to 1.10.11

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

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


Summary of changes:
 pom.xml | 62 ++++++++++++++++++++++++++++++++++++++++++--------------------
 1 file changed, 42 insertions(+), 20 deletions(-)

[maven-antrun-plugin] 01/01: [MANTRUN-227] Upgrade Apache Ant to 1.10.11

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 a78e1907a665c760d81b2f233c89060aa8050c05
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Sep 5 13:25:37 2021 +0200

    [MANTRUN-227] Upgrade Apache Ant to 1.10.11
---
 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 889fdfa..7c59cd0 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.11</version>
     </dependency>
 
     <dependency>
diff --git a/src/it/custom-task-test/pom.xml b/src/it/custom-task-test/pom.xml
index c4b96ab..e5c1e55 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.11</version>
     </dependency>
   </dependencies>