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-typedefs.git
The following commit(s) were added to refs/heads/develop by this push:
new 10c6c38 - Bumped the version of the downloader-maven-plugin to avoid
problems with newer maven versions.
new e959eae Merge pull request #4 from chrisdutz/develop
10c6c38 is described below
commit 10c6c38eea37d2c89c8d7f427f42459c1ce0542e
Author: Christofer Dutz <[email protected]>
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 aab0bc1..1f96a03 100644
--- a/pom.xml
+++ b/pom.xml
@@ -150,7 +150,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>
<groupId>org.apache.maven.plugins</groupId>