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

Commit

Permalink
maven-jar-plugin upgrade to 3.1.1 fix #278
Browse files Browse the repository at this point in the history
  • Loading branch information
venusdrogon committed Apr 17, 2019
1 parent 83d9163 commit 9f7414e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@
<version.commons-beanutils>1.9.3</version.commons-beanutils>
<version.commons-codec>1.11</version.commons-codec>
<version.commons-collections>3.2.2</version.commons-collections>
<!-- http://commons.apache.org/proper/commons-collections/index.html -->
<!-- 4.3 需要 jdk1.8 -->
<version.commons-collections4>4.2</version.commons-collections4>

<version.commons-configuration>1.10</version.commons-configuration>
Expand Down Expand Up @@ -175,7 +177,7 @@
<!-- https://issues.apache.org/jira/projects/MJAVADOC?selectedItem=com.atlassian.jira.jira-projects-plugin:release-page&status=all -->
<v.maven-javadoc-plugin>3.1.0</v.maven-javadoc-plugin>
<!-- https://issues.apache.org/jira/projects/MJAR?selectedItem=com.atlassian.jira.jira-projects-plugin:release-page&status=all -->
<v.maven-jar-plugin>3.1.0</v.maven-jar-plugin>
<v.maven-jar-plugin>3.1.1</v.maven-jar-plugin>
<v.maven-jxr-plugin>2.5</v.maven-jxr-plugin>
<v.maven-pmd-plugin>3.8</v.maven-pmd-plugin>

Expand Down

0 comments on commit 9f7414e

Please sign in to comment.