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 2019/05/15 05:11:54 UTC

[royale-typedefs] branch release_practice updated (1abb1c6 -> 863067b)

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

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


    from 1abb1c6  [maven-release-plugin] prepare for next development iteration
     new e006533  remove timezone to see if that helps
     new 863067b  Revert "[maven-release-plugin] prepare for next development iteration"

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


[royale-typedefs] 01/02: remove timezone to see if that helps

Posted by ah...@apache.org.
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 <ah...@apache.org>
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>


[royale-typedefs] 02/02: Revert "[maven-release-plugin] prepare for next development iteration"

Posted by ah...@apache.org.
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 863067bd31e991f716715077016928a35b9061b8
Author: Alex Harui <ah...@apache.org>
AuthorDate: Tue May 14 22:11:42 2019 -0700

    Revert "[maven-release-plugin] prepare for next development iteration"
    
    This reverts commit 1abb1c6e191a367447bfee269daaf5b802f5314f.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e687d1e..f8c101c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 
   <groupId>org.apache.royale.typedefs</groupId>
   <artifactId>royale-typedefs-parent</artifactId>
-  <version>0.9.7-SNAPSHOT</version>
+  <version>0.9.6-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Apache Royale: TypeDefs: Parent</name>