Skip to content

Commit 9045e2e

Browse files
committed
enable snapshot repos of lsp4e to get the latest version
1 parent 2bfc4fd commit 9045e2e

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

eclipse-distribution/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -479,8 +479,8 @@
479479
<repository>
480480
<id>lsp4e</id>
481481
<layout>p2</layout>
482-
<url>https://download.eclipse.org/lsp4e/releases/0.21.0/</url>
483-
<!-- <url>https://download.eclipse.org/lsp4e/snapshots/</url> -->
482+
<!-- <url>https://download.eclipse.org/lsp4e/releases/0.21.0/</url> -->
483+
<url>https://download.eclipse.org/lsp4e/snapshots/</url>
484484
</repository>
485485
<repository>
486486
<id>tm4e-snapshots</id>
@@ -592,8 +592,8 @@
592592
<repository>
593593
<id>lsp4e</id>
594594
<layout>p2</layout>
595-
<url>https://download.eclipse.org/lsp4e/releases/0.21.0/</url>
596-
<!-- <url>https://download.eclipse.org/lsp4e/snapshots/</url> -->
595+
<!-- <url>https://download.eclipse.org/lsp4e/releases/0.21.0/</url> -->
596+
<url>https://download.eclipse.org/lsp4e/snapshots/</url>
597597
</repository>
598598
<repository>
599599
<id>tm4e-snapshots</id>

eclipse-language-servers/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,8 @@
201201
<repository>
202202
<id>lsp4e</id>
203203
<layout>p2</layout>
204-
<url>https://download.eclipse.org/lsp4e/releases/0.21.0/</url>
205-
<!-- <url>https://download.eclipse.org/lsp4e/snapshots</url> -->
204+
<!-- <url>https://download.eclipse.org/lsp4e/releases/0.21.0/</url> -->
205+
<url>https://download.eclipse.org/lsp4e/snapshots</url>
206206
</repository>
207207
<repository>
208208
<id>tm4e</id>
@@ -253,8 +253,8 @@
253253
<repository>
254254
<id>lsp4e</id>
255255
<layout>p2</layout>
256-
<url>https://download.eclipse.org/lsp4e/releases/0.21.0/</url>
257-
<!-- <url>https://download.eclipse.org/lsp4e/snapshots</url> -->
256+
<!-- <url>https://download.eclipse.org/lsp4e/releases/0.21.0/</url> -->
257+
<url>https://download.eclipse.org/lsp4e/snapshots</url>
258258
</repository>
259259
<repository>
260260
<id>tm4e</id>
@@ -305,8 +305,8 @@
305305
<repository>
306306
<id>lsp4e</id>
307307
<layout>p2</layout>
308-
<url>https://download.eclipse.org/lsp4e/releases/0.21.0/</url>
309-
<!-- <url>https://download.eclipse.org/lsp4e/snapshots</url> -->
308+
<!-- <url>https://download.eclipse.org/lsp4e/releases/0.21.0/</url> -->
309+
<url>https://download.eclipse.org/lsp4e/snapshots</url>
310310
</repository>
311311
<repository>
312312
<id>tm4e</id>

0 commit comments

Comments
 (0)