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

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

commit e006533bf46658b8e2675563b88cc17ae031d9e2
Author: Alex Harui <[email protected]>
AuthorDate: Tue May 14 22:11:10 2019 -0700

    remove timezone to see if that helps
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index fd9cb02..e687d1e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -47,7 +47,7 @@
 
     <royale.compiler.version>0.9.6-SNAPSHOT</royale.compiler.version>
     <royale.build-tools.version>1.0.0</royale.build-tools.version>
-    <royale.swc-date>2/10/19 9:06 -0800</royale.swc-date>
+    <royale.swc-date>2/10/19 9:06</royale.swc-date>
 
     <git.executable>git</git.executable>
     <skipgpg>false</skipgpg>
@@ -320,7 +320,7 @@
                     <version>${royale.compiler.version}</version>
                     <extensions>true</extensions>
                     <configuration>
-                        
<additionalCompilerOptions>-metadata.date="${royale.swc-date}";-metadata.dateFormat="MM/dd/yy
 HH:mm Z"</additionalCompilerOptions>
+                        
<additionalCompilerOptions>-metadata.date="${royale.swc-date}";-metadata.dateFormat="MM/dd/yy
 HH:mm"</additionalCompilerOptions>
                     </configuration>
                 </plugin>
             </plugins>

Reply via email to