Skip to content

Commit

Permalink
Fix the Maven release version
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Feb 17, 2024
1 parent fa4b6cb commit 1ac7cf0
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 @@ -18,7 +18,7 @@
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.release>17</maven.compiler.release>
<maven.compiler.parameters>true</maven.compiler.parameters>
<maven-release-plugin.version></maven-release-plugin.version>
<maven-release-plugin.version>3.0.1</maven-release-plugin.version>
<nexus-staging-maven-plugin.version>1.6.13</nexus-staging-maven-plugin.version>
<maven-javadoc-plugin.version>3.6.3</maven-javadoc-plugin.version>
<maven-gpg-plugin.version>3.1.0</maven-gpg-plugin.version>
Expand Down

0 comments on commit 1ac7cf0

Please sign in to comment.