You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by jo...@apache.org on 2021/05/05 22:08:55 UTC

[royale-asjs] 01/02: more royale.framework.version property usage

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

joshtynjala pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git

commit 5b4a4a13413dac3753a1e6457558d1e0449fb7a0
Author: Josh Tynjala <jo...@bowlerhat.dev>
AuthorDate: Wed May 5 15:07:20 2021 -0700

    more royale.framework.version property usage
---
 archetypes/pom.xml | 2 +-
 examples/pom.xml   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/archetypes/pom.xml b/archetypes/pom.xml
index 870a5d1..963da82 100644
--- a/archetypes/pom.xml
+++ b/archetypes/pom.xml
@@ -33,7 +33,7 @@
   <description>Maven archetypes for creating royale maven projects</description>
 
   <properties>
-    <royale.framework.version>0.9.8-SNAPSHOT</royale.framework.version>
+    <royale.framework.version>${project.version}</royale.framework.version>
   </properties>
   
   <modules>
diff --git a/examples/pom.xml b/examples/pom.xml
index 0970625..b1c159c 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -37,7 +37,7 @@
     <compiler.output-dir-debug>${basedir}/target/javascript/bin/js-debug</compiler.output-dir-debug>
     <!-- In Release mode we only want to copy assets folder content to assets destination folder, the rest is managed by compiler -->
     <compiler.output-dir-release>${basedir}/target/javascript/bin/js-release</compiler.output-dir-release>
-    <royale.framework.version>0.9.8-SNAPSHOT</royale.framework.version>
+    <royale.framework.version>${project.version}</royale.framework.version>
   </properties>
 
   <modules>