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 2020/08/19 12:42:28 UTC

[maven-antrun-plugin] branch master updated: [MANTRUN-227] Upgrade Apache Ant to 1.10.8

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

slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-antrun-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 3399a8b  [MANTRUN-227] Upgrade Apache Ant to 1.10.8
3399a8b is described below

commit 3399a8b4fcb78121263848f59e6d39834aedb410
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Wed Aug 19 14:13:57 2020 +0200

    [MANTRUN-227] Upgrade Apache Ant to 1.10.8
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index af95a00..b6be7cf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -96,7 +96,7 @@ under the License.
     <dependency>
       <groupId>org.apache.ant</groupId>
       <artifactId>ant</artifactId>
-      <version>1.10.7</version>
+      <version>1.10.8</version>
     </dependency>
 
     <dependency>