Skip to content

Commit

Permalink
Bump maven-plugin-plugin to 3.11.0 (#4153)
Browse files Browse the repository at this point in the history
Allow for compiling with Java 21

Signed-off-by: Holger Friedrich <[email protected]>
  • Loading branch information
holgerfriedrich authored Mar 17, 2024
1 parent cf7bff8 commit bf11a92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ Import-Package: \\
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-plugin-plugin</artifactId>
<version>3.9.0</version>
<version>3.11.0</version>
</plugin>

<plugin>
Expand Down
2 changes: 1 addition & 1 deletion tools/i18n-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<maven.core.version>3.6.0</maven.core.version>
<maven.plugin.api.version>3.6.0</maven.plugin.api.version>
<maven.plugin.annotations.version>3.6.0</maven.plugin.annotations.version>
<maven.plugin.plugin.version>3.6.4</maven.plugin.plugin.version>
<maven.plugin.plugin.version>3.11.0</maven.plugin.plugin.version>
<maven.plugin.compiler.version>3.8.1</maven.plugin.compiler.version>
</properties>

Expand Down

0 comments on commit bf11a92

Please sign in to comment.