This is an automated email from the ASF dual-hosted git repository. yishayw pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-compiler.git
commit ccea89b745465009c9325713b1d7e64a648f2414 Author: yishayw <[email protected]> AuthorDate: Tue Apr 7 06:48:38 2026 +0000 [maven-release-plugin] prepare for next development iteration --- 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 4eb6dcff4..ff012bf14 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</version> + <version>1.2.3-SNAPSHOT</version> <packaging>maven-plugin</packaging> <name>Apache Royale: Build Tools</name> @@ -36,13 +36,13 @@ <properties> <maven.compiler.source>11</maven.compiler.source> <maven.compiler.target>11</maven.compiler.target> - <project.build.outputTimestamp>2026-04-07T06:47:54Z</project.build.outputTimestamp></properties> + </properties> <scm> <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>org.apache.royale.compiler-build-tools-1.2.2-rc1</tag> + <tag>HEAD</tag> </scm> <build>
