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 21:17:43 UTC

[royale-asjs] 02/02: Maven: another spot where a specific version should be project.version by default instead

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 9ae4d1561be0267429f58226879b7046096fb948
Author: Josh Tynjala <jo...@bowlerhat.dev>
AuthorDate: Wed May 5 14:17:22 2021 -0700

    Maven: another spot where a specific version should be project.version by default instead
---
 manualtests/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/manualtests/pom.xml b/manualtests/pom.xml
index a08ef6a..99a60bd 100644
--- a/manualtests/pom.xml
+++ b/manualtests/pom.xml
@@ -32,7 +32,7 @@
   
   <properties>
     <compiler.output-dir>${basedir}/target/javascript/bin/js-debug</compiler.output-dir>
-    <royale.framework.version>0.9.8-SNAPSHOT</royale.framework.version>
+    <royale.framework.version>${project.version}</royale.framework.version>
   </properties>
   <name>Apache Royale: ManualTests</name>