This is an automated email from the ASF dual-hosted git repository. gzurowski pushed a commit to branch release/4.11.0 in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
commit 8ce280eaeea5ce77e130f680e74b2188ed2c5dad Author: Gregor Zurowski <gre...@zurowski.org> AuthorDate: Sun Mar 30 12:02:12 2025 +0000 Downgrade release plugin to perform release --- pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 601dc0d36c3..11d8e5c07d9 100644 --- a/pom.xml +++ b/pom.xml @@ -331,8 +331,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> - <!-- see https://issues.apache.org/jira/browse/MRELEASE-812 --> - <version>3.1.1</version> + <version>2.4.2</version> <dependencies> <dependency> <groupId>org.apache.maven.scm</groupId>