Skip to content

Commit

Permalink
Update target platform to 2024-09 content
Browse files Browse the repository at this point in the history
  • Loading branch information
akurtakov committed Sep 27, 2024
1 parent a34b296 commit c81cc3c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions target-platform/target-platform.target
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,22 @@
<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-6.10/"/>
<repository location="https://download.eclipse.org/egit/updates-7.0/"/>
<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.38.0"/>
<repository location="https://download.eclipse.org/modeling/emf/emf/builds/release/2.39.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>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/webtools/downloads/drops/R3.34.0/R-3.34.0-20240527184929/repository/"/>
<repository location="https://download.eclipse.org/webtools/downloads/drops/R3.35.0/R-3.35.0-20240825085431/repository/"/>
<unit id="org.eclipse.wst.common.uriresolver" version="0.0.0"/>
<unit id="org.eclipse.wst.common.emf" version="0.0.0"/>
<unit id="org.eclipse.wst.xsd.core" version="0.0.0"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
<repository location="https://download.eclipse.org/wildwebdeveloper/releases/1.3.6/"/>
<repository location="https://download.eclipse.org/wildwebdeveloper/releases/1.3.7/"/>
<repository location="https://download.eclipse.org/tm4e/releases/0.12.0/"/>
<repository location="https://download.eclipse.org/lsp4e/releases/0.26.4/"/>
<repository location="https://download.eclipse.org/lsp4j/updates/releases/0.23.1/"/>
Expand All @@ -50,7 +50,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.5.7</version>
<version>1.5.8</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down Expand Up @@ -78,7 +78,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>33.3.0-jre</version>
<version>33.3.1-jre</version>
<type>jar</type>
</dependency>
<dependency>
Expand All @@ -96,7 +96,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.16.0</version>
<version>3.17.0</version>
<type>jar</type>
</dependency>
</dependencies>
Expand Down

0 comments on commit c81cc3c

Please sign in to comment.