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 9cec303 Upgrade to maven compiler plugin 3.10.1 9cec303 is described below commit 9cec303534f6140b7bf3c64f6a1361a6032f1849 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Sat Mar 26 07:48:57 2022 +0100 Upgrade to maven compiler plugin 3.10.1 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index c53ee91..b53edb3 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.10.0</maven-compiler-plugin-version> + <maven-compiler-plugin-version>3.10.1</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 -->