Skip to content

Commit

Permalink
[releng] Update to latest maven-compiler-plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahgraham committed Dec 9, 2022
1 parent 2af7532 commit 48c5abf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion core/org.eclipse.cdt.core.native/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<version>3.10.1</version>
<executions>
<execution>
<id>headers</id>
Expand Down
2 changes: 1 addition & 1 deletion native/org.eclipse.cdt.native.serial/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<version>3.10.1</version>
<executions>
<execution>
<id>headers</id>
Expand Down

0 comments on commit 48c5abf

Please sign in to comment.