You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2018/09/25 17:00:28 UTC

[maven-wagon] branch master updated: [WAGON-532] Upgrade Maven SCM to 1.11.1

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

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


The following commit(s) were added to refs/heads/master by this push:
     new c4bc047  [WAGON-532] Upgrade Maven SCM to 1.11.1
c4bc047 is described below

commit c4bc0478b352a59f06ef2e73c348985d7ab764ce
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Tue Sep 25 18:58:17 2018 +0200

    [WAGON-532] Upgrade Maven SCM to 1.11.1
---
 wagon-providers/wagon-scm/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wagon-providers/wagon-scm/pom.xml b/wagon-providers/wagon-scm/pom.xml
index 2d54981..b879cad 100644
--- a/wagon-providers/wagon-scm/pom.xml
+++ b/wagon-providers/wagon-scm/pom.xml
@@ -34,7 +34,7 @@ under the License.
   </description>
 
   <properties>
-    <mavenScmVersion>1.10.0</mavenScmVersion>
+    <mavenScmVersion>1.11.1</mavenScmVersion>
   </properties>
 
   <dependencies>