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

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


The following commit(s) were added to refs/heads/master by this push:
     new 8a1c290598 upgrade early access profile to java25
8a1c290598 is described below

commit 8a1c2905984cb475744c1acee2e6717c269864c0
Author: Andrea Del Bene <[email protected]>
AuthorDate: Thu Aug 28 01:00:48 2025 +0200

    upgrade early access profile to java25
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 78acab8ae9..05ff951857 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1474,7 +1474,7 @@
                <profile>
                        <id>on-jdk-early-access</id>
                        <activation>
-                               <jdk>[24,)</jdk>
+                               <jdk>[25,)</jdk>
                        </activation>
                        <properties>
                                
<javadoc.jdk.apidocs.link>https://download.java.net/java/early_access/jdk${java.specification.version}/docs/api/</javadoc.jdk.apidocs.link>

Reply via email to