This is an automated email from the ASF dual-hosted git repository. gzurowski pushed a commit to branch remove-scm-override in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
commit 6a928734b1947aef9ebc856d07e3dc515c1591d6 Author: Gregor Zurowski <[email protected]> AuthorDate: Thu Jan 8 15:55:34 2026 +0000 Remove version override for maven-scm-provider-gitexe --- 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>
