Skip to content

Commit

Permalink
chore: Update the target platform (#1361)
Browse files Browse the repository at this point in the history
Signed-off-by: Sheng Chen <[email protected]>
  • Loading branch information
jdneo authored Jan 24, 2022
1 parent 6e27ea7 commit b9563a2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
11 changes: 5 additions & 6 deletions java-extension/com.microsoft.java.test.plugin/target.target
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,19 @@
<unit id="org.eclipse.equinox.sdk.feature.group" version="0.0.0"/>
<unit id="org.eclipse.jdt.source.feature.group" version="0.0.0"/>
<unit id="org.eclipse.sdk.feature.group" version="0.0.0"/>
<repository location="http://download.eclipse.org/releases/2020-06/"/>
<repository location="https://download.eclipse.org/releases/2020-06/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.jdt.ls.core" version="0.0.0"/>
<repository location="http://download.eclipse.org/jdtls/snapshots/repository/latest/"/>
<repository location="https://download.eclipse.org/jdtls/snapshots/repository/latest/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.jboss.tools.maven.apt.feature.feature.group" version="1.5.0.201805160042"/>
<repository location="http://download.jboss.org/jbosstools/updates/m2e-extensions/m2e-apt/1.5.0-2018-05-16_00-46-30-H11"/>
<unit id="org.jboss.tools.maven.apt.feature.feature.group" version="0.0.0"/>
<repository location="https://download.jboss.org/jbosstools/updates/m2e-extensions/m2e-apt/1.5.3-2019-11-08_11-04-22-H22/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="com.ibm.icu.base" version="58.2.0.v20170418-1837"/>
<unit id="org.apache.commons.lang3" version="3.1.0.v201403281430"/>
<repository location="http://download.eclipse.org/tools/orbit/R-builds/R20170516192513/repository"/>
<repository location="https://download.eclipse.org/tools/orbit/R-builds/R20200529191137/repository/"/>
</location>
</locations>
</target>
6 changes: 3 additions & 3 deletions java-extension/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<repository>
<id>LSP4J</id>
<layout>p2</layout>
<url>https://download.eclipse.org/lsp4j/updates/releases/0.8.0/</url>
<url>https://download.eclipse.org/lsp4j/updates/releases/0.11.0/</url>
</repository>
<repository>
<id>JDT.LS</id>
Expand All @@ -77,12 +77,12 @@
<repository>
<id>JBOSS.TOOLS</id>
<layout>p2</layout>
<url>https://download.jboss.org/jbosstools/updates/m2e-extensions/m2e-apt/1.5.0-2018-05-16_00-46-30-H11</url>
<url>https://download.jboss.org/jbosstools/updates/m2e-extensions/m2e-apt/1.5.3-2019-11-08_11-04-22-H22/</url>
</repository>
<repository>
<id>orbit</id>
<layout>p2</layout>
<url>https://download.eclipse.org/tools/orbit/R-builds/R20170516192513/repository/</url>
<url>https://download.eclipse.org/tools/orbit/R-builds/R20200529191137/repository/</url>
</repository>
</repositories>
</project>

0 comments on commit b9563a2

Please sign in to comment.