You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by he...@apache.org on 2020/01/09 08:48:32 UTC

[dubbo] branch master updated: clean duplicate maven-surefire-plugin version config

This is an automated email from the ASF dual-hosted git repository.

hengyunabc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo.git


The following commit(s) were added to refs/heads/master by this push:
     new 1ec293b  clean duplicate maven-surefire-plugin version config
1ec293b is described below

commit 1ec293bf7ffc41d184883d051192c4452367d0f4
Author: hengyunabc <he...@gmail.com>
AuthorDate: Thu Jan 9 16:21:09 2020 +0800

    clean duplicate maven-surefire-plugin version config
---
 pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1590bf4..e47e655 100644
--- a/pom.xml
+++ b/pom.xml
@@ -445,7 +445,6 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-plugin</artifactId>
-                <version>${maven_surefire_version}</version>
                 <configuration>
                     <useSystemClassLoader>true</useSystemClassLoader>
                     <forkMode>once</forkMode>
@@ -608,7 +607,7 @@
                 <!-- keep surefire and failsafe in sync -->
                 <plugin>
                     <artifactId>maven-surefire-plugin</artifactId>
-                    <version>2.22.1</version>
+                    <version>${maven_surefire_version}</version>
                 </plugin>
                 <!-- keep surefire and failsafe in sync -->
                 <plugin>