You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by pi...@apache.org on 2018/09/12 10:43:15 UTC

[royale-asjs] branch develop updated: Upgrade SCM related plugins for Maven build

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

piotrz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new 56602e5  Upgrade SCM related plugins for Maven build
56602e5 is described below

commit 56602e55da467b1fb707f065027a18cd4a53975c
Author: Piotr Zarzycki <pi...@gmail.com>
AuthorDate: Wed Sep 12 12:43:05 2018 +0200

    Upgrade SCM related plugins for Maven build
---
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1c038fb..4ac7e35 100644
--- a/pom.xml
+++ b/pom.xml
@@ -279,22 +279,22 @@
           <dependency>
             <groupId>org.apache.maven.wagon</groupId>
             <artifactId>wagon-scm</artifactId>
-            <version>2.10</version>
+            <version>3.1.0</version>
           </dependency>
           <dependency>
             <groupId>org.apache.maven.scm</groupId>
             <artifactId>maven-scm-api</artifactId>
-            <version>1.9.5</version>
+            <version>1.10.0</version>
           </dependency>
           <dependency>
             <groupId>org.apache.maven.scm</groupId>
             <artifactId>maven-scm-manager-plexus</artifactId>
-            <version>1.9.5</version>
+            <version>1.10.0</version>
           </dependency>
           <dependency>
             <groupId>org.apache.maven.scm</groupId>
             <artifactId>maven-scm-provider-gitexe</artifactId>
-            <version>1.9.5</version>
+            <version>1.10.0</version>
           </dependency>
         </dependencies>
       </plugin>
@@ -305,7 +305,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-scm-publish-plugin</artifactId>
-        <version>1.1</version>
+        <version>3.0.0</version>
         <executions>
           <execution>
             <id>scm-publish</id>