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/05/17 15:38:08 UTC

[maven-resolver-ant-tasks] 01/02: [MRESOLVER-181] Upgrade Ant to 1.9.15

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

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

commit 2525d7a15349bdc8f935ed2f8180c641265be93c
Author: Nils Breunese <ni...@breun.nl>
AuthorDate: Sun May 16 20:36:44 2021 +0200

    [MRESOLVER-181] Upgrade Ant to 1.9.15
    
    Submitted by: Nils Breunese
    
    o Updated to Ant 1.9.15
---
 pom.xml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5969c5f..5a2c5b3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,7 +63,7 @@
   <properties>
     <mavenVersion>3.6.3</mavenVersion>
     <resolverVersion>1.6.3</resolverVersion>
-    <antVersion>1.8.4</antVersion>
+    <antVersion>1.9.15</antVersion>
     <javaVersion>7</javaVersion>
     <maven.site.path>resolver-archives/resolver-ant-tasks-LATEST</maven.site.path>
     <checkstyle.violation.ignore>LineLength,MagicNumber</checkstyle.violation.ignore>
@@ -366,6 +366,11 @@
                 <artifactId>ant-junit</artifactId>
                 <version>${antVersion}</version>
               </dependency>
+              <dependency>
+                <groupId>org.apache.ant</groupId>
+                <artifactId>ant</artifactId>
+                <version>${antVersion}</version>
+              </dependency>
             </dependencies>
           </plugin>
         </plugins>