Skip to content

Commit b6bf8a5

Browse files
authored
lsp-xml: Update JAR download URL (#4352)
* fix(lsp-xml): Update JAR download URL * fix(lsp-xml): Remove vestigial format function
1 parent c449bb9 commit b6bf8a5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: clients/lsp-xml.el

+3-3
Original file line numberDiff line numberDiff line change
@@ -287,9 +287,9 @@ The value for `enabled' can be always, never or onValidSchema."
287287
("xml.catalogs" lsp-xml-catalogs)
288288
("xml.trace.server" lsp-xml-trace-server)))
289289

290-
(defconst lsp-xml-jar-version "0.21.0")
290+
(defconst lsp-xml-jar-version "0.27.0")
291291

292-
(defconst lsp-xml-jar-name (format "org.eclipse.lemminx-%s-uber.jar" lsp-xml-jar-version))
292+
(defconst lsp-xml-jar-name "org.eclipse.lemminx-uber.jar")
293293

294294
(defcustom lsp-xml-jar-file (f-join lsp-server-install-dir "xmlls" lsp-xml-jar-name)
295295
"Xml server jar command."
@@ -300,7 +300,7 @@ The value for `enabled' can be always, never or onValidSchema."
300300

301301
(defcustom lsp-xml-jar-download-url
302302
(format
303-
"https://repo.eclipse.org/content/repositories/lemminx-releases/org/eclipse/lemminx/org.eclipse.lemminx/%s/%s"
303+
"https://download.eclipse.org/lemminx/releases/%s/%s"
304304
lsp-xml-jar-version
305305
lsp-xml-jar-name)
306306
"Automatic download url for lsp-xml."

0 commit comments

Comments
 (0)