This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
commit 9092b5ec59ef638a6d9d84ca940cca597594c560 Author: Sylwester Lachiewicz <slachiew...@apache.org> AuthorDate: Sat Apr 29 20:53:50 2023 +0200 [SUREFIRE-2157] Upgrade surefire IT to 3.1.0 --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index a2383fb00..1db582084 100644 --- a/pom.xml +++ b/pom.xml @@ -375,7 +375,7 @@ </plugin> <plugin> <artifactId>maven-surefire-plugin</artifactId> - <version>3.0.0-M7</version> + <version>3.1.0</version> <!-- ${shadedVersion}, but resolved due to https://issues.apache.org/jira/browse/MRELEASE-799 --> <configuration> <!-- NOTE: Be sure to isolate the Surefire version under test from the version running the tests! --> @@ -522,7 +522,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-report-plugin</artifactId> - <version>3.0.0-M7</version> + <version>3.1.0</version> <!-- ${shadedVersion}, but resolved due to https://issues.apache.org/jira/browse/MRELEASE-799 --> </plugin> </plugins>