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/11/16 20:53:31 UTC

[maven-resolver-ant-tasks] branch MRESOLVER-223 created (now b296ad4)

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

slachiewicz pushed a change to branch MRESOLVER-223
in repository https://gitbox.apache.org/repos/asf/maven-resolver-ant-tasks.git.


      at b296ad4  [MRESOLVER-223] Upgrade Ant to 1.10.12

This branch includes the following new commits:

     new b296ad4  [MRESOLVER-223] Upgrade Ant to 1.10.12

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-resolver-ant-tasks] 01/01: [MRESOLVER-223] Upgrade 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 MRESOLVER-223
in repository https://gitbox.apache.org/repos/asf/maven-resolver-ant-tasks.git

commit b296ad4d61f2d4e67e9aa891cc9aa8971b1aa4d9
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Tue Nov 16 21:52:56 2021 +0100

    [MRESOLVER-223] Upgrade Ant to 1.10.12
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 76ef3b3..fadb269 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,7 +63,7 @@
   <properties>
     <mavenVersion>3.8.3</mavenVersion>
     <resolverVersion>1.7.2</resolverVersion>
-    <antVersion>1.9.16</antVersion>
+    <antVersion>1.10.9</antVersion>
     <javaVersion>8</javaVersion>
     <junitVersion>4.13.2</junitVersion>
     <hamcrestVersion>2.2</hamcrestVersion>