Skip to content

Commit

Permalink
fixes #1072 Downgrade maven-source-plugin to 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehu committed Jun 21, 2024
1 parent 9e92ac4 commit 622475b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<version.maven-bundle-plugin>5.1.9</version.maven-bundle-plugin>
<version.maven-gpg-plugin>1.6</version.maven-gpg-plugin>
<version.maven-javadoc-plugin>3.6.3</version.maven-javadoc-plugin>
<version.maven-source-plugin>3.3.1</version.maven-source-plugin>
<version.maven-source-plugin>3.2.1</version.maven-source-plugin> <!-- 3.3.0 and above is not Java 8 compatible -->
<version.maven-surefire-junit5-tree-reporter>1.2.1</version.maven-surefire-junit5-tree-reporter>
<version.maven-surefire-plugin>3.2.5</version.maven-surefire-plugin>
<version.moditect-maven-plugin>1.2.1.Final</version.moditect-maven-plugin>
Expand Down

0 comments on commit 622475b

Please sign in to comment.