This is an automated email from the ASF dual-hosted git repository.

gzurowski pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/main by this push:
     new 0f351e07a94 Remove version override for maven-scm-provider-gitexe 
(#1617)
0f351e07a94 is described below

commit 0f351e07a9409b0dfbabd8398827e8d316ff91cd
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>

Reply via email to