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


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

commit 5134b0c08f7e5d23b21ab0cfb4c0edaa6ac7a023
Author: Benoit TELLIER <[email protected]>
AuthorDate: Sun Sep 7 21:12:21 2025 +0200

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

diff --git a/pom.xml b/pom.xml
index e65dc9e..9c0892d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,7 +66,7 @@
 
         <!-- Override the source descriptor -->
         <sourceReleaseAssemblyDescriptor>src</sourceReleaseAssemblyDescriptor>
-        <target.jdk>1.8</target.jdk>
+        <target.jdk>11</target.jdk>
     </properties>
 
     <dependencyManagement>


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

Reply via email to