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 12:51:12 UTC

[royale-asjs] branch develop updated: Update some plugins in order to force using newest version of scm

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 830e52d  Update some plugins in order to force using newest version of scm
830e52d is described below

commit 830e52d0265bb3a885caa414fd2f2aa8943f9e50
Author: Piotr Zarzycki <pi...@gmail.com>
AuthorDate: Fri Sep 14 14:51:00 2018 +0200

    Update some plugins in order to force using newest version of scm
---
 archetypes/pom.xml                                 |  1 +
 archetypes/royale-simple-library-archetype/pom.xml |  4 +--
 archetypes/royale-simple-typedef-archetype/pom.xml |  2 +-
 examples/amf/pom.xml                               |  2 +-
 examples/pom.xml                                   |  2 +-
 manualtests/UnitTests/pom.xml                      |  2 +-
 manualtests/pom.xml                                |  2 +-
 pom.xml                                            | 39 +++-------------------
 8 files changed, 12 insertions(+), 42 deletions(-)

diff --git a/archetypes/pom.xml b/archetypes/pom.xml
index efa49e7..471e277 100644
--- a/archetypes/pom.xml
+++ b/archetypes/pom.xml
@@ -69,6 +69,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-resources-plugin</artifactId>
+        <version>3.1.0</version>
         <configuration>
           <escapeString>\</escapeString>
           <nonFilteredFileExtensions>
diff --git a/archetypes/royale-simple-library-archetype/pom.xml b/archetypes/royale-simple-library-archetype/pom.xml
index 646c99b..f4d84af 100644
--- a/archetypes/royale-simple-library-archetype/pom.xml
+++ b/archetypes/royale-simple-library-archetype/pom.xml
@@ -38,7 +38,7 @@
       <extension>
         <groupId>org.apache.maven.archetype</groupId>
         <artifactId>archetype-packaging</artifactId>
-        <version>2.4</version>
+        <version>3.0.1</version>
       </extension>
     </extensions>
 
@@ -46,7 +46,7 @@
       <plugins>
         <plugin>
           <artifactId>maven-archetype-plugin</artifactId>
-          <version>2.4</version>
+          <version>3.0.1</version>
         </plugin>
       </plugins>
     </pluginManagement>
diff --git a/archetypes/royale-simple-typedef-archetype/pom.xml b/archetypes/royale-simple-typedef-archetype/pom.xml
index 5a7b644..25a41da 100644
--- a/archetypes/royale-simple-typedef-archetype/pom.xml
+++ b/archetypes/royale-simple-typedef-archetype/pom.xml
@@ -46,7 +46,7 @@
       <plugins>
         <plugin>
           <artifactId>maven-archetype-plugin</artifactId>
-          <version>2.4</version>
+          <version>3.0.1</version>
         </plugin>
       </plugins>
     </pluginManagement>
diff --git a/examples/amf/pom.xml b/examples/amf/pom.xml
index 4c38f6c..5e32e95 100644
--- a/examples/amf/pom.xml
+++ b/examples/amf/pom.xml
@@ -51,7 +51,7 @@
           <inherited>false</inherited>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-resources-plugin</artifactId>
-          <version>3.0.1</version>
+          <version>3.1.0</version>
           <configuration combine.self="override">
             
           </configuration>
diff --git a/examples/pom.xml b/examples/pom.xml
index 9a80674..95d4066 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -60,7 +60,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-resources-plugin</artifactId>
-          <version>3.0.1</version>
+          <version>3.1.0</version>
           <executions>
             <execution>
               <id>copy-resources-debug</id>
diff --git a/manualtests/UnitTests/pom.xml b/manualtests/UnitTests/pom.xml
index f274425..00550b0 100644
--- a/manualtests/UnitTests/pom.xml
+++ b/manualtests/UnitTests/pom.xml
@@ -79,7 +79,7 @@
 			</plugin>
 			<plugin>
 				<artifactId>maven-resources-plugin</artifactId>
-				<version>3.0.2</version>
+				<version>3.1.0</version>
 				<executions>
 					<execution>
 						<id>copy-template-swf</id>
diff --git a/manualtests/pom.xml b/manualtests/pom.xml
index 1d6887a..84605e5 100644
--- a/manualtests/pom.xml
+++ b/manualtests/pom.xml
@@ -56,7 +56,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-resources-plugin</artifactId>
-          <version>3.0.1</version>
+          <version>3.1.0</version>
           <configuration>
             <outputDirectory>${compiler.output-dir}</outputDirectory>
           </configuration>
diff --git a/pom.xml b/pom.xml
index c7e0b77..1466437 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,7 +53,7 @@
     <java.version>1.6</java.version>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <project.reporting.outputencoding>UTF-8</project.reporting.outputencoding>
-    <maven.version>3.3.1</maven.version>
+    <maven.version>3.5.4</maven.version>
 
     <royale.compiler.version>0.9.3-SNAPSHOT</royale.compiler.version>
     <royale.typedefs.version>0.9.3-SNAPSHOT</royale.typedefs.version>
@@ -142,7 +142,7 @@
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>versions-maven-plugin</artifactId>
-          <version>2.5</version>
+          <version>2.7</version>
         </plugin>
         
         <plugin>
@@ -256,7 +256,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>
@@ -274,7 +274,7 @@
           <dependency>
             <groupId>org.apache.maven.doxia</groupId>
             <artifactId>doxia-core</artifactId>
-            <version>1.6</version>
+            <version>1.8</version>
           </dependency>
           <!-- All dependencies needed by the reflow skin -->
           <dependency>
@@ -287,37 +287,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>
-          <dependency>
-              <groupId>org.apache.maven.plugins</groupId>
-              <artifactId>maven-scm-publish-plugin</artifactId>
-              <version>3.0.0</version>
-          </dependency>
-          <dependency>
-            <groupId>org.apache.maven.plugins</groupId>
-            <artifactId>maven-scm-plugin</artifactId>
-            <version>1.10.0</version>
-          </dependency>
         </dependencies>
       </plugin>