>From Ian Maxon <[email protected]>: Ian Maxon has uploaded this change for review. ( https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/19247 )
Change subject: [NO ISSUE] Enforce lang level 17 in asterix ...................................................................... [NO ISSUE] Enforce lang level 17 in asterix Change-Id: I75613c0c3df8ede32619338254e6c71a624de2c1 --- M asterixdb/NOTICE M asterixdb/pom.xml M hyracks-fullstack/NOTICE 3 files changed, 12 insertions(+), 3 deletions(-) git pull ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb refs/changes/47/19247/1 diff --git a/asterixdb/NOTICE b/asterixdb/NOTICE index 06d538d..5118782 100644 --- a/asterixdb/NOTICE +++ b/asterixdb/NOTICE @@ -1,5 +1,5 @@ Apache AsterixDB -Copyright 2015-2024 The Apache Software Foundation +Copyright 2015-2025 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). diff --git a/asterixdb/pom.xml b/asterixdb/pom.xml index 495d73f..4b3acb9 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> diff --git a/hyracks-fullstack/NOTICE b/hyracks-fullstack/NOTICE index e9bb9a4..722db88 100644 --- a/hyracks-fullstack/NOTICE +++ b/hyracks-fullstack/NOTICE @@ -1,5 +1,5 @@ Apache Hyracks and Algebricks -Copyright 2015-2024 The Apache Software Foundation +Copyright 2015-2025 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). -- To view, visit https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/19247 To unsubscribe, or for help writing mail filters, visit https://asterix-gerrit.ics.uci.edu/settings Gerrit-Project: asterixdb Gerrit-Branch: master Gerrit-Change-Id: I75613c0c3df8ede32619338254e6c71a624de2c1 Gerrit-Change-Number: 19247 Gerrit-PatchSet: 1 Gerrit-Owner: Ian Maxon <[email protected]> Gerrit-MessageType: newchange
