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/17 07:20:44 UTC

[maven-doxia-site] branch master created (now f51d37e)

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

slachiewicz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/maven-doxia-site.git.


      at f51d37e  Bump ant from 1.10.8 to 1.10.9

This branch includes the following new commits:

     new f51d37e  Bump ant from 1.10.8 to 1.10.9

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-doxia-site] 01/01: Bump ant from 1.10.8 to 1.10.9

Posted by sl...@apache.org.
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

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>