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-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new dccbe24  Avoid a maven duplicate groupId/ArtifactId combo for 
DataGridExample
dccbe24 is described below

commit dccbe24a9fd3455d57d6ebaa5b9210565d9def98
Author: greg-dove <[email protected]>
AuthorDate: Mon May 4 18:30:15 2020 +1200

    Avoid a maven duplicate groupId/ArtifactId combo for DataGridExample
---
 examples/mxroyale/DataGridExample/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/mxroyale/DataGridExample/pom.xml 
b/examples/mxroyale/DataGridExample/pom.xml
index 34fa443..6bb0e02 100644
--- a/examples/mxroyale/DataGridExample/pom.xml
+++ b/examples/mxroyale/DataGridExample/pom.xml
@@ -26,7 +26,7 @@
     <version>0.9.8-SNAPSHOT</version>
   </parent>
 
-  <artifactId>DataGridExample</artifactId>
+  <artifactId>mxDataGridExample</artifactId>
   <version>0.9.8-SNAPSHOT</version>
   <packaging>swf</packaging>
 

Reply via email to