Skip to content

Commit

Permalink
Update target-platform with latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
eclipse-releng-bot authored and akurtakov committed Oct 22, 2024
1 parent 149ab7a commit 07c9f03
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target
Original file line number Diff line number Diff line change
Expand Up @@ -45,19 +45,19 @@
<unit id="org.eclipse.orbit.xml-apis-ext.source" version="1.0.0.v20240917-0534"/>

<!-- Markdown support for JEP 467 -->
<unit id="org.commonmark" version="0.23.0.v20240917-1000"/>
<unit id="org.commonmark-gfm-tables" version="0.23.0.v20240917-1000"/>
<unit id="org.commonmark" version="0.24.0.v20241021-1700"/>
<unit id="org.commonmark-gfm-tables" version="0.24.0.v20241021-1700"/>

<!-- This is the "normal" Orbit repository is expected to be updated on milestones and releases based on Orbit deliveries. -->
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202410151055"/>
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202410211932"/>
</location>

<location includeAllPlatforms="true" includeMode="slicer" type="InstallableUnit">
<!-- Check version in "<EMF>/features" directory -->
<unit id="org.eclipse.emf.common.feature.group" version="2.33.0.v20240911-1027"/>
<unit id="org.eclipse.emf.common.source.feature.group" version="2.33.0.v20240911-1027"/>
<unit id="org.eclipse.emf.ecore.feature.group" version="2.39.0.v20240911-1027"/>
<unit id="org.eclipse.emf.ecore.source.feature.group" version="2.39.0.v20240911-1027"/>
<unit id="org.eclipse.emf.ecore.feature.group" version="2.39.0.v20241018-1213"/>
<unit id="org.eclipse.emf.ecore.source.feature.group" version="2.39.0.v20241018-1213"/>
<!-- For org.eclipse.ui.tools, and PDE's spy dependencies as of Eclipse 4.22 -->
<!-- Check version in "<EMF>/features" directory -->
<unit id="org.eclipse.emf.edit.feature.group" version="2.23.0.v20240604-0832"/>
Expand All @@ -66,7 +66,7 @@
<unit id="org.eclipse.emf.databinding.source.feature.group" version="1.12.0.v20240604-0832"/>
<unit id="org.eclipse.emf.databinding.edit.feature.group" version="1.12.0.v20240604-0832"/>
<unit id="org.eclipse.emf.databinding.edit.source.feature.group" version="1.12.0.v20240604-0832"/>
<repository location="https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202410151007"/>
<repository location="https://download.eclipse.org/modeling/emf/emf/builds/milestone/S202410211141"/>
</location>

<location includeAllPlatforms="true" includeMode="slicer" type="InstallableUnit">
Expand Down Expand Up @@ -686,73 +686,73 @@
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.11.2</version>
<version>5.11.3</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-engine</artifactId>
<version>5.11.2</version>
<version>5.11.3</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-migrationsupport</artifactId>
<version>5.11.2</version>
<version>5.11.3</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-params</artifactId>
<version>5.11.2</version>
<version>5.11.3</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-commons</artifactId>
<version>1.11.2</version>
<version>1.11.3</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-engine</artifactId>
<version>1.11.2</version>
<version>1.11.3</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-launcher</artifactId>
<version>1.11.2</version>
<version>1.11.3</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-runner</artifactId>
<version>1.11.2</version>
<version>1.11.3</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-suite-api</artifactId>
<version>1.11.2</version>
<version>1.11.3</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-suite-commons</artifactId>
<version>1.11.2</version>
<version>1.11.3</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.junit.platform</groupId>
<artifactId>junit-platform-suite-engine</artifactId>
<version>1.11.2</version>
<version>1.11.3</version>
<type>jar</type>
</dependency>
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<version>5.11.2</version>
<version>5.11.3</version>
<type>jar</type>
</dependency>
<dependency>
Expand Down

0 comments on commit 07c9f03

Please sign in to comment.