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 31600bca084cc20eee11b0d86dce9172e84c42cf Author: Alex Herbert <[email protected]> AuthorDate: Sat Sep 24 14:01:10 2022 +0100 Drop surefire 3.0.0-M5 for 3.0.0-M7 in commons parent --- pom.xml | 2 -- 1 file changed, 2 deletions(-) diff --git a/pom.xml b/pom.xml index 96ff0068..7ff1cef4 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.surefire.version>3.0.0-M5</rng.surefire.version> <rng.junit5.version>5.7.2</rng.junit5.version> <!-- Workaround to avoid duplicating config files. --> <rng.parent.dir>${basedir}</rng.parent.dir> @@ -193,7 +192,6 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> - <version>${rng.surefire.version}</version> <configuration> <!-- Fix for OpenJDK 8 now validating class-path attributes in Jar manifests. --> <!-- See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=912333#63 -->
