This is an automated email from the ASF dual-hosted git repository.
min pushed a commit to branch 0.1-release
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-ops.git
The following commit(s) were added to refs/heads/0.1-release by this push:
new 5517fab update maven-surefire-plugin
5517fab is described below
commit 5517fab6d39d94f70b8af55d030bce0c5338f14e
Author: nzomkxia <[email protected]>
AuthorDate: Wed Jan 30 16:00:28 2019 +0800
update maven-surefire-plugin
---
pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/pom.xml b/pom.xml
index f94c529..ede6a06 100644
--- a/pom.xml
+++ b/pom.xml
@@ -229,6 +229,11 @@
<encoding>${file_encoding}</encoding>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-surefire-plugin</artifactId>
+ <version>2.21.0</version>
+ </plugin>
</plugins>
</build>