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-asjs.git
The following commit(s) were added to refs/heads/develop by this push:
new 38553fd make maven use latest version of maven-war-plugin (currently
3.2.0)
38553fd is described below
commit 38553fd81db44b72e8debae1669950fc30a0ee9b
Author: Carlos Rovira <[email protected]>
AuthorDate: Thu Apr 19 10:49:18 2018 +0200
make maven use latest version of maven-war-plugin (currently 3.2.0)
---
pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/pom.xml b/pom.xml
index 9fba592..f4fb04c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -156,6 +156,12 @@
<artifactId>sass-maven-plugin</artifactId>
<version>3.5.2</version>
</plugin>
+
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-war-plugin</artifactId>
+ <version>3.2.0</version>
+ </plugin>
<!--
<plugin>
<groupId>org.sonarsource.scanner.maven</groupId>
--
To stop receiving notification emails like this one, please contact
[email protected].