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 2ddf3afeceace0315fefc11bcc519031b2e94d89 Author: Yishay Weiss <[email protected]> AuthorDate: Fri Jul 24 09:18:36 2026 +0100 Revert "[maven-release-plugin] prepare release org.apache.royale.compiler-jburg-types-1.1.1-rc1" This reverts commit 4fcb8cdf13795b465bf17a7d0ea802de28084488. --- compiler-jburg-types/pom.xml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/compiler-jburg-types/pom.xml b/compiler-jburg-types/pom.xml index b5fc0e0f3..50f33eab1 100644 --- a/compiler-jburg-types/pom.xml +++ b/compiler-jburg-types/pom.xml @@ -16,19 +16,22 @@ See the License for the specific language governing permissions and limitations under the License. ---><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +--> +<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" + xmlns="http://maven.apache.org/POM/4.0.0"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> <version>23</version> - <relativePath /> + <relativePath/> </parent> <groupId>org.apache.royale.compiler</groupId> <artifactId>compiler-jburg-types</artifactId> - <version>1.1.1</version> + <version>1.1.1-SNAPSHOT</version> <name>Apache Royale: JBurg Types</name> <description>Types needed by JBurg to perform it's code generation.</description> @@ -36,13 +39,13 @@ <properties> <maven.compiler.source>11</maven.compiler.source> <maven.compiler.target>11</maven.compiler.target> - <project.build.outputTimestamp>2026-07-23T09:12:39Z</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-jburg-types-1.1.1-rc1</tag> + <tag>HEAD</tag> </scm> <build> @@ -86,7 +89,7 @@ <tag> <name>pre</name> <placement>X</placement> - <head /> + <head></head> </tag> </tags> </configuration>
