Skip to content

Commit

Permalink
Release 1.10.14 of Ant and update for next version
Browse files Browse the repository at this point in the history
  • Loading branch information
jaikiran committed Aug 20, 2023
1 parent 8778136 commit 54e1400
Show file tree
Hide file tree
Showing 34 changed files with 100 additions and 89 deletions.
11 changes: 11 additions & 0 deletions WHATSNEW
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Changes from Ant 1.10.14 TO Ant 1.10.15
=======================================


Changes from Ant 1.10.13 TO Ant 1.10.14
=======================================

Expand Down Expand Up @@ -54,6 +58,13 @@ Fixed bugs:
failures involving junit jupiter dynamic tests. This has now been
fixed.
Github Pull Request #122

* allow.class which was introduced in Ant 1.10.13 release, has been
removed from this 1.10.14 release. This class was introduced in
context of the SecurityManager changes in Ant 1.10.13, which have
now been reverted in Ant 1.10.14, since they caused several
regressions.
Bugzilla Reports 66828, 66951

Other changes:
--------------
Expand Down
6 changes: 3 additions & 3 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
<property name="name" value="ant"/>
<!-- this is the directory corresponding to groupId of Ant in the Maven repository -->
<property name="groupid" value="org/apache/ant"/>
<property name="project.version" value="1.10.14alpha"/>
<property name="project.version" value="1.10.15alpha"/>
<!-- pom.version is used when doing a distribution and must match with what is checked in under src/etc/poms -->
<property name="pom.version" value="1.10.14-SNAPSHOT"/>
<property name="manifest-version" value="1.10.14"/>
<property name="pom.version" value="1.10.15-SNAPSHOT"/>
<property name="manifest-version" value="1.10.15"/>
<property name="bootstrap.jar" value="ant-bootstrap.jar"/>

<property name="ant.package" value="org/apache/tools/ant"/>
Expand Down
6 changes: 3 additions & 3 deletions manual/cover.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@

<head>
<link rel="stylesheet" type="text/css" href="stylesheets/style.css">
<title>Apache Ant 1.10.14User Manual</title>
<title>Apache Ant 1.10.15 User Manual</title>
</head>

<body>
<h1 class="center"><img src="images/ant_logo_large.gif" width="190" height="120" alt="Apache Ant logo"></h1>
<h1 class="center">Apache Ant&trade; 1.10.14 Manual</h1>
<p>This is the manual for version 1.10.14 of <a href="https://ant.apache.org/" target="_top">Apache Ant</a>. If your
<h1 class="center">Apache Ant&trade; 1.10.15 Manual</h1>
<p>This is the manual for version 1.10.15 of <a href="https://ant.apache.org/" target="_top">Apache Ant</a>. If your
version of Ant (as verified with <kbd>ant -version</kbd>) is older or newer than this version then this is not the
correct manual set. Please use the documentation appropriate to your current version. Also, if you are using a
version older than the most recent release, we recommend an upgrade to fix bugs as well as provide new
Expand Down
2 changes: 1 addition & 1 deletion manual/credits.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ <h1 class="center">Apache Ant User Manual</h1>
<li>Craeg Strong (<a href="mailto:[email protected]">[email protected]</a>)</li>
</ul>

<p class="center">Version: 1.10.14</p>
<p class="center">Version: 1.10.15</p>

</body>
</html>
2 changes: 1 addition & 1 deletion release/ivy.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://ant.apache.org/ivy/schemas/ivy.xsd">
<info organisation="org/apache"
module="ant" revision="1.10.14"/>
module="ant" revision="1.10.15"/>
<publications xmlns:e="urn:ant.apache.org:ivy-extras">
<artifact name="ant-parent" type="pom" ext="pom"/>
<artifact name="ant-parent" type="pom.asc" ext="pom.asc"/>
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# limitations under the License.

name: ant
version: "1.10.14alpha"
version: "1.10.15alpha"
summary: Apache Ant
description: |
Apache Ant™ is a Java library and command-line tool whose mission is
Expand Down
6 changes: 3 additions & 3 deletions src/etc/poms/ant-antlr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,21 @@
<groupId>org.apache.ant</groupId>
<artifactId>ant-parent</artifactId>
<relativePath>../pom.xml</relativePath>
<version>1.10.14-SNAPSHOT</version>
<version>1.10.15-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<url>https://ant.apache.org/</url>
<groupId>org.apache.ant</groupId>
<artifactId>ant-antlr</artifactId>
<version>1.10.14-SNAPSHOT</version>
<version>1.10.15-SNAPSHOT</version>
<name>Apache Ant + ANTLR</name>
<description>antlr specific task.
The implementation forks a java process, therefore the antlr jar file is only needed at runtime</description>
<dependencies>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>1.10.14-SNAPSHOT</version>
<version>1.10.15-SNAPSHOT</version>
<optional>true</optional>
<scope>compile</scope>
</dependency>
Expand Down
6 changes: 3 additions & 3 deletions src/etc/poms/ant-apache-bcel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,19 @@
<groupId>org.apache.ant</groupId>
<artifactId>ant-parent</artifactId>
<relativePath>../pom.xml</relativePath>
<version>1.10.14-SNAPSHOT</version>
<version>1.10.15-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<url>https://ant.apache.org/</url>
<groupId>org.apache.ant</groupId>
<artifactId>ant-apache-bcel</artifactId>
<version>1.10.14-SNAPSHOT</version>
<version>1.10.15-SNAPSHOT</version>
<name>Apache Ant + BCEL</name>
<dependencies>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>1.10.14-SNAPSHOT</version>
<version>1.10.15-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions src/etc/poms/ant-apache-bsf/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,19 @@
<groupId>org.apache.ant</groupId>
<artifactId>ant-parent</artifactId>
<relativePath>../pom.xml</relativePath>
<version>1.10.14-SNAPSHOT</version>
<version>1.10.15-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<url>https://ant.apache.org/</url>
<groupId>org.apache.ant</groupId>
<artifactId>ant-apache-bsf</artifactId>
<version>1.10.14-SNAPSHOT</version>
<version>1.10.15-SNAPSHOT</version>
<name>Apache Ant + BSF</name>
<dependencies>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>1.10.14-SNAPSHOT</version>
<version>1.10.15-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions src/etc/poms/ant-apache-log4j/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,19 @@ xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/m
<groupId>org.apache.ant</groupId>
<artifactId>ant-parent</artifactId>
<relativePath>../pom.xml</relativePath>
<version>1.10.14-SNAPSHOT</version>
<version>1.10.15-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<url>https://ant.apache.org/</url>
<groupId>org.apache.ant</groupId>
<artifactId>ant-apache-log4j</artifactId>
<version>1.10.14-SNAPSHOT</version>
<version>1.10.15-SNAPSHOT</version>
<name>Apache Ant + Log4J</name>
<dependencies>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>1.10.14-SNAPSHOT</version>
<version>1.10.15-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions src/etc/poms/ant-apache-oro/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,19 +27,19 @@
<groupId>org.apache.ant</groupId>
<artifactId>ant-parent</artifactId>
<relativePath>../pom.xml</relativePath>
<version>1.10.14-SNAPSHOT</version>
<version>1.10.15-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<url>https://ant.apache.org/</url>
<groupId>org.apache.ant</groupId>
<artifactId>ant-apache-oro</artifactId>
<version>1.10.14-SNAPSHOT</version>
<version>1.10.15-SNAPSHOT</version>
<name>Apache Ant + Apache Oro</name>
<dependencies>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>1.10.14-SNAPSHOT</version>
<version>1.10.15-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions src/etc/poms/ant-apache-regexp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,19 @@ xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/m
<groupId>org.apache.ant</groupId>
<artifactId>ant-parent</artifactId>
<relativePath>../pom.xml</relativePath>
<version>1.10.14-SNAPSHOT</version>
<version>1.10.15-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<url>https://ant.apache.org/</url>
<groupId>org.apache.ant</groupId>
<artifactId>ant-apache-regexp</artifactId>
<version>1.10.14-SNAPSHOT</version>
<version>1.10.15-SNAPSHOT</version>
<name>Apache Ant + Apache Regexp</name>
<dependencies>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>1.10.14-SNAPSHOT</version>
<version>1.10.15-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions src/etc/poms/ant-apache-resolver/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,19 @@ xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/m
<groupId>org.apache.ant</groupId>
<artifactId>ant-parent</artifactId>
<relativePath>../pom.xml</relativePath>
<version>1.10.14-SNAPSHOT</version>
<version>1.10.15-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<url>https://ant.apache.org/</url>
<groupId>org.apache.ant</groupId>
<artifactId>ant-apache-resolver</artifactId>
<version>1.10.14-SNAPSHOT</version>
<version>1.10.15-SNAPSHOT</version>
<name>Apache Ant + Apache Resolver</name>
<dependencies>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>1.10.14-SNAPSHOT</version>
<version>1.10.15-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions src/etc/poms/ant-apache-xalan2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,20 @@ xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/m
<groupId>org.apache.ant</groupId>
<artifactId>ant-parent</artifactId>
<relativePath>../pom.xml</relativePath>
<version>1.10.14-SNAPSHOT</version>
<version>1.10.15-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<url>https://ant.apache.org/</url>
<groupId>org.apache.ant</groupId>
<artifactId>ant-apache-xalan2</artifactId>
<version>1.10.14-SNAPSHOT</version>
<version>1.10.15-SNAPSHOT</version>
<name>Apache Ant + Xalan 2</name>
<description>contains Xalan2-specific features</description>
<dependencies>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>1.10.14-SNAPSHOT</version>
<version>1.10.15-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions src/etc/poms/ant-commons-logging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,20 @@ xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/m
<groupId>org.apache.ant</groupId>
<artifactId>ant-parent</artifactId>
<relativePath>../pom.xml</relativePath>
<version>1.10.14-SNAPSHOT</version>
<version>1.10.15-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<url>https://ant.apache.org/</url>
<groupId>org.apache.ant</groupId>
<artifactId>ant-commons-logging</artifactId>
<version>1.10.14-SNAPSHOT</version>
<version>1.10.15-SNAPSHOT</version>
<name>Apache Ant + Commons Logging</name>
<description>Ant Listener based on commons-logging</description>
<dependencies>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>1.10.14-SNAPSHOT</version>
<version>1.10.15-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions src/etc/poms/ant-commons-net/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,20 +26,20 @@ xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/m
<groupId>org.apache.ant</groupId>
<artifactId>ant-parent</artifactId>
<relativePath>../pom.xml</relativePath>
<version>1.10.14-SNAPSHOT</version>
<version>1.10.15-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<url>https://ant.apache.org/</url>
<groupId>org.apache.ant</groupId>
<artifactId>ant-commons-net</artifactId>
<version>1.10.14-SNAPSHOT</version>
<version>1.10.15-SNAPSHOT</version>
<name>Apache Ant + Commons Net</name>
<description>ftp, rexec and telnet tasks</description>
<dependencies>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>1.10.14-SNAPSHOT</version>
<version>1.10.15-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions src/etc/poms/ant-imageio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,20 +27,20 @@
<groupId>org.apache.ant</groupId>
<artifactId>ant-parent</artifactId>
<relativePath>../pom.xml</relativePath>
<version>1.10.14-SNAPSHOT</version>
<version>1.10.15-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<url>https://ant.apache.org/</url>
<groupId>org.apache.ant</groupId>
<artifactId>ant-imageio</artifactId>
<version>1.10.14-SNAPSHOT</version>
<version>1.10.15-SNAPSHOT</version>
<name>Apache Ant + ImageIO</name>
<description>imageio task and corresponding types.</description>
<dependencies>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>1.10.14-SNAPSHOT</version>
<version>1.10.15-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
</dependencies>
Expand Down
6 changes: 3 additions & 3 deletions src/etc/poms/ant-jai/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,21 @@
<groupId>org.apache.ant</groupId>
<artifactId>ant-parent</artifactId>
<relativePath>../pom.xml</relativePath>
<version>1.10.14-SNAPSHOT</version>
<version>1.10.15-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<url>https://ant.apache.org/</url>
<groupId>org.apache.ant</groupId>
<artifactId>ant-jai</artifactId>
<version>1.10.14-SNAPSHOT</version>
<version>1.10.15-SNAPSHOT</version>
<name>Apache Ant + JAI</name>
<description>image task and corresponding types.
</description>
<dependencies>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>1.10.14-SNAPSHOT</version>
<version>1.10.15-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions src/etc/poms/ant-jakartamail/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/m
<groupId>org.apache.ant</groupId>
<artifactId>ant-parent</artifactId>
<relativePath>../pom.xml</relativePath>
<version>1.10.14-SNAPSHOT</version>
<version>1.10.15-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<url>https://ant.apache.org/</url>
<groupId>org.apache.ant</groupId>
<artifactId>ant-jakartamail</artifactId>
<version>1.10.14-SNAPSHOT</version>
<version>1.10.15-SNAPSHOT</version>
<name>Apache Ant + JakartaMail</name>
<description>implementation of the mail task based on Jakarta EE mail.
Required to send emails to SMTP servers using user/password combinations
Expand All @@ -41,7 +41,7 @@ xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/m
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>1.10.14-SNAPSHOT</version>
<version>1.10.15-SNAPSHOT</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
Loading

0 comments on commit 54e1400

Please sign in to comment.