This is an automated email from the ASF dual-hosted git repository. gzurowski pushed a commit to branch camel-spring-boot-4.17.x in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
commit 5561b697b1079a254a372f5199d49434910e65b7 Author: Gregor Zurowski <[email protected]> AuthorDate: Thu Jan 8 16:50:37 2026 +0100 Revert "Upgrade maven wrapper to maven 3.9.12" (#1616) This reverts commit 1ec7cbc85e8f201ccb7965ec30c800690c4d7b38. --- .mvn/wrapper/maven-wrapper.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.mvn/wrapper/maven-wrapper.properties b/.mvn/wrapper/maven-wrapper.properties index be4744f26e2..ec95f42f316 100644 --- a/.mvn/wrapper/maven-wrapper.properties +++ b/.mvn/wrapper/maven-wrapper.properties @@ -1,4 +1,4 @@ wrapperVersion=3.3.4 distributionType=bin -distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.12/apache-maven-3.9.12-bin.zip +distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.11/apache-maven-3.9.11-bin.zip wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.3.4/maven-wrapper-3.3.4.jar
