This is an automated email from the ASF dual-hosted git repository.

mhubail pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/asterixdb.git

commit 822afae2293134c3af589daa368779892822aaf0
Author: Ian Maxon <[email protected]>
AuthorDate: Fri Jan 3 12:04:39 2025 -0800

    [NO ISSUE] Enforce lang level 17 in asterix
    
    Change-Id: I75613c0c3df8ede32619338254e6c71a624de2c1
    Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/19247
    Integration-Tests: Jenkins <[email protected]>
    Tested-by: Ian Maxon <[email protected]>
    Reviewed-by: Ian Maxon <[email protected]>
    Reviewed-by: Michael Blow <[email protected]>
---
 asterixdb/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/asterixdb/pom.xml b/asterixdb/pom.xml
index 03770129ec..e4d9a2684f 100644
--- a/asterixdb/pom.xml
+++ b/asterixdb/pom.xml
@@ -46,7 +46,7 @@
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <file.encoding>UTF-8</file.encoding>
     <jvm.extraargs />
-    <maven.compiler.release>11</maven.compiler.release>
+    <maven.compiler.release>17</maven.compiler.release>
     <javac.xlint.value>all</javac.xlint.value>
     <source-format.goal>format</source-format.goal>
     <source-format.skip>false</source-format.skip>

Reply via email to