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

[ant] branch master updated (5118c98 -> cc9d93f)

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

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


    from 5118c98  Merge branch '1.9.x'
     add ee14b75  happy new year
     add 26dae06  one more place to bump AntUnit dependency
     add d1ccd32  small tweaks to release instructions
     new cc9d93f  Merge branch '1.9.x'

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.


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

[ant] 01/01: Merge branch '1.9.x'

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

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

commit cc9d93f49fbd6730e057ec0ad6e2e382f8e3c331
Merge: 5118c98 d1ccd32
Author: Stefan Bodewig <bo...@apache.org>
AuthorDate: Sat Jul 10 20:17:41 2021 +0200

    Merge branch '1.9.x'

 ReleaseInstructions      | 2 +-
 src/etc/poms/ant/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --cc src/etc/poms/ant/pom.xml
index b608047,d4a364b..acef910
--- a/src/etc/poms/ant/pom.xml
+++ b/src/etc/poms/ant/pom.xml
@@@ -46,9 -43,15 +46,9 @@@
        <scope>compile</scope>
      </dependency>
      <dependency>
 -      <groupId>junit</groupId>
 -      <artifactId>junit</artifactId>
 -      <version>4.12</version>
 -      <scope>test</scope>
 -    </dependency>
 -    <dependency>
        <groupId>org.apache.ant</groupId>
        <artifactId>ant-antunit</artifactId>
-       <version>1.4</version>
+       <version>1.4.1</version>
        <scope>test</scope>
        <exclusions>
          <exclusion>