This is an automated email from the ASF dual-hosted git repository. gzurowski pushed a commit to branch release/4.17.0 in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
commit ab7aee5afc6f8793fcb33162f84ec16b90759c4a Author: Gregor Zurowski <[email protected]> AuthorDate: Fri Jan 2 17:27:14 2026 +0000 Revert "Bump org.apache.maven.plugins:maven-release-plugin from 3.2.0 to 3.3.0 (#1590)" This reverts commit 2291bc0695faf203efd0e0ae29872aaf7b05d315. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 20cd88e0560..b86223e0881 100644 --- a/pom.xml +++ b/pom.xml @@ -334,7 +334,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> - <version>3.3.0</version> + <version>3.2.0</version> <dependencies> <dependency> <groupId>org.apache.maven.scm</groupId>
