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/10/06 21:01:39 UTC

[maven-doxia-site] branch master updated: Bump ant from 1.10.8 to 1.10.9

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-doxia-site.git


The following commit(s) were added to refs/heads/master by this push:
     new f51d37e  Bump ant from 1.10.8 to 1.10.9
f51d37e is described below

commit f51d37e32c82745ada0330d3df7e403e409a196b
Author: Sylwester Lachiewicz <sl...@gmail.com>
AuthorDate: Tue Oct 6 23:01:30 2020 +0200

    Bump ant from 1.10.8 to 1.10.9
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d6f0df1..87dc637 100644
--- a/pom.xml
+++ b/pom.xml
@@ -204,7 +204,7 @@ under the License.
             <dependency>
               <groupId>org.apache.ant</groupId>
               <artifactId>ant</artifactId>
-              <version>1.10.8</version>
+              <version>1.10.9</version>
             </dependency>
           </dependencies>
         </plugin>