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 3373454a4 Set maven.compiler.source/target to 11 for utils (JDK 21 
dropped Java 7 support)
3373454a4 is described below

commit 3373454a4f35005026412122d7d740718d784c2d
Author: Yishay Weiss <[email protected]>
AuthorDate: Sat Apr 4 20:46:45 2026 +0300

    Set maven.compiler.source/target to 11 for utils (JDK 21 dropped Java 7 
support)
---
 compiler-build-tools/pom.xml | 5 +++++
 compiler-jburg-types/pom.xml | 5 +++++
 2 files changed, 10 insertions(+)

diff --git a/compiler-build-tools/pom.xml b/compiler-build-tools/pom.xml
index fa89ce991..fd44e31dc 100644
--- a/compiler-build-tools/pom.xml
+++ b/compiler-build-tools/pom.xml
@@ -33,6 +33,11 @@
 
   <name>Apache Royale: Build Tools</name>
 
+  <properties>
+    <maven.compiler.source>11</maven.compiler.source>
+    <maven.compiler.target>11</maven.compiler.target>
+  </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>
diff --git a/compiler-jburg-types/pom.xml b/compiler-jburg-types/pom.xml
index 8660d32c1..f8ef74a36 100644
--- a/compiler-jburg-types/pom.xml
+++ b/compiler-jburg-types/pom.xml
@@ -36,6 +36,11 @@
   <name>Apache Royale: JBurg Types</name>
   <description>Types needed by JBurg to perform it's code 
generation.</description>
 
+  <properties>
+    <maven.compiler.source>11</maven.compiler.source>
+    <maven.compiler.target>11</maven.compiler.target>
+  </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>

Reply via email to