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
The following commit(s) were added to refs/heads/develop by this push:
new 223607f63 Update compiler-jburg-types version to 1.1.1-SNAPSHOT and
add release notes
223607f63 is described below
commit 223607f637a6f7b8df19dc05fb426dbd73fbc42b
Author: Yishay Weiss <[email protected]>
AuthorDate: Sat Apr 4 18:13:27 2026 +0300
Update compiler-jburg-types version to 1.1.1-SNAPSHOT and add release notes
Changes are maintenance-only (dependency security updates, Java 11 minimum),
so 1.1.1 is more appropriate than 1.2.0. Also adds release notes for both
compiler-jburg-types 1.1.1 and compiler-build-tools 1.2.2.
---
compiler-jburg-types/RELEASE_NOTES.md | 2 +-
compiler-jburg-types/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/compiler-jburg-types/RELEASE_NOTES.md
b/compiler-jburg-types/RELEASE_NOTES.md
index 8a06302a0..3043f1162 100644
--- a/compiler-jburg-types/RELEASE_NOTES.md
+++ b/compiler-jburg-types/RELEASE_NOTES.md
@@ -1,4 +1,4 @@
-Apache Royale Compiler JBurg Types 1.2.0
+Apache Royale Compiler JBurg Types 1.1.1
=========================================
- Updated minimum Java version to 11.
diff --git a/compiler-jburg-types/pom.xml b/compiler-jburg-types/pom.xml
index 90b23a239..8660d32c1 100644
--- a/compiler-jburg-types/pom.xml
+++ b/compiler-jburg-types/pom.xml
@@ -31,7 +31,7 @@
<groupId>org.apache.royale.compiler</groupId>
<artifactId>compiler-jburg-types</artifactId>
- <version>1.2.0-SNAPSHOT</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>