Skip to content

Commit

Permalink
Downgrade version of maven-plugin-plugin
Browse files Browse the repository at this point in the history
Looks like we have a compatibility issue with maven 3.9.4 and maven-plugin-plugin 3.13+
  • Loading branch information
harrisric authored Nov 22, 2024
1 parent d6bf7ac commit b8f8031
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 @@ -35,7 +35,7 @@
<maven-source-plugin.version>3.2.1</maven-source-plugin.version>
<maven-resources-plugin.version>3.1.0</maven-resources-plugin.version>
<maven-plugin-annotations.version>3.11.0</maven-plugin-annotations.version>
<maven-plugin-plugin.version>3.13.1</maven-plugin-plugin.version>
<maven-plugin-plugin.version>3.12.0</maven-plugin-plugin.version>

<!-- maven version for plugin -->
<maven.baseVersion>3.8.2</maven.baseVersion>
Expand Down

0 comments on commit b8f8031

Please sign in to comment.