Skip to content

Commit

Permalink
[TP] Update to latest Logback, EMF, EGit and LanguageServer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesWell committed Nov 26, 2024
1 parent 85b9ac8 commit 7e46f73
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions target-platform/target-platform.target
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
<unit id="jakarta.annotation-api" version="1.3.5"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-09/"/>
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2024-12/"/>
<unit id="org.jdom2" version="0.0.0"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/egit/updates-7.0/"/>
<repository location="https://download.eclipse.org/egit/updates-7.1/"/>
<unit id="org.eclipse.jgit" version="0.0.0"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/modeling/emf/emf/builds/release/2.39.0"/>
<repository location="https://download.eclipse.org/modeling/emf/emf/builds/release/2.40.0"/>
<unit id="org.eclipse.emf.edit.ui.feature.group" version="0.0.0"/>
<unit id="org.eclipse.emf.ecore.edit.feature.group" version="0.0.0"/>
</location>
Expand All @@ -34,10 +34,10 @@
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/wildwebdeveloper/releases/1.3.9/"/>
<repository location="https://download.eclipse.org/tm4e/releases/0.12.0/"/>
<repository location="https://download.eclipse.org/tm4e/releases/0.14.0/"/>
<repository location="https://download.eclipse.org/lsp4e/releases/0.26.6/"/>
<repository location="https://download.eclipse.org/lsp4j/updates/releases/0.23.1/"/>
<repository location="https://download.eclipse.org/mylyn/updates/release/4.3.0/"/>
<repository location="https://download.eclipse.org/mylyn/updates/release/4.5.0/"/>
<unit id="org.eclipse.wildwebdeveloper.xml.feature.feature.group" version="0.0.0"/>
<unit id="org.eclipse.lsp4e" version="0.0.0"/>
</location>
Expand All @@ -54,7 +54,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.5.8</version>
<version>1.5.12</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down

0 comments on commit 7e46f73

Please sign in to comment.