This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-rng.git
commit f79268011a3ebb133320f643cfb05e92842068f1 Author: Alex Herbert <[email protected]> AuthorDate: Sat Sep 24 13:59:46 2022 +0100 Drop antrun 1.8 for 3.1.0 in commons parent --- pom.xml | 3 --- 1 file changed, 3 deletions(-) diff --git a/pom.xml b/pom.xml index 6af9e2de..96ff0068 100644 --- a/pom.xml +++ b/pom.xml @@ -60,7 +60,6 @@ <rng.checkstyle.version>3.1.2</rng.checkstyle.version> <rng.checkstyle.dep.version>8.45</rng.checkstyle.dep.version> <rng.mathjax.url>https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js</rng.mathjax.url> - <rng.antrun.version>1.8</rng.antrun.version> <rng.surefire.version>3.0.0-M5</rng.surefire.version> <rng.junit5.version>5.7.2</rng.junit5.version> <!-- Workaround to avoid duplicating config files. --> @@ -590,7 +589,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-antrun-plugin</artifactId> - <version>${rng.antrun.version}</version> <executions> <!-- For multi-module builds, only the parent directory requires a site checkout. This task will create an empty directory as the site checkout is missing. --> @@ -649,7 +647,6 @@ This is avoided by creating an empty directory when svn is not available. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-antrun-plugin</artifactId> - <version>${rng.antrun.version}</version> <executions> <execution> <id>remove-checkout</id>
