This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new d1ab550 Upgrade maven compiler plugin
d1ab550 is described below
commit d1ab550f28d6bf14f69a8162facdf4fab6b53268
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Feb 15 09:39:11 2022 +0100
Upgrade maven compiler plugin
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index a2acf07..f375f87 100644
--- a/pom.xml
+++ b/pom.xml
@@ -118,7 +118,7 @@
<!-- reproduceable builds:
https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
<project.build.outputTimestamp>1</project.build.outputTimestamp>
- <maven-compiler-plugin-version>3.8.1</maven-compiler-plugin-version>
+ <maven-compiler-plugin-version>3.10.0</maven-compiler-plugin-version>
<maven-javadoc-plugin-version>3.2.0</maven-javadoc-plugin-version>
<maven-surefire-plugin-version>3.0.0-M5</maven-surefire-plugin-version>
<!-- For now, use 3.0.0-M4 due to SUREFIRE-1831 affecting M5 and
causing integration tests (w/ failsafe) to misbehave -->