Skip to content

Commit 61dec30

Browse files
committed
Updated LSP4Jakarta 0.2.3 releases
Updated LSP4Jakarta 0.2.3 releases
1 parent 8d849c0 commit 61dec30

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const cp = require("child_process");
55
const libertyGroupId = "io.openliberty.tools";
66
const libertyVersion = "2.2";
77
const jakartaGroupId = "org.eclipse.lsp4jakarta";
8-
const jakartaVersion = "0.2.2";
8+
const jakartaVersion = "0.2.3";
99
var releaseLevel = "releases"; //"snapshots"; //snapshots or releases
1010

1111
const libertyLemminxName = "liberty-langserver-lemminx-" + libertyVersion + "-jar-with-dependencies.jar";

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
],
5151
"contributes": {
5252
"javaExtensions": [
53-
"./jars/org.eclipse.lsp4jakarta.jdt.core-0.2.2.jar"
53+
"./jars/org.eclipse.lsp4jakarta.jdt.core-0.2.3.jar"
5454
],
5555
"xml.javaExtensions": [
5656
"./jars/liberty-langserver-lemminx-2.2-jar-with-dependencies.jar"

src/extension.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* Copyright (c) 2020, 2024 IBM Corporation.
2+
* Copyright (c) 2020, 2025 IBM Corporation.
33
*
44
* This program and the accompanying materials are made available under the
55
* terms of the Eclipse Public License v. 2.0 which is available at
@@ -24,7 +24,7 @@ import * as helperUtil from "./util/helperUtil";
2424
const LIBERTY_CLIENT_ID = "LANGUAGE_ID_LIBERTY";
2525
const JAKARTA_CLIENT_ID = "LANGUAGE_ID_JAKARTA";
2626
export const LIBERTY_LS_JAR = "liberty-langserver-2.2-jar-with-dependencies.jar";
27-
export const JAKARTA_LS_JAR = "org.eclipse.lsp4jakarta.ls-0.2.2-jar-with-dependencies.jar";
27+
export const JAKARTA_LS_JAR = "org.eclipse.lsp4jakarta.ls-0.2.3-jar-with-dependencies.jar";
2828

2929
let libertyClient: LanguageClient;
3030
let jakartaClient: LanguageClient;

0 commit comments

Comments
 (0)