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 3823aa3 Fix path to excluded fb.properties file
3823aa3 is described below
commit 3823aa3a177bb0cb344fdefca0857775102e3b38
Author: Piotr Zarzycki <[email protected]>
AuthorDate: Wed Jun 12 18:08:04 2019 +0200
Fix path to excluded fb.properties file
- Update rat plugin to newest version
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 0b6d95e..303ef8f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -203,7 +203,7 @@
<plugin>
<groupId>org.apache.rat</groupId>
<artifactId>apache-rat-plugin</artifactId>
- <version>0.12</version>
+ <version>0.13</version>
<executions>
<execution>
<id>license-check</id>
@@ -231,7 +231,7 @@
<!-- Should probably also be removed -->
<exclude>js/*jshint*</exclude>
<!-- FlashBuilder settings. frameworks/fb.properties contains
Alex' path entries and should be removed -->
- <exclude>fb.properties</exclude>
+ <exclude>frameworks/fb.properties</exclude>
<!-- FlashBuilder / Eclipse settings. If checked in, they should
have apache headers -->
<exclude>**/.settings/**</exclude>
<!-- Ignore IntelliJ IDEA project files -->