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/09/26 22:34:15 UTC

[maven-antrun-plugin] branch MANTRUN-227 created (now 74a5dac)

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.


      at 74a5dac  [MANTRUN-227] Upgrade Apache Ant to 1.10.11

This branch includes the following new commits:

     new 74a5dac  [MANTRUN-227] Upgrade Apache Ant to 1.10.11

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-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 74a5dac821ac178b5e7b6fa828c3b521ff17d16b
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 b03a649..8462859 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>