This is an automated email from the ASF dual-hosted git repository.
solomax pushed a commit to branch 4.0.x
in repository https://gitbox.apache.org/repos/asf/openmeetings.git
The following commit(s) were added to refs/heads/4.0.x by this push:
new 0c25dd7 [OPENMEETINGS-1954] maven-surefire-plugin is updated
0c25dd7 is described below
commit 0c25dd7dc027bd7ba16e5d1edbe9c97dcc0b39e9
Author: Maxim Solodovnik <[email protected]>
AuthorDate: Thu Nov 8 17:07:50 2018 +0700
[OPENMEETINGS-1954] maven-surefire-plugin is updated
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 61a6c6e..5c2722d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,7 +39,7 @@
<jdk.version>1.8</jdk.version>
<!-- plugin versions -->
<maven-javadoc-plugin.version>3.0.1</maven-javadoc-plugin.version>
-
<maven-surefire-plugin.version>2.22.1</maven-surefire-plugin.version>
+
<maven-surefire-plugin.version>3.0.0-M1</maven-surefire-plugin.version>
<maven-site-plugin.version>3.7.1</maven-site-plugin.version>
<exec-maven-plugin.version>1.6.0</exec-maven-plugin.version>
<minify-maven-plugin.version>1.7.6</minify-maven-plugin.version>