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:05:26 UTC

[royale-asjs] branch develop updated: Maven: compiler and typedefs version are the same as the framework by default

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


The following commit(s) were added to refs/heads/develop by this push:
     new f752231  Maven: compiler and typedefs version are the same as the framework by default
f752231 is described below

commit f752231aeb22a82d740dbb410d1d4deac84eb6e5
Author: Josh Tynjala <jo...@bowlerhat.dev>
AuthorDate: Wed May 5 14:04:58 2021 -0700

    Maven: compiler and typedefs version are the same as the framework by default
    
    These shouldn't need to be updated manually, and things are currently broken because they were not updated.
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 034600f..13d42f5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,8 +55,8 @@
     <maven.version>3.5.4</maven.version>
 
     <royale.build-tools.version>1.2.1</royale.build-tools.version>
-    <project.royale.compiler.version>0.9.8-SNAPSHOT</project.royale.compiler.version>
-    <royale.typedefs.version>0.9.8-SNAPSHOT</royale.typedefs.version>
+    <project.royale.compiler.version>${project.version}</project.royale.compiler.version>
+    <royale.typedefs.version>${project.version}</royale.typedefs.version>
 
     <royale.targets>JSRoyale</royale.targets>
     <royale.skipAS>true</royale.skipAS>