You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2020/04/21 04:51:10 UTC

[royale-asjs] 01/03: typo

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

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

commit 4a16f379032e7c2ed247cc0bebd933e25e0df9da
Author: Alex Harui <ah...@apache.org>
AuthorDate: Mon Apr 20 21:26:28 2020 -0700

    typo
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e54a522..1814a35 100644
--- a/pom.xml
+++ b/pom.xml
@@ -403,7 +403,7 @@
             <version>${royale.compiler.version}</version>
             <extensions>true</extensions>
             <configuration>
-              <additionalCompilerOptions>{$repo.compiler.options}</additionalCompilerOptions>
+              <additionalCompilerOptions>${repo.compiler.options}</additionalCompilerOptions>
             </configuration>
           </plugin>
         </plugins>