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:06 UTC

[royale-compiler] 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-compiler.git


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

commit 2989d18c91d273b88ea1ebbd64ba4012a88d6aa1
Author: Piotr Zarzycki <pi...@gmail.com>
AuthorDate: Wed Sep 12 12:42:56 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 db44922..d3063ce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -450,22 +450,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>
@@ -476,7 +476,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>