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

Commit

Permalink
maven-project-info-reports-plugin 升级到 3.0.0 fix #206
Browse files Browse the repository at this point in the history
  • Loading branch information
venusdrogon committed Jul 2, 2018
1 parent 0afd875 commit ad4f3a7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pom.xml
Expand Up @@ -197,6 +197,8 @@

<v.license-maven-plugin>3.0</v.license-maven-plugin>
<v.versions-maven-plugin>2.5</v.versions-maven-plugin>
<!-- http://maven.apache.org/plugins/maven-project-info-reports-plugin/ -->
<v.maven-project-info-reports-plugin>3.0.0</v.maven-project-info-reports-plugin>

<v.jacoco-maven-plugin>0.8.1</v.jacoco-maven-plugin>
<!-- **********************end plugins version******************************************* -->
Expand Down Expand Up @@ -738,6 +740,14 @@
<!--********************************build****************************************** -->
<build>
<plugins>

<!-- maven-project-info-reports-plugin -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-project-info-reports-plugin</artifactId>
<version>${v.maven-project-info-reports-plugin}</version>
</plugin>

<!-- versions-maven-plugin -->
<plugin>
<groupId>org.codehaus.mojo</groupId>
Expand Down

0 comments on commit ad4f3a7

Please sign in to comment.