This is an automated email from the ASF dual-hosted git repository. bigosmallm pushed a commit to branch release/0.9.3 in repository https://gitbox.apache.org/repos/asf/royale-compiler.git
commit 51fae83eef6acb78bf5956d55f6180ee19197654 Author: Om Muppirala <[email protected]> AuthorDate: Fri May 4 11:41:34 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 db44922..3270120 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.3-SNAPSHOT</version> + <version>0.9.3</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>HEAD</tag> + <tag>org.apache.royale.compiler-0.9.3-rc1</tag> </scm> <properties> -- To stop receiving notification emails like this one, please contact [email protected].
