Skip to content

Commit 4eba6f6

Browse files
authored
chore: Update target platform (#587)
Signed-off-by: Sheng Chen <[email protected]>
1 parent f7a4e73 commit 4eba6f6

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

jdtls.ext/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
<repository>
120120
<id>202006</id>
121121
<layout>p2</layout>
122-
<url>http://download.eclipse.org/releases/2020-06/</url>
122+
<url>https://download.eclipse.org/releases/2021-09/202109151000/</url>
123123
</repository>
124124
<repository>
125125
<id>oss.sonatype.org</id>
@@ -131,22 +131,22 @@
131131
<repository>
132132
<id>JDT.LS</id>
133133
<layout>p2</layout>
134-
<url>http://download.eclipse.org/jdtls/snapshots/repository/latest/</url>
134+
<url>https://download.eclipse.org/jdtls/snapshots/repository/latest/</url>
135135
</repository>
136136
<repository>
137137
<id>LSP4J</id>
138138
<layout>p2</layout>
139-
<url>http://download.eclipse.org/lsp4j/updates/releases/0.5.0/</url>
139+
<url>https://download.eclipse.org/lsp4j/updates/releases/0.11.0/</url>
140140
</repository>
141141
<repository>
142142
<id>JBOLL.TOOLS</id>
143143
<layout>p2</layout>
144-
<url>http://download.jboss.org/jbosstools/updates/m2e-extensions/m2e-apt/1.5.2-2018-12-24_15-46-05-H18/</url>
144+
<url>https://download.jboss.org/jbosstools/updates/m2e-extensions/m2e-apt/1.5.3-2019-11-08_11-04-22-H22/</url>
145145
</repository>
146146
<repository>
147147
<id>orbit</id>
148148
<layout>p2</layout>
149-
<url>http://download.eclipse.org/tools/orbit/R-builds/R20170516192513/repository/</url>
149+
<url>https://download.eclipse.org/tools/orbit/R-builds/R20200529191137/repository/</url>
150150
</repository>
151151
</repositories>
152152
</project>

jdtls.ext/target.target

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@
2020
<unit id="org.eclipse.xtend.sdk.feature.group" version="0.0.0"/>
2121
<unit id="org.eclipse.xtext.sdk.feature.group" version="0.0.0"/>
2222
<unit id="org.eclipse.jdt.core.manipulation.source" version="0.0.0"/>
23-
<repository location="https://download.eclipse.org/releases/2020-06/202006171000/"/>
23+
<repository location="https://download.eclipse.org/releases/2021-09/202109151000/"/>
2424
</location>
2525
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
2626
<unit id="org.eclipse.jdt.ls.core" version="0.0.0"/>
27-
<repository location="http://download.eclipse.org/jdtls/snapshots/repository/latest/"/>
27+
<repository location="https://download.eclipse.org/jdtls/snapshots/repository/latest/"/>
2828
</location>
2929
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
3030
<unit id="org.jboss.tools.maven.apt.core" version="0.0.0"/>
3131
<repository location="https://download.jboss.org/jbosstools/updates/m2e-extensions/m2e-apt/1.5.3-2019-11-08_11-04-22-H22/"/>
3232
</location>
3333
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
34-
<repository location="https://download.eclipse.org/lsp4j/updates/releases/0.9.0/"/>
34+
<repository location="https://download.eclipse.org/lsp4j/updates/releases/0.11.0/"/>
3535
<unit id="org.eclipse.lsp4j.sdk.feature.group" version="0.0.0"/>
3636
</location>
3737
</locations>

0 commit comments

Comments
 (0)