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/14 14:24:36 UTC

[royale-compiler] branch develop updated: Try to update even more related stuff to scm issue

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 ecbd306  Try to update even more related stuff to scm issue
ecbd306 is described below

commit ecbd30603bf66da35d6acceeb3429c2be58e0ed8
Author: Piotr Zarzycki <pi...@gmail.com>
AuthorDate: Fri Sep 14 16:24:27 2018 +0200

    Try to update even more related stuff to scm issue
---
 pom.xml | 23 +----------------------
 1 file changed, 1 insertion(+), 22 deletions(-)

diff --git a/pom.xml b/pom.xml
index bc08f72..7dc3c0b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -415,7 +415,7 @@
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-site-plugin</artifactId>
         <!-- Downgraded to 3.4 as 3.5 and 3.5.1 seem to have issues with the velocity tools -->
-        <version>3.4</version>
+        <version>3.7.1</version>
         <configuration>
           <generateReports>true</generateReports>
           <generateSitemap>true</generateSitemap>
@@ -446,27 +446,6 @@
             <artifactId>velocity</artifactId>
             <version>1.7</version>
           </dependency>
-          <!-- add support for scm/git site deployment -->
-          <dependency>
-            <groupId>org.apache.maven.wagon</groupId>
-            <artifactId>wagon-scm</artifactId>
-            <version>3.1.0</version>
-          </dependency>
-          <dependency>
-            <groupId>org.apache.maven.scm</groupId>
-            <artifactId>maven-scm-api</artifactId>
-            <version>1.10.0</version>
-          </dependency>
-          <dependency>
-            <groupId>org.apache.maven.scm</groupId>
-            <artifactId>maven-scm-manager-plexus</artifactId>
-            <version>1.10.0</version>
-          </dependency>
-          <dependency>
-            <groupId>org.apache.maven.scm</groupId>
-            <artifactId>maven-scm-provider-gitexe</artifactId>
-            <version>1.10.0</version>
-          </dependency>
         </dependencies>
       </plugin>