This is an automated email from the ASF dual-hosted git repository. bigosmallm pushed a commit to branch release/0.9.4 in repository https://gitbox.apache.org/repos/asf/royale-compiler.git
commit 9b4c77860019f5aa9f590925352fcce7368978a7 Author: Om <[email protected]> AuthorDate: Sun Sep 30 11:37:26 2018 -0700 remove SNAPSHOT from compiler-jburg-types and compiler-build-tools versions --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 4176de4..31b1ffb 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.5</version> <packaging>pom</packaging> <name>Apache Royale: Compiler: Parent</name> @@ -38,7 +38,7 @@ <connection>scm:git:[email protected]:apache/royale-compiler.git</connection> <developerConnection>scm:git:[email protected]:apache/royale-compiler.git</developerConnection> <url>scm:git:[email protected]:apache/royale-compiler.git</url> - <tag>release/0.9.4</tag> + <tag>org.apache.royale.compiler-0.9.4-rc1</tag> </scm> <properties>
