Skip to content

Commit

Permalink
0.2.0 release (#196)
Browse files Browse the repository at this point in the history
* Update travis-ci configuration

* Fix test cases

* Fix CI issue

* Fix CI issue

* Update rat configuration

* Update DubboAutoConfigurationOnMultipleConfigTest.java

* Update excludes (#195)

* Sync pom.xml from 0.2.0 branch
  • Loading branch information
mercyblitz authored Jun 21, 2018
1 parent f8c7eb2 commit b2426ad
Showing 1 changed file with 0 additions and 31 deletions.
31 changes: 0 additions & 31 deletions dubbo-spring-boot-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down Expand Up @@ -285,11 +282,6 @@
</execution>
</executions>
</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>
Expand All @@ -303,29 +295,6 @@
</execution>
</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>
Expand Down

0 comments on commit b2426ad

Please sign in to comment.