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:
8
pom.xml
8
pom.xml
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user