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

skygo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans-jenkins-lib.git


The following commit(s) were added to refs/heads/master by this push:
     new 8c0a806  try jdk 25 for api doc
8c0a806 is described below

commit 8c0a80649fcd334a956708c9ab57e68f2e653c78
Author: Eric Barboni <[email protected]>
AuthorDate: Mon Oct 20 14:01:49 2025 +0200

    try jdk 25 for api doc
---
 meta/netbeansrelease.json | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/meta/netbeansrelease.json b/meta/netbeansrelease.json
index 575efe6..305595f 100644
--- a/meta/netbeansrelease.json
+++ b/meta/netbeansrelease.json
@@ -1647,8 +1647,8 @@
         "position": "44",
         "ant": "ant_latest",
         "jdk": "jdk_17_latest",
-        "jdktoolapidoc" : "jdk_24_latest",
-        "jdk_apidoc": "https://docs.oracle.com/en/java/javase/24/docs/api/";,
+        "jdktoolapidoc" : "jdk_25_latest",
+        "jdk_apidoc": "https://docs.oracle.com/en/java/javase/25/docs/api/";,
         "maven": "maven_3_latest",
         "mavenversion": "RELEASE280",
         "versionName": "28",
@@ -1679,8 +1679,8 @@
         "position": "50000",
         "ant": "ant_latest",
         "jdk": "jdk_17_latest",
-        "jdktoolapidoc" : "jdk_24_latest",
-        "jdk_apidoc": "https://docs.oracle.com/en/java/javase/24/docs/api/";,
+        "jdktoolapidoc" : "jdk_25_latest",
+        "jdk_apidoc": "https://docs.oracle.com/en/java/javase/25/docs/api/";,
         "maven": "maven_3_latest",
         "mavenversion": "dev-SNAPSHOT",
         "versionName": "dev",


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

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to