1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Unify maven-compiler-plugin setting

Define the common version in parent pom and don't override it.
Move to latest version while at it.
This commit is contained in:
Александър Куртаков 2024-02-21 16:25:23 +02:00
parent fa47bbdb2a
commit ceb55c49fb
3 changed files with 5 additions and 2 deletions

View file

@ -110,7 +110,6 @@
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.11.0</version>
<executions>
<execution>
<id>headers</id>

View file

@ -204,7 +204,6 @@
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.10.1</version>
<executions>
<execution>
<id>headers</id>

View file

@ -936,6 +936,11 @@
<artifactId>maven-antrun-plugin</artifactId>
<version>3.1.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.12.1</version>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>