Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
jacoco-maven-plugin 升级到 0.8.1 fix #172
Browse files Browse the repository at this point in the history
Apache Maven Shade Plugin Version 3.1.1 fix #171

maven-dependency-plugin 升级到 3.1.0 fix #170
  • Loading branch information
venusdrogon committed Apr 9, 2018
1 parent ddf2c64 commit ee4b07a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pom.xml
Expand Up @@ -131,7 +131,7 @@
<!-- CheckStyle能够帮助Java开发人员准守某些编码规范的工具。它能够自动检查代码。 -->
<v.maven-checkstyle-plugin>2.17</v.maven-checkstyle-plugin>

<v.maven-dependency-plugin>3.0.2</v.maven-dependency-plugin>
<v.maven-dependency-plugin>3.1.0</v.maven-dependency-plugin>
<v.maven-deploy-plugin>2.8.2</v.maven-deploy-plugin>

<v.maven-install-plugin>2.5.2</v.maven-install-plugin>
Expand All @@ -156,6 +156,8 @@
<v.maven-resources-plugin>3.0.2</v.maven-resources-plugin>

<v.maven-war-plugin>3.2.0</v.maven-war-plugin>

<v.maven-shade-plugin>3.1.1</v.maven-shade-plugin>

<!-- https://github.com/mojohaus/native2ascii-maven-plugin/wiki -->
<v.native2ascii-maven-plugin>2.0.1</v.native2ascii-maven-plugin>
Expand All @@ -168,7 +170,7 @@
<v.license-maven-plugin>3.0</v.license-maven-plugin>
<v.versions-maven-plugin>2.5</v.versions-maven-plugin>

<v.jacoco-maven-plugin>0.8.0</v.jacoco-maven-plugin>
<v.jacoco-maven-plugin>0.8.1</v.jacoco-maven-plugin>
<!-- **********************end plugins version******************************************* -->

<!-- **********************begin native2ascii config******************************************* -->
Expand Down

0 comments on commit ee4b07a

Please sign in to comment.