This is an automated email from the ASF dual-hosted git repository. asf-gitbox-commits pushed a commit to annotated tag ANT_1.10.18_RC1 in repository https://gitbox.apache.org/repos/asf/ant.git
commit 803411d1b9f9eae433abe555c580b4b05d5e80a8 Author: Stefan Bodewig <[email protected]> AuthorDate: Thu Sep 3 18:23:41 2026 +0200 Prepare for RC1 of version 1.10.18 of Ant --- build.xml | 116 +++++++++++++++---------------- snap/snapcraft.yaml | 4 +- src/etc/poms/ant-antlr/pom.xml | 6 +- src/etc/poms/ant-apache-bcel/pom.xml | 6 +- src/etc/poms/ant-apache-bsf/pom.xml | 6 +- src/etc/poms/ant-apache-log4j/pom.xml | 6 +- src/etc/poms/ant-apache-oro/pom.xml | 6 +- src/etc/poms/ant-apache-regexp/pom.xml | 6 +- src/etc/poms/ant-apache-resolver/pom.xml | 6 +- src/etc/poms/ant-apache-xalan2/pom.xml | 6 +- src/etc/poms/ant-commons-logging/pom.xml | 6 +- src/etc/poms/ant-commons-net/pom.xml | 6 +- src/etc/poms/ant-imageio/pom.xml | 6 +- src/etc/poms/ant-jai/pom.xml | 6 +- src/etc/poms/ant-jakartamail/pom.xml | 6 +- src/etc/poms/ant-javamail/pom.xml | 6 +- src/etc/poms/ant-jdepend/pom.xml | 6 +- src/etc/poms/ant-jmf/pom.xml | 6 +- src/etc/poms/ant-jsch/pom.xml | 6 +- src/etc/poms/ant-junit/pom.xml | 6 +- src/etc/poms/ant-junit4/pom.xml | 6 +- src/etc/poms/ant-junitlauncher/pom.xml | 6 +- src/etc/poms/ant-launcher/pom.xml | 4 +- src/etc/poms/ant-netrexx/pom.xml | 6 +- src/etc/poms/ant-swing/pom.xml | 6 +- src/etc/poms/ant-testutil/pom.xml | 6 +- src/etc/poms/ant-xz/pom.xml | 6 +- src/etc/poms/ant/pom.xml | 6 +- src/etc/poms/pom.xml | 2 +- 29 files changed, 138 insertions(+), 138 deletions(-) diff --git a/build.xml b/build.xml index 0f00e7061..6c3c22b5c 100644 --- a/build.xml +++ b/build.xml @@ -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.18alpha"/> + <property name="project.version" value="1.10.18"/> <!-- 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.18-SNAPSHOT"/> + <property name="pom.version" value="1.10.18"/> <property name="manifest-version" value="1.10.18"/> <property name="bootstrap.jar" value="ant-bootstrap.jar"/> @@ -2463,10 +2463,10 @@ ${antunit.reports} <optional-sbom dep="apache-oro" nameSuffix="+ Apache Oro"/> <cdx:component id="cdx-apache-bcel"> - <cdx:sbomLink> + <sbomLink> <url url="https://repo1.maven.org/maven2/org/apache/bcel/bcel/${bcel.version}/bcel-${bcel.version}-cyclonedx.json"/> - </cdx:sbomLink> + </sbomLink> </cdx:component> <optional-sbom dep="apache-bcel" nameSuffix="+ BCEL"/> @@ -2534,10 +2534,10 @@ ${antunit.reports} <optional-sbom dep="netrexx" nameSuffix="+ NetRexx"/> <cdx:component id="cdx-commons-net"> - <cdx:sbomLink> + <sbomLink> <url url="https://repo1.maven.org/maven2/commons-net/commons-net/${commons-net.version}/commons-net-${commons-net.version}-cyclonedx.json"/> - </cdx:sbomLink> + </sbomLink> </cdx:component> <optional-sbom dep="commons-net" nameSuffix="+ Commons Net"/> @@ -2790,207 +2790,207 @@ ${antunit.reports} descriptionsuffix="Binary Distribution"> <componentChildren> <component> - <cdx:sbomLink> + <sbomLink> <file file="${build.lib}/ant-launcher.cdx.json"/> - </cdx:sbomLink> + </sbomLink> <file file="${build.lib}/ant-launcher.jar"/> </component> <dependency componentRef="cdx-ant-launcher"/> <component> - <cdx:sbomLink> + <sbomLink> <file file="${build.lib}/ant.cdx.json"/> - </cdx:sbomLink> + </sbomLink> <file file="${build.lib}/ant.jar"/> </component> <dependency componentRef="cdx-ant"/> <component scope="optional" if:set="antlr.present" xmlns:if="ant:if"> - <cdx:sbomLink> + <sbomLink> <file file="${build.lib}/ant-antlr.cdx.json"/> - </cdx:sbomLink> + </sbomLink> <file file="${build.lib}/ant-antlr.jar"/> </component> <dependency componentRef="cdx-ant-antlr" if:set="antlr.present" xmlns:if="ant:if"/> <component scope="optional" if:set="apache-bcel.present" xmlns:if="ant:if"> - <cdx:sbomLink> + <sbomLink> <file file="${build.lib}/ant-apache-bcel.cdx.json"/> - </cdx:sbomLink> + </sbomLink> <file file="${build.lib}/ant-apache-bcel.jar"/> </component> <dependency componentRef="cdx-ant-apache-bcel" if:set="apache-bcel.present" xmlns:if="ant:if"/> <component scope="optional" if:set="apache-bcel.present" xmlns:if="ant:if"> - <cdx:sbomLink> + <sbomLink> <file file="${build.lib}/ant-apache-bsf.cdx.json"/> - </cdx:sbomLink> + </sbomLink> <file file="${build.lib}/ant-apache-bsf.jar"/> </component> <dependency componentRef="cdx-ant-apache-bsf" if:set="apache-bcel.present" xmlns:if="ant:if"/> <component scope="optional" if:set="apache-log4j.present" xmlns:if="ant:if"> - <cdx:sbomLink> + <sbomLink> <file file="${build.lib}/ant-apache-log4j.cdx.json"/> - </cdx:sbomLink> + </sbomLink> <file file="${build.lib}/ant-apache-log4j.jar"/> </component> <dependency componentRef="cdx-ant-apache-log4j" if:set="apache-log4j.present" xmlns:if="ant:if"/> <component scope="optional" if:set="apache-oro.present" xmlns:if="ant:if"> - <cdx:sbomLink> + <sbomLink> <file file="${build.lib}/ant-apache-oro.cdx.json"/> - </cdx:sbomLink> + </sbomLink> <file file="${build.lib}/ant-apache-oro.jar"/> </component> <dependency componentRef="cdx-ant-apache-oro" if:set="apache-oro.present" xmlns:if="ant:if"/> <component scope="optional" if:set="apache-regexp.present" xmlns:if="ant:if"> - <cdx:sbomLink> + <sbomLink> <file file="${build.lib}/ant-apache-regexp.cdx.json"/> - </cdx:sbomLink> + </sbomLink> <file file="${build.lib}/ant-apache-regexp.jar"/> </component> <dependency componentRef="cdx-ant-apache-regexp" if:set="apache-regexp.present" xmlns:if="ant:if"/> <component scope="optional" if:set="apache-resolver.present" xmlns:if="ant:if"> - <cdx:sbomLink> + <sbomLink> <file file="${build.lib}/ant-apache-resolver.cdx.json"/> - </cdx:sbomLink> + </sbomLink> <file file="${build.lib}/ant-apache-resolver.jar"/> </component> <dependency componentRef="cdx-ant-apache-resolver" if:set="apache-resolver.present" xmlns:if="ant:if"/> <component scope="optional" if:set="apache-xalan2.present" xmlns:if="ant:if"> - <cdx:sbomLink> + <sbomLink> <file file="${build.lib}/ant-apache-xalan2.cdx.json"/> - </cdx:sbomLink> + </sbomLink> <file file="${build.lib}/ant-apache-xalan2.jar"/> </component> <dependency componentRef="cdx-ant-apache-xalan2" if:set="apache-xalan2.present" xmlns:if="ant:if"/> <component scope="optional" if:set="commons-logging.present" xmlns:if="ant:if"> - <cdx:sbomLink> + <sbomLink> <file file="${build.lib}/ant-commons-logging.cdx.json"/> - </cdx:sbomLink> + </sbomLink> <file file="${build.lib}/ant-commons-logging.jar"/> </component> <dependency componentRef="cdx-ant-commons-logging" if:set="commons-logging.present" xmlns:if="ant:if"/> <component scope="optional" if:set="commons-net.present" xmlns:if="ant:if"> - <cdx:sbomLink> + <sbomLink> <file file="${build.lib}/ant-commons-net.cdx.json"/> - </cdx:sbomLink> + </sbomLink> <file file="${build.lib}/ant-commons-net.jar"/> </component> <dependency componentRef="cdx-ant-commons-net" if:set="commons-net.present" xmlns:if="ant:if"/> <component scope="optional" if:set="imageio.present" xmlns:if="ant:if"> - <cdx:sbomLink> + <sbomLink> <file file="${build.lib}/ant-imageio.cdx.json"/> - </cdx:sbomLink> + </sbomLink> <file file="${build.lib}/ant-imageio.jar"/> </component> <dependency componentRef="cdx-ant-imageio" if:set="imageio.present" xmlns:if="ant:if"/> <component scope="optional" if:set="jai.present" xmlns:if="ant:if"> - <cdx:sbomLink> + <sbomLink> <file file="${build.lib}/ant-jai.cdx.json"/> - </cdx:sbomLink> + </sbomLink> <file file="${build.lib}/ant-jai.jar"/> </component> <dependency componentRef="cdx-ant-jai" if:set="jai.present" xmlns:if="ant:if"/> <component scope="optional" if:set="jakartamail.present" xmlns:if="ant:if"> - <cdx:sbomLink> + <sbomLink> <file file="${build.lib}/ant-jakartamail.cdx.json"/> - </cdx:sbomLink> + </sbomLink> <file file="${build.lib}/ant-jakartamail.jar"/> </component> <dependency componentRef="cdx-ant-jakartamail" if:set="jakartamail.present" xmlns:if="ant:if"/> <component scope="optional" if:set="javamail.present" xmlns:if="ant:if"> - <cdx:sbomLink> + <sbomLink> <file file="${build.lib}/ant-javamail.cdx.json"/> - </cdx:sbomLink> + </sbomLink> <file file="${build.lib}/ant-javamail.jar"/> </component> <dependency componentRef="cdx-ant-javamail" if:set="javamail.present" xmlns:if="ant:if"/> <component scope="optional" if:set="jdepend.present" xmlns:if="ant:if"> - <cdx:sbomLink> + <sbomLink> <file file="${build.lib}/ant-jdepend.cdx.json"/> - </cdx:sbomLink> + </sbomLink> <file file="${build.lib}/ant-jdepend.jar"/> </component> <dependency componentRef="cdx-ant-jdepend" if:set="jdepend.present" xmlns:if="ant:if"/> <component scope="optional" if:set="jmf.present" xmlns:if="ant:if"> - <cdx:sbomLink> + <sbomLink> <file file="${build.lib}/ant-jmf.cdx.json"/> - </cdx:sbomLink> + </sbomLink> <file file="${build.lib}/ant-jmf.jar"/> </component> <dependency componentRef="cdx-ant-jmf" if:set="jmf.present" xmlns:if="ant:if"/> <component scope="optional" if:set="jsch.present" xmlns:if="ant:if"> - <cdx:sbomLink> + <sbomLink> <file file="${build.lib}/ant-jsch.cdx.json"/> - </cdx:sbomLink> + </sbomLink> <file file="${build.lib}/ant-jsch.jar"/> </component> <dependency componentRef="cdx-ant-jsch" if:set="jsch.present" xmlns:if="ant:if"/> <component scope="optional" if:set="junit4.present" xmlns:if="ant:if"> - <cdx:sbomLink> + <sbomLink> <file file="${build.lib}/ant-junit4.cdx.json"/> - </cdx:sbomLink> + </sbomLink> <file file="${build.lib}/ant-junit4.jar"/> </component> <dependency componentRef="cdx-ant-junit4" if:set="junit4.present" xmlns:if="ant:if"/> <component scope="optional" if:set="junit.present" xmlns:if="ant:if"> - <cdx:sbomLink> + <sbomLink> <file file="${build.lib}/ant-junit.cdx.json"/> - </cdx:sbomLink> + </sbomLink> <file file="${build.lib}/ant-junit.jar"/> </component> <dependency componentRef="cdx-ant-junit" if:set="junit.present" xmlns:if="ant:if"/> <component scope="optional" if:set="junitlauncher.present" xmlns:if="ant:if"> - <cdx:sbomLink> + <sbomLink> <file file="${build.lib}/ant-junitlauncher.cdx.json"/> - </cdx:sbomLink> + </sbomLink> <file file="${build.lib}/ant-junitlauncher.jar"/> </component> <dependency componentRef="cdx-ant-junitlauncher" if:set="junitlauncher.present" xmlns:if="ant:if"/> <component scope="optional" if:set="netrexx.present" xmlns:if="ant:if"> - <cdx:sbomLink> + <sbomLink> <file file="${build.lib}/ant-netrexx.cdx.json"/> - </cdx:sbomLink> + </sbomLink> <file file="${build.lib}/ant-netrexx.jar"/> </component> <dependency componentRef="cdx-ant-netrexx" if:set="netrexx.present" xmlns:if="ant:if"/> <component scope="optional" if:set="swing.present" xmlns:if="ant:if"> - <cdx:sbomLink> + <sbomLink> <file file="${build.lib}/ant-swing.cdx.json"/> - </cdx:sbomLink> + </sbomLink> <file file="${build.lib}/ant-swing.jar"/> </component> <dependency componentRef="cdx-ant-swing" if:set="swing.present" xmlns:if="ant:if"/> <component scope="optional" if:set="xz.present" xmlns:if="ant:if"> - <cdx:sbomLink> + <sbomLink> <file file="${build.lib}/ant-xz.cdx.json"/> - </cdx:sbomLink> + </sbomLink> <file file="${build.lib}/ant-xz.jar"/> </component> <dependency componentRef="cdx-ant-xz" if:set="xz.present" xmlns:if="ant:if"/> <component scope="optional" if:set="junit4.present" xmlns:if="ant:if"> - <cdx:sbomLink> + <sbomLink> <file file="${build.lib}/ant-testutil.cdx.json"/> - </cdx:sbomLink> + </sbomLink> <file file="${build.lib}/ant-testutil.jar"/> </component> </componentChildren> diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 0ac8b6356..17ad19ddb 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -14,7 +14,7 @@ # limitations under the License. name: ant -version: "1.10.18alpha" +version: "1.10.18" title: Apache Ant summary: Apache Ant contact: @@ -43,7 +43,7 @@ description: | will need a Java Development Kit rather than just a Java Runtime Environment. confinement: classic -grade: devel +grade: stable base: core22 license: Apache-2.0 architectures: diff --git a/src/etc/poms/ant-antlr/pom.xml b/src/etc/poms/ant-antlr/pom.xml index b0cdcbd3b..24d6718d3 100644 --- a/src/etc/poms/ant-antlr/pom.xml +++ b/src/etc/poms/ant-antlr/pom.xml @@ -27,13 +27,13 @@ <groupId>org.apache.ant</groupId> <artifactId>ant-parent</artifactId> <relativePath>../pom.xml</relativePath> - <version>1.10.18-SNAPSHOT</version> + <version>1.10.18</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.18-SNAPSHOT</version> + <version>1.10.18</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> @@ -41,7 +41,7 @@ <dependency> <groupId>org.apache.ant</groupId> <artifactId>ant</artifactId> - <version>1.10.18-SNAPSHOT</version> + <version>1.10.18</version> <optional>true</optional> <scope>compile</scope> </dependency> diff --git a/src/etc/poms/ant-apache-bcel/pom.xml b/src/etc/poms/ant-apache-bcel/pom.xml index ad6f17171..327d7b386 100644 --- a/src/etc/poms/ant-apache-bcel/pom.xml +++ b/src/etc/poms/ant-apache-bcel/pom.xml @@ -27,19 +27,19 @@ <groupId>org.apache.ant</groupId> <artifactId>ant-parent</artifactId> <relativePath>../pom.xml</relativePath> - <version>1.10.18-SNAPSHOT</version> + <version>1.10.18</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.18-SNAPSHOT</version> + <version>1.10.18</version> <name>Apache Ant + BCEL</name> <dependencies> <dependency> <groupId>org.apache.ant</groupId> <artifactId>ant</artifactId> - <version>1.10.18-SNAPSHOT</version> + <version>1.10.18</version> <scope>compile</scope> </dependency> <dependency> diff --git a/src/etc/poms/ant-apache-bsf/pom.xml b/src/etc/poms/ant-apache-bsf/pom.xml index de822d8b5..196ce366e 100644 --- a/src/etc/poms/ant-apache-bsf/pom.xml +++ b/src/etc/poms/ant-apache-bsf/pom.xml @@ -27,19 +27,19 @@ <groupId>org.apache.ant</groupId> <artifactId>ant-parent</artifactId> <relativePath>../pom.xml</relativePath> - <version>1.10.18-SNAPSHOT</version> + <version>1.10.18</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.18-SNAPSHOT</version> + <version>1.10.18</version> <name>Apache Ant + BSF</name> <dependencies> <dependency> <groupId>org.apache.ant</groupId> <artifactId>ant</artifactId> - <version>1.10.18-SNAPSHOT</version> + <version>1.10.18</version> <scope>compile</scope> </dependency> <dependency> diff --git a/src/etc/poms/ant-apache-log4j/pom.xml b/src/etc/poms/ant-apache-log4j/pom.xml index b7b507ba4..b8eea34f3 100644 --- a/src/etc/poms/ant-apache-log4j/pom.xml +++ b/src/etc/poms/ant-apache-log4j/pom.xml @@ -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.18-SNAPSHOT</version> + <version>1.10.18</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.18-SNAPSHOT</version> + <version>1.10.18</version> <name>Apache Ant + Log4J</name> <dependencies> <dependency> <groupId>org.apache.ant</groupId> <artifactId>ant</artifactId> - <version>1.10.18-SNAPSHOT</version> + <version>1.10.18</version> <scope>compile</scope> </dependency> <dependency> diff --git a/src/etc/poms/ant-apache-oro/pom.xml b/src/etc/poms/ant-apache-oro/pom.xml index 12a01ad24..971ca7f16 100644 --- a/src/etc/poms/ant-apache-oro/pom.xml +++ b/src/etc/poms/ant-apache-oro/pom.xml @@ -27,19 +27,19 @@ <groupId>org.apache.ant</groupId> <artifactId>ant-parent</artifactId> <relativePath>../pom.xml</relativePath> - <version>1.10.18-SNAPSHOT</version> + <version>1.10.18</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.18-SNAPSHOT</version> + <version>1.10.18</version> <name>Apache Ant + Apache Oro</name> <dependencies> <dependency> <groupId>org.apache.ant</groupId> <artifactId>ant</artifactId> - <version>1.10.18-SNAPSHOT</version> + <version>1.10.18</version> <scope>compile</scope> </dependency> <dependency> diff --git a/src/etc/poms/ant-apache-regexp/pom.xml b/src/etc/poms/ant-apache-regexp/pom.xml index 2d438d485..16da6ba0c 100644 --- a/src/etc/poms/ant-apache-regexp/pom.xml +++ b/src/etc/poms/ant-apache-regexp/pom.xml @@ -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.18-SNAPSHOT</version> + <version>1.10.18</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.18-SNAPSHOT</version> + <version>1.10.18</version> <name>Apache Ant + Apache Regexp</name> <dependencies> <dependency> <groupId>org.apache.ant</groupId> <artifactId>ant</artifactId> - <version>1.10.18-SNAPSHOT</version> + <version>1.10.18</version> <scope>compile</scope> </dependency> <dependency> diff --git a/src/etc/poms/ant-apache-resolver/pom.xml b/src/etc/poms/ant-apache-resolver/pom.xml index b3e90f08e..b12ee4ef9 100644 --- a/src/etc/poms/ant-apache-resolver/pom.xml +++ b/src/etc/poms/ant-apache-resolver/pom.xml @@ -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.18-SNAPSHOT</version> + <version>1.10.18</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.18-SNAPSHOT</version> + <version>1.10.18</version> <name>Apache Ant + Apache Resolver</name> <dependencies> <dependency> <groupId>org.apache.ant</groupId> <artifactId>ant</artifactId> - <version>1.10.18-SNAPSHOT</version> + <version>1.10.18</version> <scope>compile</scope> </dependency> <dependency> diff --git a/src/etc/poms/ant-apache-xalan2/pom.xml b/src/etc/poms/ant-apache-xalan2/pom.xml index 89143f5c7..4fef99b10 100644 --- a/src/etc/poms/ant-apache-xalan2/pom.xml +++ b/src/etc/poms/ant-apache-xalan2/pom.xml @@ -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.18-SNAPSHOT</version> + <version>1.10.18</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.18-SNAPSHOT</version> + <version>1.10.18</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.18-SNAPSHOT</version> + <version>1.10.18</version> <scope>compile</scope> </dependency> <dependency> diff --git a/src/etc/poms/ant-commons-logging/pom.xml b/src/etc/poms/ant-commons-logging/pom.xml index cd2167532..0a680532a 100644 --- a/src/etc/poms/ant-commons-logging/pom.xml +++ b/src/etc/poms/ant-commons-logging/pom.xml @@ -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.18-SNAPSHOT</version> + <version>1.10.18</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.18-SNAPSHOT</version> + <version>1.10.18</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.18-SNAPSHOT</version> + <version>1.10.18</version> <scope>compile</scope> </dependency> <dependency> diff --git a/src/etc/poms/ant-commons-net/pom.xml b/src/etc/poms/ant-commons-net/pom.xml index 1775a69e7..22d3ca4b4 100644 --- a/src/etc/poms/ant-commons-net/pom.xml +++ b/src/etc/poms/ant-commons-net/pom.xml @@ -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.18-SNAPSHOT</version> + <version>1.10.18</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.18-SNAPSHOT</version> + <version>1.10.18</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.18-SNAPSHOT</version> + <version>1.10.18</version> <scope>compile</scope> </dependency> <dependency> diff --git a/src/etc/poms/ant-imageio/pom.xml b/src/etc/poms/ant-imageio/pom.xml index 69c9bef9b..ba4d92581 100644 --- a/src/etc/poms/ant-imageio/pom.xml +++ b/src/etc/poms/ant-imageio/pom.xml @@ -27,20 +27,20 @@ <groupId>org.apache.ant</groupId> <artifactId>ant-parent</artifactId> <relativePath>../pom.xml</relativePath> - <version>1.10.18-SNAPSHOT</version> + <version>1.10.18</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.18-SNAPSHOT</version> + <version>1.10.18</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.18-SNAPSHOT</version> + <version>1.10.18</version> <scope>compile</scope> </dependency> </dependencies> diff --git a/src/etc/poms/ant-jai/pom.xml b/src/etc/poms/ant-jai/pom.xml index a5702efcd..558f13ff9 100644 --- a/src/etc/poms/ant-jai/pom.xml +++ b/src/etc/poms/ant-jai/pom.xml @@ -27,13 +27,13 @@ <groupId>org.apache.ant</groupId> <artifactId>ant-parent</artifactId> <relativePath>../pom.xml</relativePath> - <version>1.10.18-SNAPSHOT</version> + <version>1.10.18</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.18-SNAPSHOT</version> + <version>1.10.18</version> <name>Apache Ant + JAI</name> <description>image task and corresponding types. </description> @@ -41,7 +41,7 @@ <dependency> <groupId>org.apache.ant</groupId> <artifactId>ant</artifactId> - <version>1.10.18-SNAPSHOT</version> + <version>1.10.18</version> <scope>compile</scope> </dependency> <dependency> diff --git a/src/etc/poms/ant-jakartamail/pom.xml b/src/etc/poms/ant-jakartamail/pom.xml index f18f09f16..00ca06d63 100644 --- a/src/etc/poms/ant-jakartamail/pom.xml +++ b/src/etc/poms/ant-jakartamail/pom.xml @@ -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.18-SNAPSHOT</version> + <version>1.10.18</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.18-SNAPSHOT</version> + <version>1.10.18</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 @@ -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.18-SNAPSHOT</version> + <version>1.10.18</version> <scope>compile</scope> </dependency> <dependency> diff --git a/src/etc/poms/ant-javamail/pom.xml b/src/etc/poms/ant-javamail/pom.xml index bf0d42d53..6a1c250f7 100644 --- a/src/etc/poms/ant-javamail/pom.xml +++ b/src/etc/poms/ant-javamail/pom.xml @@ -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.18-SNAPSHOT</version> + <version>1.10.18</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.18-SNAPSHOT</version> + <version>1.10.18</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 @@ -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.18-SNAPSHOT</version> + <version>1.10.18</version> <scope>compile</scope> </dependency> <dependency> diff --git a/src/etc/poms/ant-jdepend/pom.xml b/src/etc/poms/ant-jdepend/pom.xml index e0d177e72..606d77618 100644 --- a/src/etc/poms/ant-jdepend/pom.xml +++ b/src/etc/poms/ant-jdepend/pom.xml @@ -27,13 +27,13 @@ <groupId>org.apache.ant</groupId> <artifactId>ant-parent</artifactId> <relativePath>../pom.xml</relativePath> - <version>1.10.18-SNAPSHOT</version> + <version>1.10.18</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.18-SNAPSHOT</version> + <version>1.10.18</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> @@ -41,7 +41,7 @@ <dependency> <groupId>org.apache.ant</groupId> <artifactId>ant</artifactId> - <version>1.10.18-SNAPSHOT</version> + <version>1.10.18</version> <scope>compile</scope> </dependency> <dependency> diff --git a/src/etc/poms/ant-jmf/pom.xml b/src/etc/poms/ant-jmf/pom.xml index df449731d..3f0a607b3 100644 --- a/src/etc/poms/ant-jmf/pom.xml +++ b/src/etc/poms/ant-jmf/pom.xml @@ -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.18-SNAPSHOT</version> + <version>1.10.18</version> </parent> <modelVersion>4.0.0</modelVersion> <url>https://ant.apache.org/</url> <groupId>org.apache.ant</groupId> <artifactId>ant-jmf</artifactId> - <version>1.10.18-SNAPSHOT</version> + <version>1.10.18</version> <name>Apache Ant + JMF</name> <description>contains the sound task and a soundplayer listener download the dependency from https://java.sun.com/products/java-media/jmf/</description> @@ -40,7 +40,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.18-SNAPSHOT</version> + <version>1.10.18</version> <scope>compile</scope> </dependency> </dependencies> diff --git a/src/etc/poms/ant-jsch/pom.xml b/src/etc/poms/ant-jsch/pom.xml index fcf379d30..a81029658 100644 --- a/src/etc/poms/ant-jsch/pom.xml +++ b/src/etc/poms/ant-jsch/pom.xml @@ -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.18-SNAPSHOT</version> + <version>1.10.18</version> </parent> <modelVersion>4.0.0</modelVersion> <url>https://ant.apache.org/</url> <groupId>org.apache.ant</groupId> <artifactId>ant-jsch</artifactId> - <version>1.10.18-SNAPSHOT</version> + <version>1.10.18</version> <name>Apache Ant + JSch</name> <description>contains the sshexec and scp tasks </description> @@ -40,7 +40,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.18-SNAPSHOT</version> + <version>1.10.18</version> <scope>compile</scope> </dependency> <dependency> diff --git a/src/etc/poms/ant-junit/pom.xml b/src/etc/poms/ant-junit/pom.xml index 7e0a5d5a2..fdf7be77c 100644 --- a/src/etc/poms/ant-junit/pom.xml +++ b/src/etc/poms/ant-junit/pom.xml @@ -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.18-SNAPSHOT</version> + <version>1.10.18</version> </parent> <modelVersion>4.0.0</modelVersion> <url>https://ant.apache.org/</url> <groupId>org.apache.ant</groupId> <artifactId>ant-junit</artifactId> - <version>1.10.18-SNAPSHOT</version> + <version>1.10.18</version> <name>Apache Ant + JUnit</name> <description>contains the junit and junirreport tasks</description> <dependencies> <dependency> <groupId>org.apache.ant</groupId> <artifactId>ant</artifactId> - <version>1.10.18-SNAPSHOT</version> + <version>1.10.18</version> <scope>compile</scope> </dependency> <dependency> diff --git a/src/etc/poms/ant-junit4/pom.xml b/src/etc/poms/ant-junit4/pom.xml index 0c34f9348..591dd5809 100644 --- a/src/etc/poms/ant-junit4/pom.xml +++ b/src/etc/poms/ant-junit4/pom.xml @@ -26,20 +26,20 @@ <groupId>org.apache.ant</groupId> <artifactId>ant-parent</artifactId> <relativePath>../pom.xml</relativePath> - <version>1.10.18-SNAPSHOT</version> + <version>1.10.18</version> </parent> <modelVersion>4.0.0</modelVersion> <url>https://ant.apache.org/</url> <groupId>org.apache.ant</groupId> <artifactId>ant-junit4</artifactId> - <version>1.10.18-SNAPSHOT</version> + <version>1.10.18</version> <name>Apache Ant + JUnit 4</name> <description>contains JUnit 4.x support</description> <dependencies> <dependency> <groupId>org.apache.ant</groupId> <artifactId>ant</artifactId> - <version>1.10.18-SNAPSHOT</version> + <version>1.10.18</version> <scope>compile</scope> </dependency> <dependency> diff --git a/src/etc/poms/ant-junitlauncher/pom.xml b/src/etc/poms/ant-junitlauncher/pom.xml index 528ee6cd7..d8252556b 100644 --- a/src/etc/poms/ant-junitlauncher/pom.xml +++ b/src/etc/poms/ant-junitlauncher/pom.xml @@ -26,20 +26,20 @@ <groupId>org.apache.ant</groupId> <artifactId>ant-parent</artifactId> <relativePath>../pom.xml</relativePath> - <version>1.10.18-SNAPSHOT</version> + <version>1.10.18</version> </parent> <modelVersion>4.0.0</modelVersion> <url>https://ant.apache.org/</url> <groupId>org.apache.ant</groupId> <artifactId>ant-junitlauncher</artifactId> - <version>1.10.18-SNAPSHOT</version> + <version>1.10.18</version> <name>Apache Ant + JUnit 5</name> <description>contains JUnit 5.x support</description> <dependencies> <dependency> <groupId>org.apache.ant</groupId> <artifactId>ant</artifactId> - <version>1.10.18-SNAPSHOT</version> + <version>1.10.18</version> <scope>compile</scope> </dependency> <dependency> diff --git a/src/etc/poms/ant-launcher/pom.xml b/src/etc/poms/ant-launcher/pom.xml index 52a2f1d8a..d69af5755 100644 --- a/src/etc/poms/ant-launcher/pom.xml +++ b/src/etc/poms/ant-launcher/pom.xml @@ -27,13 +27,13 @@ <groupId>org.apache.ant</groupId> <artifactId>ant-parent</artifactId> <relativePath>../pom.xml</relativePath> - <version>1.10.18-SNAPSHOT</version> + <version>1.10.18</version> </parent> <modelVersion>4.0.0</modelVersion> <url>https://ant.apache.org/</url> <groupId>org.apache.ant</groupId> <artifactId>ant-launcher</artifactId> - <version>1.10.18-SNAPSHOT</version> + <version>1.10.18</version> <name>Apache Ant Launcher</name> <build> <plugins> diff --git a/src/etc/poms/ant-netrexx/pom.xml b/src/etc/poms/ant-netrexx/pom.xml index 4d4815cd6..8f7fe7d25 100644 --- a/src/etc/poms/ant-netrexx/pom.xml +++ b/src/etc/poms/ant-netrexx/pom.xml @@ -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.18-SNAPSHOT</version> + <version>1.10.18</version> </parent> <modelVersion>4.0.0</modelVersion> <url>https://ant.apache.org/</url> <groupId>org.apache.ant</groupId> <artifactId>ant-netrexx</artifactId> - <version>1.10.18-SNAPSHOT</version> + <version>1.10.18</version> <name>Apache Ant + NetRexx</name> <description>NetRexxC task dependency can be downloaded from https://www.netrexx.org/downloads.nsp (only 2.0.5 has ever been tested)</description> @@ -40,7 +40,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.18-SNAPSHOT</version> + <version>1.10.18</version> <scope>compile</scope> </dependency> <!-- Processed too early, before maven-antrun-plugin gets a chance to work: diff --git a/src/etc/poms/ant-swing/pom.xml b/src/etc/poms/ant-swing/pom.xml index 14f765035..26f325259 100644 --- a/src/etc/poms/ant-swing/pom.xml +++ b/src/etc/poms/ant-swing/pom.xml @@ -27,20 +27,20 @@ <groupId>org.apache.ant</groupId> <artifactId>ant-parent</artifactId> <relativePath>../pom.xml</relativePath> - <version>1.10.18-SNAPSHOT</version> + <version>1.10.18</version> </parent> <modelVersion>4.0.0</modelVersion> <url>https://ant.apache.org/</url> <groupId>org.apache.ant</groupId> <artifactId>ant-swing</artifactId> - <version>1.10.18-SNAPSHOT</version> + <version>1.10.18</version> <name>Apache Ant + Swing</name> <description>a listener and a splash task based on Swing</description> <dependencies> <dependency> <groupId>org.apache.ant</groupId> <artifactId>ant</artifactId> - <version>1.10.18-SNAPSHOT</version> + <version>1.10.18</version> <scope>compile</scope> </dependency> </dependencies> diff --git a/src/etc/poms/ant-testutil/pom.xml b/src/etc/poms/ant-testutil/pom.xml index e496440df..fcae52d76 100644 --- a/src/etc/poms/ant-testutil/pom.xml +++ b/src/etc/poms/ant-testutil/pom.xml @@ -27,20 +27,20 @@ <groupId>org.apache.ant</groupId> <artifactId>ant-parent</artifactId> <relativePath>../pom.xml</relativePath> - <version>1.10.18-SNAPSHOT</version> + <version>1.10.18</version> </parent> <modelVersion>4.0.0</modelVersion> <url>https://ant.apache.org/</url> <groupId>org.apache.ant</groupId> <artifactId>ant-testutil</artifactId> - <version>1.10.18-SNAPSHOT</version> + <version>1.10.18</version> <name>Apache Ant Test Utilities</name> <description>test utility classes</description> <dependencies> <dependency> <groupId>org.apache.ant</groupId> <artifactId>ant</artifactId> - <version>1.10.18-SNAPSHOT</version> + <version>1.10.18</version> <scope>compile</scope> </dependency> <dependency> diff --git a/src/etc/poms/ant-xz/pom.xml b/src/etc/poms/ant-xz/pom.xml index 3a94353fe..480f6203f 100644 --- a/src/etc/poms/ant-xz/pom.xml +++ b/src/etc/poms/ant-xz/pom.xml @@ -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.18-SNAPSHOT</version> + <version>1.10.18</version> </parent> <modelVersion>4.0.0</modelVersion> <url>https://ant.apache.org/</url> <groupId>org.apache.ant</groupId> <artifactId>ant-xz</artifactId> - <version>1.10.18-SNAPSHOT</version> + <version>1.10.18</version> <name>Apache Ant + XZ for Java</name> <description>contains the xz compression support</description> <dependencies> <dependency> <groupId>org.apache.ant</groupId> <artifactId>ant</artifactId> - <version>1.10.18-SNAPSHOT</version> + <version>1.10.18</version> <scope>compile</scope> </dependency> <dependency> diff --git a/src/etc/poms/ant/pom.xml b/src/etc/poms/ant/pom.xml index 11f6c229d..e16bd973b 100644 --- a/src/etc/poms/ant/pom.xml +++ b/src/etc/poms/ant/pom.xml @@ -27,13 +27,13 @@ <groupId>org.apache.ant</groupId> <artifactId>ant-parent</artifactId> <relativePath>../pom.xml</relativePath> - <version>1.10.18-SNAPSHOT</version> + <version>1.10.18</version> </parent> <modelVersion>4.0.0</modelVersion> <url>https://ant.apache.org/</url> <groupId>org.apache.ant</groupId> <artifactId>ant</artifactId> - <version>1.10.18-SNAPSHOT</version> + <version>1.10.18</version> <name>Apache Ant Core</name> <properties> <modules.exclude>org/apache/tools/ant/taskdefs/modules/</modules.exclude> @@ -42,7 +42,7 @@ <dependency> <groupId>org.apache.ant</groupId> <artifactId>ant-launcher</artifactId> - <version>1.10.18-SNAPSHOT</version> + <version>1.10.18</version> <scope>compile</scope> </dependency> <dependency> diff --git a/src/etc/poms/pom.xml b/src/etc/poms/pom.xml index 05c236ec1..58b355e6e 100644 --- a/src/etc/poms/pom.xml +++ b/src/etc/poms/pom.xml @@ -26,7 +26,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.apache.ant</groupId> <artifactId>ant-parent</artifactId> - <version>1.10.18-SNAPSHOT</version> + <version>1.10.18</version> <packaging>pom</packaging> <description>master POM</description> <licenses>
