You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2020/03/12 14:19:37 UTC

[royale-compiler] branch develop updated: - Bumped the version of the downloader-maven-plugin to avoid problems with newer maven versions.

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

carlosrovira 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 140f633  - Bumped the version of the downloader-maven-plugin to avoid problems with newer maven versions.
     new b7751d1  Merge pull request #121 from chrisdutz/develop
140f633 is described below

commit 140f633513026d108a1c9d785ace633faa728033
Author: Christofer Dutz <ch...@c-ware.de>
AuthorDate: Thu Mar 12 14:53:16 2020 +0100

    - Bumped the version of the downloader-maven-plugin to avoid problems with newer maven versions.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 828fa98..97b2c9b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -374,7 +374,7 @@
         <plugin>
           <groupId>com.googlecode.maven-download-plugin</groupId>
           <artifactId>download-maven-plugin</artifactId>
-          <version>1.4.2</version>
+          <version>1.5.0</version>
         </plugin>
 
         <plugin>