You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by pi...@apache.org on 2019/09/24 07:40:37 UTC

[royale-typedefs] 01/02: Revert "update royale.compiler.version and compiler.swc-date in pom"

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

piotrz pushed a commit to branch release/0.9.6
in repository https://gitbox.apache.org/repos/asf/royale-typedefs.git

commit 9ef35c80fcb435ee9a31a514634d2a89d74fd442
Author: Piotr Zarzycki <pi...@gmail.com>
AuthorDate: Tue Sep 24 09:37:56 2019 +0200

    Revert "update royale.compiler.version and compiler.swc-date in pom"
    
    This reverts commit f9323941b5c54a783f4db8aeb0a9e3f0e1629a2e.
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index e4c7f69..be780a5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,9 +45,9 @@
     <project.reporting.outputencoding>UTF-8</project.reporting.outputencoding>
     <maven.version>3.3.1</maven.version>
 
-    <royale.compiler.version>0.9.6</royale.compiler.version>
+    <royale.compiler.version>0.9.6-SNAPSHOT</royale.compiler.version>
     <royale.build-tools.version>1.0.0</royale.build-tools.version>
-    <royale.swc-date>9/18/19 9:06 -0800</royale.swc-date>
+    <royale.swc-date>9/16/19 9:06 -0800</royale.swc-date>
 
     <git.executable>git</git.executable>
     <skipgpg>false</skipgpg>