You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ca...@apache.org on 2020/09/12 17:26:55 UTC

[royale-asjs] branch develop updated: archetypes: more fix ids not updated

This is an automated email from the ASF dual-hosted git repository.

carlosrovira 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 e72d681  archetypes: more fix ids not updated
e72d681 is described below

commit e72d6811ff47a59cecf2c0d95d3b7b75f4f69478
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Sat Sep 12 19:20:00 2020 +0200

    archetypes: more fix ids not updated
---
 .../src/main/resources/META-INF/maven/archetype.xml                     | 2 +-
 .../src/main/resources/META-INF/maven/archetype.xml                     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/archetypes/royale-simple-application-pure-js-archetype/src/main/resources/META-INF/maven/archetype.xml b/archetypes/royale-simple-application-pure-js-archetype/src/main/resources/META-INF/maven/archetype.xml
index 5b6edc3..2d40a37 100644
--- a/archetypes/royale-simple-application-pure-js-archetype/src/main/resources/META-INF/maven/archetype.xml
+++ b/archetypes/royale-simple-application-pure-js-archetype/src/main/resources/META-INF/maven/archetype.xml
@@ -20,7 +20,7 @@
 <archetype xmlns="http://maven.apache.org/plugins/maven-archetype-plugin/archetype/1.0.0"
            xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
            xsi:schemaLocation="http://maven.apache.org/plugins/maven-archetype-plugin/archetype/1.0.0 http://maven.apache.org/xsd/archetype-1.0.0.xsd">
-  <id>royale-simple-application-archetype</id>
+  <id>royale-simple-application-pure-js-archetype</id>
   <resources>
     <resource>.mvn/extensions.xml</resource>
     <resource>src/main/royale/App.mxml</resource>
diff --git a/archetypes/royale-simple-application-pure-swf-archetype/src/main/resources/META-INF/maven/archetype.xml b/archetypes/royale-simple-application-pure-swf-archetype/src/main/resources/META-INF/maven/archetype.xml
index 5b6edc3..2f7f7c5 100644
--- a/archetypes/royale-simple-application-pure-swf-archetype/src/main/resources/META-INF/maven/archetype.xml
+++ b/archetypes/royale-simple-application-pure-swf-archetype/src/main/resources/META-INF/maven/archetype.xml
@@ -20,7 +20,7 @@
 <archetype xmlns="http://maven.apache.org/plugins/maven-archetype-plugin/archetype/1.0.0"
            xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
            xsi:schemaLocation="http://maven.apache.org/plugins/maven-archetype-plugin/archetype/1.0.0 http://maven.apache.org/xsd/archetype-1.0.0.xsd">
-  <id>royale-simple-application-archetype</id>
+  <id>royale-simple-application-pure-swf-archetype</id>
   <resources>
     <resource>.mvn/extensions.xml</resource>
     <resource>src/main/royale/App.mxml</resource>