This is an automated email from the ASF dual-hosted git repository. yishayw pushed a commit to branch release/0.9.8 in repository https://gitbox.apache.org/repos/asf/royale-compiler.git
commit 3c3e26659df54b377efc4b3317cb0b29681a6f8a Merge: 3d227e6 daf501b Author: Yishay Weiss <[email protected]> AuthorDate: Sun Apr 4 11:48:46 2021 +0000 Merge branch 'release/0.9.8' of https://github.com/apache/royale-compiler into release/0.9.8 compiler-common/pom.xml | 4 ++-- compiler-externc/pom.xml | 8 ++++---- compiler-jx/pom.xml | 14 +++++++------- compiler-test-utils/pom.xml | 4 ++-- compiler/pom.xml | 10 +++++----- debugger/pom.xml | 8 ++++---- flex-compiler-oem/pom.xml | 10 +++++----- royale-ant-tasks/pom.xml | 4 ++-- royale-maven-plugin/pom.xml | 4 ++-- royaleunit-ant-tasks/pom.xml | 4 ++-- swfutils/pom.xml | 4 ++-- 11 files changed, 37 insertions(+), 37 deletions(-) diff --cc compiler-jx/pom.xml index e5668bd,62ca1cc..7457e84 --- a/compiler-jx/pom.xml +++ b/compiler-jx/pom.xml @@@ -187,13 -187,8 +187,13 @@@ </dependency> <dependency> <groupId>org.apache.royale.compiler</groupId> + <artifactId>compiler-playerglobalc</artifactId> + <version>0.9.8-SNAPSHOT</version> + </dependency> + <dependency> + <groupId>org.apache.royale.compiler</groupId> <artifactId>compiler</artifactId> - <version>0.9.8-SNAPSHOT</version> + <version>0.9.9-SNAPSHOT</version> </dependency> <dependency> <groupId>org.apache.commons</groupId>
