bump compiler tooling (#12465)

This brings the build tools to the same versions as in core.

Signed-off-by: Jan N. Klug <github@klug.nrw>
This commit is contained in:
J-N-K
2022-03-12 22:24:38 +01:00
committed by GitHub
parent eb9bde9fe8
commit ce6ef25ac3
14 changed files with 17 additions and 17 deletions

View File

@@ -69,7 +69,7 @@
<maven.compiler.compilerVersion>${oh.java.version}</maven.compiler.compilerVersion>
<ohc.version>3.3.0-SNAPSHOT</ohc.version>
<bnd.version>6.1.0</bnd.version>
<bnd.version>6.2.0</bnd.version>
<commons.net.version>3.7.2</commons.net.version>
<eea.version>2.2.1</eea.version>
<jackson.version>2.12.5</jackson.version>
@@ -292,7 +292,7 @@ Import-Package: \\
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.1</version>
<version>3.10.1</version>
<configuration>
<compilerId>eclipse</compilerId>
<compilerArguments>
@@ -310,12 +310,12 @@ Import-Package: \\
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-compiler-eclipse</artifactId>
<version>2.8.8</version>
<version>2.11.1</version>
</dependency>
<dependency>
<groupId>org.eclipse.jdt</groupId>
<artifactId>ecj</artifactId>
<version>3.23.0</version>
<version>3.28.0</version>
</dependency>
</dependencies>
</plugin>