This is an automated email from the ASF dual-hosted git repository. aharui pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-compiler.git
commit 68dd80a0900c4ebdc6381fe087b8e9430f4bf6d5 Author: Alex Harui <[email protected]> AuthorDate: Tue Mar 31 23:27:17 2020 -0700 Revert "[maven-release-plugin] prepare for next development iteration" This reverts commit 895319df9837f002749637c05790ef09d53d5ae5. --- compiler-build-tools/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compiler-build-tools/pom.xml b/compiler-build-tools/pom.xml index 64609f8..5258208 100644 --- a/compiler-build-tools/pom.xml +++ b/compiler-build-tools/pom.xml @@ -28,7 +28,7 @@ <groupId>org.apache.royale.compiler</groupId> <artifactId>compiler-build-tools</artifactId> - <version>1.2.2-SNAPSHOT</version> + <version>1.2.1</version> <packaging>maven-plugin</packaging> <name>Apache Royale: Build Tools</name> @@ -37,7 +37,7 @@ <connection>scm:git:https://gitbox.apache.org/repos/asf/royale-compiler.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/royale-compiler.git</developerConnection> <url>https://github.com/apache/royale-compiler</url> - <tag>HEAD</tag> + <tag>org.apache.royale.compiler-build-tools-1.2.0-rc1</tag> </scm> <build> @@ -306,4 +306,4 @@ </profile> </profiles> -<properties /></project> +<properties><project.build.outputTimestamp>2020-04-01T06:13:51Z</project.build.outputTimestamp></properties></project>
