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 671f5d19d680b3f021f7eb1bd2b9bae445069de3 Author: Gregor Zurowski <[email protected]> AuthorDate: Thu Jan 8 18:35:58 2026 +0100 Remove version override for maven-scm-provider-gitexe (#1617) --- pom.xml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/pom.xml b/pom.xml index 77108a3d2ab..348774d747b 100644 --- a/pom.xml +++ b/pom.xml @@ -335,13 +335,6 @@ <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <version>3.3.1</version> - <dependencies> - <dependency> - <groupId>org.apache.maven.scm</groupId> - <artifactId>maven-scm-provider-gitexe</artifactId> - <version>1.9</version> - </dependency> - </dependencies> <configuration> <localCheckout>true</localCheckout> <pushChanges>true</pushChanges>
