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-enforcer.git
The following commit(s) were added to refs/heads/master by this push:
new 18d4bcc Bump maven-surefire-plugin to 3.0.0-M7
18d4bcc is described below
commit 18d4bcc5e9c24593b53732295ceca2ea52b5b0be
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Sat Jun 18 14:33:28 2022 +0200
Bump maven-surefire-plugin to 3.0.0-M7
---
pom.xml | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/pom.xml b/pom.xml
index b5afc41..54ef866 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,6 +69,7 @@
<maven.site.path>enforcer-archives/enforcer-LATEST</maven.site.path>
<javaVersion>8</javaVersion>
<mockito.version>4.6.1</mockito.version>
+ <surefire.version>3.0.0-M7</surefire.version>
<project.build.outputTimestamp>2022-06-07T15:09:53Z</project.build.outputTimestamp>
</properties>
@@ -209,11 +210,6 @@
<topSiteURL>scm:svn:https://svn.apache.org/repos/asf/maven/website/components/${maven.site.path}</topSiteURL>
</configuration>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-surefire-plugin</artifactId>
- <version>3.0.0-M6</version>
- </plugin>
</plugins>
</pluginManagement>
</build>