This is an automated email from the ASF dual-hosted git repository. joshtynjala pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
commit 14d3df9c80ccf222d5ad8a29d9b30dda005efecb Author: Josh Tynjala <joshtynj...@apache.org> AuthorDate: Thu Feb 15 10:00:24 2024 -0800 more Maven Java 11 --- examples/amf/SampleAmfWebApp/pom-royale-basic.xml | 2 +- examples/amf/SampleAmfWebApp/pom-royale-jewel.xml | 2 +- examples/amf/SampleAmfWebApp/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/amf/SampleAmfWebApp/pom-royale-basic.xml b/examples/amf/SampleAmfWebApp/pom-royale-basic.xml index 34499a31c1..bab7b79c18 100644 --- a/examples/amf/SampleAmfWebApp/pom-royale-basic.xml +++ b/examples/amf/SampleAmfWebApp/pom-royale-basic.xml @@ -32,7 +32,7 @@ <name>Apache Royale: Examples: AMF Web Apps: SampleAmfWebApp</name> <properties> - <java.version>1.7</java.version> + <java.version>11</java.version> </properties> <build> diff --git a/examples/amf/SampleAmfWebApp/pom-royale-jewel.xml b/examples/amf/SampleAmfWebApp/pom-royale-jewel.xml index 1d1f7272d5..0c99591c48 100644 --- a/examples/amf/SampleAmfWebApp/pom-royale-jewel.xml +++ b/examples/amf/SampleAmfWebApp/pom-royale-jewel.xml @@ -32,7 +32,7 @@ <name>Apache Royale: Examples: AMF Web Apps: SampleAmfWebApp</name> <properties> - <java.version>1.7</java.version> + <java.version>11</java.version> </properties> <build> diff --git a/examples/amf/SampleAmfWebApp/pom.xml b/examples/amf/SampleAmfWebApp/pom.xml index 90198ff631..dad033bdc4 100644 --- a/examples/amf/SampleAmfWebApp/pom.xml +++ b/examples/amf/SampleAmfWebApp/pom.xml @@ -32,7 +32,7 @@ <name>Apache Royale: Examples: AMF Web Apps: SampleAmfWebApp</name> <properties> - <java.version>1.7</java.version> + <java.version>11</java.version> </properties> <build>