This is an automated email from the ASF dual-hosted git repository.
gregdove 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 fcbc9c2 minor: consistency with other compiler maven targets
fcbc9c2 is described below
commit fcbc9c29bf8f7b1aa16de04b8cba2fdf6f74162d
Author: greg-dove <[email protected]>
AuthorDate: Sat Oct 23 10:43:27 2021 +1300
minor: consistency with other compiler maven targets
---
compiler-playerglobalc/pom.xml | 3 +++
formatter/pom.xml | 5 ++++-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/compiler-playerglobalc/pom.xml b/compiler-playerglobalc/pom.xml
index bfe4aef..6d3476d 100644
--- a/compiler-playerglobalc/pom.xml
+++ b/compiler-playerglobalc/pom.xml
@@ -27,6 +27,9 @@
<artifactId>compiler-playerglobalc</artifactId>
<version>0.9.9-SNAPSHOT</version>
+
+ <name>Apache Royale: Compiler: playerglobal.swc support</name>
+ <description>The Apache Royale Compiler playerglobal/airglobal swc
support</description>
<build>
<plugins>
diff --git a/formatter/pom.xml b/formatter/pom.xml
index ba064ff..d00bb34 100644
--- a/formatter/pom.xml
+++ b/formatter/pom.xml
@@ -27,7 +27,10 @@
<artifactId>formatter</artifactId>
<version>0.9.9-SNAPSHOT</version>
-
+
+ <name>Apache Royale: Compiler: AS3/MXML Code Formatter</name>
+ <description>The Apache Royale Compiler AS3/MXML Code Formatter</description>
+
<build>
<plugins>
<plugin>