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 bc1c8a9c6 [OPENMEETINGS-2757] maven-surefire
bc1c8a9c6 is described below
commit bc1c8a9c616af201aefb0e20698bc450094d79a4
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Tue Feb 14 13:19:12 2023 +0700
[OPENMEETINGS-2757] maven-surefire
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 329dac2e0..9b7d45234 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,7 +43,7 @@
<jdk.version>17</jdk.version>
<!-- plugin versions -->
<maven-javadoc-plugin.version>3.4.1</maven-javadoc-plugin.version>
-
<maven-surefire-plugin.version>3.0.0-M8</maven-surefire-plugin.version>
+
<maven-surefire-plugin.version>3.0.0-M9</maven-surefire-plugin.version>
<maven-site-plugin.version>4.0.0-M3</maven-site-plugin.version>
<exec-maven-plugin.version>3.1.0</exec-maven-plugin.version>
<minify-maven-plugin.version>1.7.6</minify-maven-plugin.version>