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 6c44caf169d1b76deeee785006d3905a79b8ae87 Author: Gregor Zurowski <[email protected]> AuthorDate: Fri Jan 2 17:27:06 2026 +0000 Revert "Bump org.apache.maven.plugins:maven-release-plugin from 3.3.0 to 3.3.1 (#1598)" This reverts commit 8e0309a2535a157a00319ab5d4cfda66646758d8. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 77108a3d2ab..20cd88e0560 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.1</version> + <version>3.3.0</version> <dependencies> <dependency> <groupId>org.apache.maven.scm</groupId>
