This is an automated email from the ASF dual-hosted git repository. gzurowski pushed a commit to annotated tag camel-4.17.0 in repository https://gitbox.apache.org/repos/asf/camel.git
commit 6540ad36b713d9df890f8e6488d61ba1ad104317 Author: Gregor Zurowski <[email protected]> AuthorDate: Thu Jan 8 10:16:40 2026 +0000 Revert "Upgrade maven wrapper to maven 3.9.12" This reverts commit e5cee352861e95772ed1c4042326f0f36d5aa297. --- .../src/main/resources/maven-wrapper/maven-wrapper.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dsl/camel-jbang/camel-jbang-core/src/main/resources/maven-wrapper/maven-wrapper.properties b/dsl/camel-jbang/camel-jbang-core/src/main/resources/maven-wrapper/maven-wrapper.properties index 8b619bd66b5a..8d4b9883a639 100644 --- a/dsl/camel-jbang/camel-jbang-core/src/main/resources/maven-wrapper/maven-wrapper.properties +++ b/dsl/camel-jbang/camel-jbang-core/src/main/resources/maven-wrapper/maven-wrapper.properties @@ -14,7 +14,7 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations # under the License. -wrapperVersion=3.3.4 +wrapperVersion=3.3.2 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
