You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by ja...@apache.org on 2021/10/10 05:56:35 UTC

[ant] branch master updated (35ccd1f -> d758957)

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

jaikiran pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ant.git.


    from 35ccd1f  Merge pull request #162 from arturobernalg/feature/bulk
     new 2a2f443  fix bcel version in pom
     new d758957  fix commons-net version in pom

The 2 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.


Summary of changes:
 src/etc/poms/ant-apache-bcel/pom.xml | 2 +-
 src/etc/poms/ant-commons-net/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

[ant] 02/02: fix commons-net version in pom

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jaikiran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant.git

commit d75895744202c99b1c0bc23ac9f6be16d07fbc2c
Author: Jaikiran Pai <ja...@apache.org>
AuthorDate: Sun Oct 10 09:20:03 2021 +0530

    fix commons-net version in pom
---
 src/etc/poms/ant-commons-net/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/etc/poms/ant-commons-net/pom.xml b/src/etc/poms/ant-commons-net/pom.xml
index 9603114..5d6be30 100644
--- a/src/etc/poms/ant-commons-net/pom.xml
+++ b/src/etc/poms/ant-commons-net/pom.xml
@@ -45,7 +45,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/m
     <dependency>
       <groupId>commons-net</groupId>
       <artifactId>commons-net</artifactId>
-      <version>3.6</version>
+      <version>3.8.0</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>

[ant] 01/02: fix bcel version in pom

Posted by ja...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jaikiran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ant.git

commit 2a2f443315a3e9fdf405ac77e6d103fc54ec7b8b
Author: Jaikiran Pai <ja...@apache.org>
AuthorDate: Sun Oct 10 09:19:07 2021 +0530

    fix bcel version in pom
---
 src/etc/poms/ant-apache-bcel/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/etc/poms/ant-apache-bcel/pom.xml b/src/etc/poms/ant-apache-bcel/pom.xml
index 6905420..dd37245 100644
--- a/src/etc/poms/ant-apache-bcel/pom.xml
+++ b/src/etc/poms/ant-apache-bcel/pom.xml
@@ -45,7 +45,7 @@
     <dependency>
       <groupId>org.apache.bcel</groupId>
       <artifactId>bcel</artifactId>
-      <version>6.4.1</version>
+      <version>6.5.0</version>
       <scope>compile</scope>
     </dependency>
   </dependencies>