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 2018/05/08 16:36:59 UTC

[royale-compiler] branch release/0.9.3 updated: fix pom version. Not sure how it got out of sync

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

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


The following commit(s) were added to refs/heads/release/0.9.3 by this push:
     new cb8c4d5  fix pom version. Not sure how it got out of sync
cb8c4d5 is described below

commit cb8c4d5311b9bbdde1f6f7b4dbd918bdfe3db201
Author: Alex Harui <ah...@apache.org>
AuthorDate: Tue May 8 17:36:44 2018 +0100

    fix pom version. Not sure how it got out of sync
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 9507e07..632ceb3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
 
   <groupId>org.apache.royale.compiler</groupId>
   <artifactId>royale-compiler-parent</artifactId>
-  <version>0.9.5-SNAPSHOT</version>
+  <version>0.9.3-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <name>Apache Royale: Compiler: Parent</name>

-- 
To stop receiving notification emails like this one, please contact
aharui@apache.org.