You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2020/01/17 07:28:37 UTC

[maven-apache-parent] branch master updated: [MPOM-236] upgrade scm-provider-gitexe to same version as scm-api

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

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-apache-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 38dd8af  [MPOM-236] upgrade scm-provider-gitexe to same version as scm-api
38dd8af is described below

commit 38dd8af10b49a1a7a5f38a6855fd8e1c270c4a38
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Fri Jan 17 08:28:32 2020 +0100

    [MPOM-236] upgrade scm-provider-gitexe to same version as scm-api
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index 798a122..ba50a8f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -262,6 +262,11 @@ under the License.
             </dependency>
             <dependency>
               <groupId>org.apache.maven.scm</groupId>
+              <artifactId>maven-scm-provider-gitexe</artifactId>
+              <version>1.10.0</version>
+            </dependency>
+            <dependency>
+              <groupId>org.apache.maven.scm</groupId>
               <artifactId>maven-scm-provider-svn-commons</artifactId>
               <version>1.10.0</version>
             </dependency>