going back to release versions for language server plugin builds due to hiccups with snapshots versions and various dependencies

This commit is contained in:
Martin Lippert
2023-02-21 15:32:04 +01:00
parent fc7fa3f3e9
commit 4584be1fe8

View File

@@ -250,8 +250,8 @@
<repository>
<id>lsp4e</id>
<layout>p2</layout>
<!-- <url>https://download.eclipse.org/lsp4e/releases/0.21.0/</url> -->
<url>https://download.eclipse.org/lsp4e/snapshots</url>
<url>https://download.eclipse.org/lsp4e/releases/0.21.0/</url>
<!-- <url>https://download.eclipse.org/lsp4e/snapshots</url> -->
</repository>
<repository>
<id>tm4e</id>
@@ -280,15 +280,20 @@
</properties>
<repositories>
<repository>
<id>2022-12</id>
<id>2023-03</id>
<layout>p2</layout>
<url>https://download.eclipse.org/staging/2023-03/</url>
</repository>
<repository>
<id>orbit</id>
<layout>p2</layout>
<url>https://download.eclipse.org/tools/orbit/downloads/drops/R20221123021534/repository</url>
<url>https://download.eclipse.org/tools/orbit/downloads/drops/S20230214193619/repository</url>
</repository>
<!-- <repository>
<id>m2e</id>
<layout>p2</layout>
<url>https://download.eclipse.org/technology/m2e/snapshots/latest/</url>
</repository> -->
<repository>
<id>mylyn-markdown</id>
<layout>p2</layout>
@@ -297,8 +302,8 @@
<repository>
<id>lsp4e</id>
<layout>p2</layout>
<!-- <url>https://download.eclipse.org/lsp4e/releases/0.21.0/</url> -->
<url>https://download.eclipse.org/lsp4e/snapshots</url>
<url>https://download.eclipse.org/lsp4e/releases/0.21.0/</url>
<!-- <url>https://download.eclipse.org/lsp4e/snapshots</url> -->
</repository>
<repository>
<id>tm4e</id>
@@ -310,6 +315,7 @@
<id>wwd</id>
<layout>p2</layout>
<url>https://download.eclipse.org/wildwebdeveloper/releases/latest/</url>
<!-- <url>https://download.eclipse.org/wildwebdeveloper/snapshots/</url> -->
</repository>
</repositories>
</profile>