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

cdutz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/incubator-training.git


The following commit(s) were added to refs/heads/develop by this push:
     new 2f74dd8  fix: Updated the maven-scm-provider-gitexe version
2f74dd8 is described below

commit 2f74dd8c453da956f858a6642a596e906aaa6aee
Author: Christofer Dutz <[email protected]>
AuthorDate: Wed Sep 11 18:25:42 2024 +0200

    fix: Updated the maven-scm-provider-gitexe version
---
 site/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/site/pom.xml b/site/pom.xml
index a3f16a2..e4c6461 100644
--- a/site/pom.xml
+++ b/site/pom.xml
@@ -729,11 +729,12 @@
             <plugin>
               <groupId>org.apache.maven.plugins</groupId>
               <artifactId>maven-scm-publish-plugin</artifactId>
+              <version>3.2.1</version>
               <dependencies>
                 <dependency>
                   <groupId>org.apache.maven.scm</groupId>
                   <artifactId>maven-scm-provider-gitexe</artifactId>
-                  <version>1.13.0</version>
+                  <version>2.0.1</version>
                 </dependency>
               </dependencies>
             </plugin>

Reply via email to