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

mercyblitz pushed a commit to branch 0.2.0-release
in repository 
https://gitbox.apache.org/repos/asf/incubator-dubbo-spring-boot-project.git


The following commit(s) were added to refs/heads/0.2.0-release by this push:
     new c6984b6  Sync pom.xml from 0.2.0 branch
     new 2f94888  Merge remote-tracking branch 'origin/0.2.0-release' into 
0.2.0-release
c6984b6 is described below

commit c6984b620be0dad859b9a56e0ac5dec3b9cdfaa7
Author: mercyblitz <mercybl...@gmail.com>
AuthorDate: Thu Jun 21 10:54:46 2018 +0800

    Sync pom.xml from 0.2.0 branch
---
 dubbo-spring-boot-parent/pom.xml | 31 -------------------------------
 1 file changed, 31 deletions(-)

diff --git a/dubbo-spring-boot-parent/pom.xml b/dubbo-spring-boot-parent/pom.xml
index 52beb08..c3a79bd 100644
--- a/dubbo-spring-boot-parent/pom.xml
+++ b/dubbo-spring-boot-parent/pom.xml
@@ -54,9 +54,6 @@
         <maven-jacoco-plugin.version>0.8.1</maven-jacoco-plugin.version>
         <maven-gpg-plugin.version>1.5</maven-gpg-plugin.version>
         <apache-rat-plugin.version>0.12</apache-rat-plugin.version>
-        <maven_jacoco_version>0.8.1</maven_jacoco_version>
-        <maven_javadoc_version>3.0.1</maven_javadoc_version>
-        <maven_surefire_version>2.22.0</maven_surefire_version>
     </properties>
 
     <dependencyManagement>
@@ -287,11 +284,6 @@
             </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
-                <artifactId>maven-surefire-plugin</artifactId>
-                <version>${maven_surefire_version}</version>
-            </plugin>
-            <plugin>
-                <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-source-plugin</artifactId>
                 <version>${maven-source-plugin.version}</version>
                 <executions>
@@ -304,29 +296,6 @@
                 </executions>
             </plugin>
             <plugin>
-                <groupId>org.jacoco</groupId>
-                <artifactId>jacoco-maven-plugin</artifactId>
-                <version>${maven_jacoco_version}</version>
-                <executions>
-                    <execution>
-                        <id>jacoco-initialize</id>
-                        <goals>
-                            <goal>prepare-agent</goal>
-                        </goals>
-                        <configuration>
-                            <propertyName>jacocoArgLine</propertyName>
-                        </configuration>
-                    </execution>
-                    <execution>
-                        <id>jacoco-site</id>
-                        <phase>package</phase>
-                        <goals>
-                            <goal>report</goal>
-                        </goals>
-                    </execution>
-                </executions>
-            </plugin>
-            <plugin>
                 <groupId>org.apache.rat</groupId>
                 <artifactId>apache-rat-plugin</artifactId>
                 <version>${apache-rat-plugin.version}</version>

Reply via email to