Skip to content

Commit

Permalink
Use one single release tag for maven plugins version configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
CloneWith committed Jan 3, 2025
1 parent db47c7a commit 1e57115
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.13.0</version>
<configuration>
<source>21</source>
<target>21</target>
<release>21</release>
<encoding>UTF-8</encoding>
</configuration>
</plugin>
Expand Down

0 comments on commit 1e57115

Please sign in to comment.