Skip to content

Commit

Permalink
Suggest use of maven-compiler-plugin 3.11.0 (#6263)
Browse files Browse the repository at this point in the history
  • Loading branch information
msridhar authored Oct 25, 2023
1 parent e65dc85 commit b1820ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/examples/MavenExample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
<version>3.11.0</version>
<configuration>
<fork>true</fork> <!-- Must fork or else JVM arguments are ignored. -->
<annotationProcessorPaths>
Expand Down
2 changes: 1 addition & 1 deletion docs/manual/external-tools.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1032,7 +1032,7 @@
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
<version>3.11.0</version>
<configuration>
<fork>true</fork> <!-- Must fork or else JVM arguments are ignored. -->
<annotationProcessorPaths>
Expand Down

0 comments on commit b1820ed

Please sign in to comment.