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

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit 14f28d2dc6e278bb5813d1cf53a98e97ea960469
Author: Benoit TELLIER <btell...@linagora.com>
AuthorDate: Fri Dec 1 15:07:10 2023 +0100

    JAMES-3961 Switch to Java 21
---
 Jenkinsfile | 2 +-
 pom.xml     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index c133a478f8..74eee5cbff 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -20,7 +20,7 @@
  */
 
 def AGENT_LABEL = env.AGENT_LABEL ?: 'ubuntu && !ephemeral'
-def JDK_NAME = env.JDK_NAME ?: 'jdk_11_latest'
+def JDK_NAME = env.JDK_NAME ?: 'jdk_21_latest'
 
 pipeline {
 
diff --git a/pom.xml b/pom.xml
index bc00166f59..eee23a76b3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -588,7 +588,7 @@
             otherwise the set values are used by default.
         -->
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
-        <target.jdk>11</target.jdk>
+        <target.jdk>21</target.jdk>
         <james-skin.version>1.9-SNAPSHOT</james-skin.version>
         <!--
             This property contains the directory where to deploy when running 
using "-Psite-reports" profile


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org
For additional commands, e-mail: notifications-h...@james.apache.org

Reply via email to