This is an automated email from the ASF dual-hosted git repository.
solomax pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings.git
The following commit(s) were added to refs/heads/master by this push:
new 78a78c084 [OPENMEETINGS-2732] maven-surefire-plugin
78a78c084 is described below
commit 78a78c0841875c83a6937be50165e569c2828236
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Tue Jun 7 12:11:22 2022 +0700
[OPENMEETINGS-2732] maven-surefire-plugin
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index aac59d700..6875a616f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,7 +43,7 @@
<jdk.version>17</jdk.version>
<!-- plugin versions -->
<maven-javadoc-plugin.version>3.4.0</maven-javadoc-plugin.version>
-
<maven-surefire-plugin.version>3.0.0-M6</maven-surefire-plugin.version>
+
<maven-surefire-plugin.version>3.0.0-M7</maven-surefire-plugin.version>
<maven-site-plugin.version>4.0.0-M1</maven-site-plugin.version>
<exec-maven-plugin.version>3.0.0</exec-maven-plugin.version>
<minify-maven-plugin.version>1.7.6</minify-maven-plugin.version>