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

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

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>