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-jsieve.git


The following commit(s) were added to refs/heads/master by this push:
     new 3b7e912  Adopt JDK 11 as a build target (#29)
3b7e912 is described below

commit 3b7e912826a4d2402d142714017857fd82d664a4
Author: Benoit TELLIER <[email protected]>
AuthorDate: Tue Sep 16 20:54:48 2025 +0200

    Adopt JDK 11 as a build target (#29)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 630eae6..454613c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,7 +73,7 @@
         <!-- Overridding this value allows single set of loopback settings to 
be maintained -->
         <james.www.id>jsieve-website</james.www.id>
 
-        <target.jdk>1.8</target.jdk>
+        <target.jdk>11</target.jdk>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
 
         <junit.version>4.13.2</junit.version>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to