Skip to content

Commit

Permalink
Prepare for RC1 of version 1.10.14 of Ant
Browse files Browse the repository at this point in the history
  • Loading branch information
jaikiran committed Aug 16, 2023
1 parent 8778136 commit 53f19ec
Show file tree
Hide file tree
Showing 29 changed files with 82 additions and 82 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
<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.14"/>
<!-- 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="pom.version" value="1.10.14"/>
<property name="manifest-version" value="1.10.14"/>
<property name="bootstrap.jar" value="ant-bootstrap.jar"/>

Expand Down
4 changes: 2 additions & 2 deletions 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.14"
summary: Apache Ant
description: |
Apache Ant™ is a Java library and command-line tool whose mission is
Expand All @@ -32,7 +32,7 @@ description: |
will need a Java Development Kit rather than just a Java Runtime
Environment.
confinement: classic
grade: devel
grade: stable
base: core18
license: Apache-2.0
architectures:
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.14</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.14</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.14</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.14</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.14</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.14</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.14</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.14</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.14</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="http://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.14</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.14</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.14</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.14</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.14</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.14</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="http://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.14</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.14</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.14</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="http://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.14</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.14</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.14</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="http://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.14</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.14</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.14</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="http://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.14</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.14</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.14</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="http://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.14</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.14</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.14</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.14</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.14</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.14</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.14</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.14</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.14</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="http://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.14</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.14</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="http://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.14</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions src/etc/poms/ant-javamail/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ xsi:schemaLocation="http://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.14</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<url>https://ant.apache.org/</url>
<groupId>org.apache.ant</groupId>
<artifactId>ant-javamail</artifactId>
<version>1.10.14-SNAPSHOT</version>
<version>1.10.14</version>
<name>Apache Ant + JavaMail</name>
<description>implementation of the mail task based on javamail.
Required to send emails to SMTP servers using user/password combinations
Expand All @@ -41,7 +41,7 @@ xsi:schemaLocation="http://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.14</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
6 changes: 3 additions & 3 deletions src/etc/poms/ant-jdepend/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.14</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<url>https://ant.apache.org/</url>
<groupId>org.apache.ant</groupId>
<artifactId>ant-jdepend</artifactId>
<version>1.10.14-SNAPSHOT</version>
<version>1.10.14</version>
<name>Apache Ant + JDepend</name>
<description>task jdepend invoking the jdepend parser. There is also a version 2.9.1 of the
jdepend parser available on the maven repository</description>
<dependencies>
<dependency>
<groupId>org.apache.ant</groupId>
<artifactId>ant</artifactId>
<version>1.10.14-SNAPSHOT</version>
<version>1.10.14</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 53f19ec

Please sign in to comment.