Skip to content

Commit 19a6fbd

Browse files
Merge branch 'main' into issue524_UpdateLSP4JakartaVersion
2 parents 61dec30 + 1383348 commit 19a6fbd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

gulpfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const download = require("gulp-download2");
33
const cp = require("child_process");
44

55
const libertyGroupId = "io.openliberty.tools";
6-
const libertyVersion = "2.2";
6+
const libertyVersion = "2.2.1";
77
const jakartaGroupId = "org.eclipse.lsp4jakarta";
88
const jakartaVersion = "0.2.3";
99
var releaseLevel = "releases"; //"snapshots"; //snapshots or releases

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"./jars/org.eclipse.lsp4jakarta.jdt.core-0.2.3.jar"
5454
],
5555
"xml.javaExtensions": [
56-
"./jars/liberty-langserver-lemminx-2.2-jar-with-dependencies.jar"
56+
"./jars/liberty-langserver-lemminx-2.2.1-jar-with-dependencies.jar"
5757
],
5858
"views": {
5959
"explorer": [

src/extension.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import * as helperUtil from "./util/helperUtil";
2323

2424
const LIBERTY_CLIENT_ID = "LANGUAGE_ID_LIBERTY";
2525
const JAKARTA_CLIENT_ID = "LANGUAGE_ID_JAKARTA";
26-
export const LIBERTY_LS_JAR = "liberty-langserver-2.2-jar-with-dependencies.jar";
26+
export const LIBERTY_LS_JAR = "liberty-langserver-2.2.1-jar-with-dependencies.jar";
2727
export const JAKARTA_LS_JAR = "org.eclipse.lsp4jakarta.ls-0.2.3-jar-with-dependencies.jar";
2828

2929
let libertyClient: LanguageClient;

0 commit comments

Comments
 (0)