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:24:21 UTC

[royale-asjs] branch develop updated: archetypes: 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 52f85a5  archetypes: fix ids not updated
52f85a5 is described below

commit 52f85a55a11892cf6113d7c5f1952f8187c15c91
Author: Carlos Rovira <ca...@apache.org>
AuthorDate: Sat Sep 12 19:17:54 2020 +0200

    archetypes: 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-jewel-application-archetype/src/main/resources/META-INF/maven/archetype.xml b/archetypes/royale-jewel-application-archetype/src/main/resources/META-INF/maven/archetype.xml
index 3a09ac7..e0174a4 100644
--- a/archetypes/royale-jewel-application-archetype/src/main/resources/META-INF/maven/archetype.xml
+++ b/archetypes/royale-jewel-application-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-jewel-application-archetype</id>
   <resources>
     <resource>.vscode/launch.json</resource>
     <resource>.vscode/tasks.json</resource>
diff --git a/archetypes/royale-jewel-crux-application-archetype/src/main/resources/META-INF/maven/archetype.xml b/archetypes/royale-jewel-crux-application-archetype/src/main/resources/META-INF/maven/archetype.xml
index 5c0a1fd..8582945 100644
--- a/archetypes/royale-jewel-crux-application-archetype/src/main/resources/META-INF/maven/archetype.xml
+++ b/archetypes/royale-jewel-crux-application-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-jewel-crux-application-archetype</id>
   <resources>
     <resource>.vscode/launch.json</resource>
     <resource>.vscode/tasks.json</resource>