This is an automated email from the ASF dual-hosted git repository. mbalin 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 b2043cd VSNetBeans 27.0.1 release added b2043cd is described below commit b2043cd13379eafeb3ae948471281d9abaf5cf7d Author: Martin Balin <martin.ba...@oracle.com> AuthorDate: Fri Aug 29 16:42:56 2025 +0200 VSNetBeans 27.0.1 release added --- meta/README | 4 ++-- meta/netbeansvscode.json | 32 ++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+), 2 deletions(-) diff --git a/meta/README b/meta/README index bd87388..90bda3c 100644 --- a/meta/README +++ b/meta/README @@ -20,7 +20,7 @@ Json file containing release information for Apache NetBeans. `meta` folder content: * `netbeansrelease.json` - Release information for Apache NetBeans IDE releases. Then main Release. - * `netbeanshtml4j.json` - Release information for [Html 4 Java](https://github.com/apache/netbeans-html4j) project - * `netbeansvscode.json` - Release information for Apache NetBeans Langauge Server for VSCode. Decoupled from netbeansrelease.json in v. 26.0. + * `netbeanshtml4j.json` - Release information for Html 4 Java https://github.com/apache/netbeans-html4j project + * `netbeansvscode.json` - Release information for Apache NetBeans Langauge Server for VSCode https://github.com/apache/netbeans-vscode. Decoupled from netbeansrelease.json in v. 26.0. Json cannot contains ASF Header diff --git a/meta/netbeansvscode.json b/meta/netbeansvscode.json index e33c5f7..52b3eee 100644 --- a/meta/netbeansvscode.json +++ b/meta/netbeansvscode.json @@ -35,6 +35,38 @@ "year": "2025" } }, + "release2701": { + "position": "2", + "ant": "ant_latest", + "jdk": "jdk_17_latest", + "jdktoolapidoc" : "jdk_24_latest", + "jdk_apidoc": "https://docs.oracle.com/en/java/javase/24/docs/api/", + "maven": "maven_3_latest", + "mavenversion": "RELEASE260", + "versionName": "27.0.1", + "vsixVersion": "27.0.1", + "tlp": "true", + "apidocurl": "https://bits.netbeans.org/27/javadoc", + "update_url": "https://netbeans.apache.org/nb/updates/27/updates.xml?{$netbeans.hash.code}", + "plugin_url": "https://netbeans.apache.org/nb/plugins/27/catalog.xml.gz", + "publish_apidoc":"false", + "milestones": { + "601d8ccf362fa832e4f16c04a9f3bae2aee9c757": { + "version": "rc1", + "position": "1" + } + }, + "releasedate": { + "day": "-", + "month": "-", + "year": "-" + }, + "previousreleasedate": { + "day": "26", + "month": "05", + "year": "2025" + } + }, "master": { "position": "50000", "ant": "ant_latest", --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org For additional commands, e-mail: commits-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists