Skip to content

Commit 440ef41

Browse files
committed
Merge tag 'rel/1.10.6'
Tag version 1.10.6 of Ant
2 parents 4803eb2 + e4a56ec commit 440ef41

File tree

32 files changed

+89
-85
lines changed

32 files changed

+89
-85
lines changed

WHATSNEW

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Changes from Ant 1.10.6 TO Ant 1.10.7
2+
=====================================
3+
4+
15
Changes from Ant 1.10.5 TO Ant 1.10.6
26
=====================================
37

build.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
<property name="name" value="ant"/>
3434
<!-- this is the directory corresponding to groupId of Ant in the Maven repository -->
3535
<property name="groupid" value="org/apache/ant"/>
36-
<property name="project.version" value="1.10.6alpha"/>
36+
<property name="project.version" value="1.10.7alpha"/>
3737
<!-- pom.version is used when doing a distribution and must match with what is checked in under src/etc/poms -->
38-
<property name="pom.version" value="1.10.6-SNAPSHOT"/>
39-
<property name="manifest-version" value="1.10.6"/>
38+
<property name="pom.version" value="1.10.7-SNAPSHOT"/>
39+
<property name="manifest-version" value="1.10.7"/>
4040
<property name="bootstrap.jar" value="ant-bootstrap.jar"/>
4141

4242
<property name="ant.package" value="org/apache/tools/ant"/>

manual/cover.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919

2020
<head>
2121
<link rel="stylesheet" type="text/css" href="stylesheets/style.css">
22-
<title>Apache Ant 1.10.6 User Manual</title>
22+
<title>Apache Ant 1.10.7 User Manual</title>
2323
</head>
2424

2525
<body>
2626
<h1 class="center"><img src="images/ant_logo_large.gif" width="190" height="120" alt="Apache Ant logo"></h1>
27-
<h1 class="center">Apache Ant&trade; 1.10.6 Manual</h1>
28-
<p>This is the manual for version 1.10.6 of <a href="https://ant.apache.org/" target="_top">Apache Ant</a>. If your
27+
<h1 class="center">Apache Ant&trade; 1.10.7 Manual</h1>
28+
<p>This is the manual for version 1.10.7 of <a href="https://ant.apache.org/" target="_top">Apache Ant</a>. If your
2929
version of Ant (as verified with <kbd>ant -version</kbd>) is older or newer than this version then this is not the
3030
correct manual set. Please use the documentation appropriate to your current version. Also, if you are using a
3131
version older than the most recent release, we recommend an upgrade to fix bugs as well as provide new

manual/credits.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ <h1 class="center">Apache Ant User Manual</h1>
6161
<li>Craeg Strong (<a href="mailto:[email protected]">[email protected]</a>)</li>
6262
</ul>
6363

64-
<p class="center">Version: 1.10.6</p>
64+
<p class="center">Version: 1.10.7</p>
6565

6666
</body>
6767
</html>

release/ivy.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2020
xsi:noNamespaceSchemaLocation="http://ant.apache.org/ivy/schemas/ivy.xsd">
2121
<info organisation="org/apache"
22-
module="ant" revision="1.10.6"/>
22+
module="ant" revision="1.10.7"/>
2323
<publications xmlns:e="urn:ant.apache.org:ivy-extras">
2424
<artifact name="ant-parent" type="pom" ext="pom"/>
2525
<artifact name="ant-parent" type="pom.asc" ext="pom.asc"/>

src/etc/poms/ant-antlr/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,21 +27,21 @@
2727
<groupId>org.apache.ant</groupId>
2828
<artifactId>ant-parent</artifactId>
2929
<relativePath>../pom.xml</relativePath>
30-
<version>1.10.6-SNAPSHOT</version>
30+
<version>1.10.7-SNAPSHOT</version>
3131
</parent>
3232
<modelVersion>4.0.0</modelVersion>
3333
<url>http://ant.apache.org/</url>
3434
<groupId>org.apache.ant</groupId>
3535
<artifactId>ant-antlr</artifactId>
36-
<version>1.10.6-SNAPSHOT</version>
36+
<version>1.10.7-SNAPSHOT</version>
3737
<name>Apache Ant + ANTLR</name>
3838
<description>antlr specific task.
3939
The implementation forks a java process, therefore the antlr jar file is only needed at runtime</description>
4040
<dependencies>
4141
<dependency>
4242
<groupId>org.apache.ant</groupId>
4343
<artifactId>ant</artifactId>
44-
<version>1.10.6-SNAPSHOT</version>
44+
<version>1.10.7-SNAPSHOT</version>
4545
<optional>true</optional>
4646
<scope>compile</scope>
4747
</dependency>

src/etc/poms/ant-apache-bcel/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,19 @@
2727
<groupId>org.apache.ant</groupId>
2828
<artifactId>ant-parent</artifactId>
2929
<relativePath>../pom.xml</relativePath>
30-
<version>1.10.6-SNAPSHOT</version>
30+
<version>1.10.7-SNAPSHOT</version>
3131
</parent>
3232
<modelVersion>4.0.0</modelVersion>
3333
<url>http://ant.apache.org/</url>
3434
<groupId>org.apache.ant</groupId>
3535
<artifactId>ant-apache-bcel</artifactId>
36-
<version>1.10.6-SNAPSHOT</version>
36+
<version>1.10.7-SNAPSHOT</version>
3737
<name>Apache Ant + BCEL</name>
3838
<dependencies>
3939
<dependency>
4040
<groupId>org.apache.ant</groupId>
4141
<artifactId>ant</artifactId>
42-
<version>1.10.6-SNAPSHOT</version>
42+
<version>1.10.7-SNAPSHOT</version>
4343
<scope>compile</scope>
4444
</dependency>
4545
<dependency>

src/etc/poms/ant-apache-bsf/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,19 @@
2727
<groupId>org.apache.ant</groupId>
2828
<artifactId>ant-parent</artifactId>
2929
<relativePath>../pom.xml</relativePath>
30-
<version>1.10.6-SNAPSHOT</version>
30+
<version>1.10.7-SNAPSHOT</version>
3131
</parent>
3232
<modelVersion>4.0.0</modelVersion>
3333
<url>http://ant.apache.org/</url>
3434
<groupId>org.apache.ant</groupId>
3535
<artifactId>ant-apache-bsf</artifactId>
36-
<version>1.10.6-SNAPSHOT</version>
36+
<version>1.10.7-SNAPSHOT</version>
3737
<name>Apache Ant + BSF</name>
3838
<dependencies>
3939
<dependency>
4040
<groupId>org.apache.ant</groupId>
4141
<artifactId>ant</artifactId>
42-
<version>1.10.6-SNAPSHOT</version>
42+
<version>1.10.7-SNAPSHOT</version>
4343
<scope>compile</scope>
4444
</dependency>
4545
<dependency>

src/etc/poms/ant-apache-log4j/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,19 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
2626
<groupId>org.apache.ant</groupId>
2727
<artifactId>ant-parent</artifactId>
2828
<relativePath>../pom.xml</relativePath>
29-
<version>1.10.6-SNAPSHOT</version>
29+
<version>1.10.7-SNAPSHOT</version>
3030
</parent>
3131
<modelVersion>4.0.0</modelVersion>
3232
<url>http://ant.apache.org/</url>
3333
<groupId>org.apache.ant</groupId>
3434
<artifactId>ant-apache-log4j</artifactId>
35-
<version>1.10.6-SNAPSHOT</version>
35+
<version>1.10.7-SNAPSHOT</version>
3636
<name>Apache Ant + Log4J</name>
3737
<dependencies>
3838
<dependency>
3939
<groupId>org.apache.ant</groupId>
4040
<artifactId>ant</artifactId>
41-
<version>1.10.6-SNAPSHOT</version>
41+
<version>1.10.7-SNAPSHOT</version>
4242
<scope>compile</scope>
4343
</dependency>
4444
<dependency>

src/etc/poms/ant-apache-oro/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,19 @@
2727
<groupId>org.apache.ant</groupId>
2828
<artifactId>ant-parent</artifactId>
2929
<relativePath>../pom.xml</relativePath>
30-
<version>1.10.6-SNAPSHOT</version>
30+
<version>1.10.7-SNAPSHOT</version>
3131
</parent>
3232
<modelVersion>4.0.0</modelVersion>
3333
<url>http://ant.apache.org/</url>
3434
<groupId>org.apache.ant</groupId>
3535
<artifactId>ant-apache-oro</artifactId>
36-
<version>1.10.6-SNAPSHOT</version>
36+
<version>1.10.7-SNAPSHOT</version>
3737
<name>Apache Ant + Apache Oro</name>
3838
<dependencies>
3939
<dependency>
4040
<groupId>org.apache.ant</groupId>
4141
<artifactId>ant</artifactId>
42-
<version>1.10.6-SNAPSHOT</version>
42+
<version>1.10.7-SNAPSHOT</version>
4343
<scope>compile</scope>
4444
</dependency>
4545
<dependency>

src/etc/poms/ant-apache-regexp/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,19 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
2626
<groupId>org.apache.ant</groupId>
2727
<artifactId>ant-parent</artifactId>
2828
<relativePath>../pom.xml</relativePath>
29-
<version>1.10.6-SNAPSHOT</version>
29+
<version>1.10.7-SNAPSHOT</version>
3030
</parent>
3131
<modelVersion>4.0.0</modelVersion>
3232
<url>http://ant.apache.org/</url>
3333
<groupId>org.apache.ant</groupId>
3434
<artifactId>ant-apache-regexp</artifactId>
35-
<version>1.10.6-SNAPSHOT</version>
35+
<version>1.10.7-SNAPSHOT</version>
3636
<name>Apache Ant + Apache Regexp</name>
3737
<dependencies>
3838
<dependency>
3939
<groupId>org.apache.ant</groupId>
4040
<artifactId>ant</artifactId>
41-
<version>1.10.6-SNAPSHOT</version>
41+
<version>1.10.7-SNAPSHOT</version>
4242
<scope>compile</scope>
4343
</dependency>
4444
<dependency>

src/etc/poms/ant-apache-resolver/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,19 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
2626
<groupId>org.apache.ant</groupId>
2727
<artifactId>ant-parent</artifactId>
2828
<relativePath>../pom.xml</relativePath>
29-
<version>1.10.6-SNAPSHOT</version>
29+
<version>1.10.7-SNAPSHOT</version>
3030
</parent>
3131
<modelVersion>4.0.0</modelVersion>
3232
<url>http://ant.apache.org/</url>
3333
<groupId>org.apache.ant</groupId>
3434
<artifactId>ant-apache-resolver</artifactId>
35-
<version>1.10.6-SNAPSHOT</version>
35+
<version>1.10.7-SNAPSHOT</version>
3636
<name>Apache Ant + Apache Resolver</name>
3737
<dependencies>
3838
<dependency>
3939
<groupId>org.apache.ant</groupId>
4040
<artifactId>ant</artifactId>
41-
<version>1.10.6-SNAPSHOT</version>
41+
<version>1.10.7-SNAPSHOT</version>
4242
<scope>compile</scope>
4343
</dependency>
4444
<dependency>

src/etc/poms/ant-apache-xalan2/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,20 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
2626
<groupId>org.apache.ant</groupId>
2727
<artifactId>ant-parent</artifactId>
2828
<relativePath>../pom.xml</relativePath>
29-
<version>1.10.6-SNAPSHOT</version>
29+
<version>1.10.7-SNAPSHOT</version>
3030
</parent>
3131
<modelVersion>4.0.0</modelVersion>
3232
<url>http://ant.apache.org/</url>
3333
<groupId>org.apache.ant</groupId>
3434
<artifactId>ant-apache-xalan2</artifactId>
35-
<version>1.10.6-SNAPSHOT</version>
35+
<version>1.10.7-SNAPSHOT</version>
3636
<name>Apache Ant + Xalan 2</name>
3737
<description>contains Xalan2-specific features</description>
3838
<dependencies>
3939
<dependency>
4040
<groupId>org.apache.ant</groupId>
4141
<artifactId>ant</artifactId>
42-
<version>1.10.6-SNAPSHOT</version>
42+
<version>1.10.7-SNAPSHOT</version>
4343
<scope>compile</scope>
4444
</dependency>
4545
<dependency>

src/etc/poms/ant-commons-logging/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,20 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
2626
<groupId>org.apache.ant</groupId>
2727
<artifactId>ant-parent</artifactId>
2828
<relativePath>../pom.xml</relativePath>
29-
<version>1.10.6-SNAPSHOT</version>
29+
<version>1.10.7-SNAPSHOT</version>
3030
</parent>
3131
<modelVersion>4.0.0</modelVersion>
3232
<url>http://ant.apache.org/</url>
3333
<groupId>org.apache.ant</groupId>
3434
<artifactId>ant-commons-logging</artifactId>
35-
<version>1.10.6-SNAPSHOT</version>
35+
<version>1.10.7-SNAPSHOT</version>
3636
<name>Apache Ant + Commons Logging</name>
3737
<description>Ant Listener based on commons-logging</description>
3838
<dependencies>
3939
<dependency>
4040
<groupId>org.apache.ant</groupId>
4141
<artifactId>ant</artifactId>
42-
<version>1.10.6-SNAPSHOT</version>
42+
<version>1.10.7-SNAPSHOT</version>
4343
<scope>compile</scope>
4444
</dependency>
4545
<dependency>

src/etc/poms/ant-commons-net/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,20 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
2626
<groupId>org.apache.ant</groupId>
2727
<artifactId>ant-parent</artifactId>
2828
<relativePath>../pom.xml</relativePath>
29-
<version>1.10.6-SNAPSHOT</version>
29+
<version>1.10.7-SNAPSHOT</version>
3030
</parent>
3131
<modelVersion>4.0.0</modelVersion>
3232
<url>http://ant.apache.org/</url>
3333
<groupId>org.apache.ant</groupId>
3434
<artifactId>ant-commons-net</artifactId>
35-
<version>1.10.6-SNAPSHOT</version>
35+
<version>1.10.7-SNAPSHOT</version>
3636
<name>Apache Ant + Commons Net</name>
3737
<description>ftp, rexec and telnet tasks</description>
3838
<dependencies>
3939
<dependency>
4040
<groupId>org.apache.ant</groupId>
4141
<artifactId>ant</artifactId>
42-
<version>1.10.6-SNAPSHOT</version>
42+
<version>1.10.7-SNAPSHOT</version>
4343
<scope>compile</scope>
4444
</dependency>
4545
<dependency>

src/etc/poms/ant-imageio/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,20 +27,20 @@
2727
<groupId>org.apache.ant</groupId>
2828
<artifactId>ant-parent</artifactId>
2929
<relativePath>../pom.xml</relativePath>
30-
<version>1.10.6-SNAPSHOT</version>
30+
<version>1.10.7-SNAPSHOT</version>
3131
</parent>
3232
<modelVersion>4.0.0</modelVersion>
3333
<url>http://ant.apache.org/</url>
3434
<groupId>org.apache.ant</groupId>
3535
<artifactId>ant-imageio</artifactId>
36-
<version>1.10.6-SNAPSHOT</version>
36+
<version>1.10.7-SNAPSHOT</version>
3737
<name>Apache Ant + ImageIO</name>
3838
<description>imageio task and corresponding types.</description>
3939
<dependencies>
4040
<dependency>
4141
<groupId>org.apache.ant</groupId>
4242
<artifactId>ant</artifactId>
43-
<version>1.10.6-SNAPSHOT</version>
43+
<version>1.10.7-SNAPSHOT</version>
4444
<scope>compile</scope>
4545
</dependency>
4646
</dependencies>

src/etc/poms/ant-jai/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,21 +27,21 @@
2727
<groupId>org.apache.ant</groupId>
2828
<artifactId>ant-parent</artifactId>
2929
<relativePath>../pom.xml</relativePath>
30-
<version>1.10.6-SNAPSHOT</version>
30+
<version>1.10.7-SNAPSHOT</version>
3131
</parent>
3232
<modelVersion>4.0.0</modelVersion>
3333
<url>http://ant.apache.org/</url>
3434
<groupId>org.apache.ant</groupId>
3535
<artifactId>ant-jai</artifactId>
36-
<version>1.10.6-SNAPSHOT</version>
36+
<version>1.10.7-SNAPSHOT</version>
3737
<name>Apache Ant + JAI</name>
3838
<description>image task and corresponding types.
3939
</description>
4040
<dependencies>
4141
<dependency>
4242
<groupId>org.apache.ant</groupId>
4343
<artifactId>ant</artifactId>
44-
<version>1.10.6-SNAPSHOT</version>
44+
<version>1.10.7-SNAPSHOT</version>
4545
<scope>compile</scope>
4646
</dependency>
4747
<dependency>

src/etc/poms/ant-javamail/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
2626
<groupId>org.apache.ant</groupId>
2727
<artifactId>ant-parent</artifactId>
2828
<relativePath>../pom.xml</relativePath>
29-
<version>1.10.6-SNAPSHOT</version>
29+
<version>1.10.7-SNAPSHOT</version>
3030
</parent>
3131
<modelVersion>4.0.0</modelVersion>
3232
<url>http://ant.apache.org/</url>
3333
<groupId>org.apache.ant</groupId>
3434
<artifactId>ant-javamail</artifactId>
35-
<version>1.10.6-SNAPSHOT</version>
35+
<version>1.10.7-SNAPSHOT</version>
3636
<name>Apache Ant + JavaMail</name>
3737
<description>implementation of the mail task based on javamail.
3838
Required to send emails to SMTP servers using user/password combinations
@@ -41,7 +41,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/ma
4141
<dependency>
4242
<groupId>org.apache.ant</groupId>
4343
<artifactId>ant</artifactId>
44-
<version>1.10.6-SNAPSHOT</version>
44+
<version>1.10.7-SNAPSHOT</version>
4545
<scope>compile</scope>
4646
</dependency>
4747
<dependency>

src/etc/poms/ant-jdepend/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,21 +27,21 @@
2727
<groupId>org.apache.ant</groupId>
2828
<artifactId>ant-parent</artifactId>
2929
<relativePath>../pom.xml</relativePath>
30-
<version>1.10.6-SNAPSHOT</version>
30+
<version>1.10.7-SNAPSHOT</version>
3131
</parent>
3232
<modelVersion>4.0.0</modelVersion>
3333
<url>http://ant.apache.org/</url>
3434
<groupId>org.apache.ant</groupId>
3535
<artifactId>ant-jdepend</artifactId>
36-
<version>1.10.6-SNAPSHOT</version>
36+
<version>1.10.7-SNAPSHOT</version>
3737
<name>Apache Ant + JDepend</name>
3838
<description>task jdepend invoking the jdepend parser. There is also a version 2.9.1 of the
3939
jdepend parser available on the maven repository</description>
4040
<dependencies>
4141
<dependency>
4242
<groupId>org.apache.ant</groupId>
4343
<artifactId>ant</artifactId>
44-
<version>1.10.6-SNAPSHOT</version>
44+
<version>1.10.7-SNAPSHOT</version>
4545
<scope>compile</scope>
4646
</dependency>
4747
<dependency>

0 commit comments

Comments
 (0)