You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@royale.apache.org by Alex Harui <ah...@adobe.com.INVALID> on 2020/05/04 07:00:00 UTC

Re: [royale-asjs] branch develop updated: Avoid a maven duplicate groupId/ArtifactId combo for DataGridExample

Nit:  the pattern should be DataGridExample-MXRoyale.  See express/DataGridExample or mxroyale/HelloWorld

On 5/3/20, 11:32 PM, "gregdove@apache.org" <gr...@apache.org> wrote:

    This is an automated email from the ASF dual-hosted git repository.
    
    gregdove pushed a commit to branch develop
    in repository https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgitbox.apache.org%2Frepos%2Fasf%2Froyale-asjs.git&amp;data=02%7C01%7Caharui%40adobe.com%7C27deb54f33f240ee18a108d7eff4e6f8%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637241707440487897&amp;sdata=qRMYF4fxlBFYZHUZ1oLUK4exI5KljJVLz22JSdbUl2U%3D&amp;reserved=0
    
    
    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 <gr...@gmail.com>
    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>
     
    
    


Re: [royale-asjs] branch develop updated: Avoid a maven duplicate groupId/ArtifactId combo for DataGridExample

Posted by Greg Dove <gr...@gmail.com>.
Thanks. I had actually copied ControlsExample from mxroyale as my
'template' which does not follow that pattern. I will fix it tomorrow.


On Mon, May 4, 2020 at 7:00 PM Alex Harui <ah...@adobe.com.invalid> wrote:

> Nit:  the pattern should be DataGridExample-MXRoyale.  See
> express/DataGridExample or mxroyale/HelloWorld
>
> On 5/3/20, 11:32 PM, "gregdove@apache.org" <gr...@apache.org> wrote:
>
>     This is an automated email from the ASF dual-hosted git repository.
>
>     gregdove pushed a commit to branch develop
>     in repository
> https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgitbox.apache.org%2Frepos%2Fasf%2Froyale-asjs.git&amp;data=02%7C01%7Caharui%40adobe.com%7C27deb54f33f240ee18a108d7eff4e6f8%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637241707440487897&amp;sdata=qRMYF4fxlBFYZHUZ1oLUK4exI5KljJVLz22JSdbUl2U%3D&amp;reserved=0
>
>
>     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 <gr...@gmail.com>
>     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>
>
>
>
>
>