Skip to content

Commit

Permalink
maven-surefire-plugin 升级到3.2.3 fix #676
Browse files Browse the repository at this point in the history
  • Loading branch information
venusdrogon committed Dec 19, 2023
1 parent 42e3839 commit 879106a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion feilong-example/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<!-- 跑单元测试的 -->
<!-- http://maven.apache.org/surefire/maven-surefire-plugin/ -->
<!-- https://issues.apache.org/jira/projects/SUREFIRE?selectedItem=com.atlassian.jira.jira-projects-plugin:release-page&status=released-unreleased -->
<v.maven-surefire-plugin>3.2.2</v.maven-surefire-plugin>
<v.maven-surefire-plugin>3.2.3</v.maven-surefire-plugin>

<!-- http://maven.apache.org/plugins/maven-compiler-plugin/download.cgi -->
<!-- https://issues.apache.org/jira/projects/MCOMPILER?selectedItem=com.atlassian.jira.jira-projects-plugin:release-page&status=all -->
Expand Down
2 changes: 1 addition & 1 deletion feilong/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<!-- 跑单元测试的 -->
<!-- http://maven.apache.org/surefire/maven-surefire-plugin/ -->
<!-- https://issues.apache.org/jira/projects/SUREFIRE?selectedItem=com.atlassian.jira.jira-projects-plugin:release-page&status=released-unreleased -->
<v.maven-surefire-plugin>3.2.2</v.maven-surefire-plugin>
<v.maven-surefire-plugin>3.2.3</v.maven-surefire-plugin>

<v.maven-gpg-plugin>1.6</v.maven-gpg-plugin>
<v.maven-shade-plugin>3.2.0</v.maven-shade-plugin>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@
<!-- 跑单元测试的 -->
<!-- http://maven.apache.org/surefire/maven-surefire-plugin/ -->
<!-- https://issues.apache.org/jira/projects/SUREFIRE?selectedItem=com.atlassian.jira.jira-projects-plugin:release-page&status=released-unreleased -->
<v.maven-surefire-plugin>3.2.2</v.maven-surefire-plugin>
<v.maven-surefire-plugin>3.2.3</v.maven-surefire-plugin>


<!-- https://maven.apache.org/maven-release/maven-release-plugin/plugin-info.html -->
Expand Down

0 comments on commit 879106a

Please sign in to comment.