This is an automated email from the ASF dual-hosted git repository.
aharui pushed a commit to branch release/0.9.6
in repository https://gitbox.apache.org/repos/asf/royale-compiler.git
The following commit(s) were added to refs/heads/release/0.9.6 by this push:
new e1f74af handle @pre tag
e1f74af is described below
commit e1f74af38cd127ee5806691d0ac294038ceaeb44
Author: Alex Harui <[email protected]>
AuthorDate: Sat Apr 6 14:55:37 2019 -0700
handle @pre tag
---
pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/pom.xml b/pom.xml
index 21ba844..21b7470 100644
--- a/pom.xml
+++ b/pom.xml
@@ -619,6 +619,11 @@
<placement>a</placement>
<head>Requires Project:</head>
</tag>
+ <tag>
+ <name>pre</name>
+ <placement>X</placement>
+ <head></head>
+ </tag>
</tags>
<!-- TODO: This should only be a measure of last resort -->
<failOnError>false</failOnError>