Skip to content

Commit f1ef4a7

Browse files
committed
Update target platform to latest Orbit milestone
1 parent 76bc961 commit f1ef4a7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

eclipse.platform.releng.prereqs.sdk/eclipse-sdk-prereqs.target

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
<!-- needed because org.eclipse.jdt.feature.group includes it, but it should include org.hamcrest (direct-from-maven) instead -->
1919
<unit id="org.junit" version="4.13.2.v20240929-1000"/>
2020

21-
<unit id="org.apache.lucene.core" version="10.2.2.v20250621-0700"/>
22-
<unit id="org.apache.lucene.analysis-smartcn" version="10.2.2.v20250621-0700"/>
23-
<unit id="org.apache.lucene.analysis-common" version="10.2.2.v20250621-0700"/>
21+
<unit id="org.apache.lucene.core" version="10.3.0.v20250914-0700"/>
22+
<unit id="org.apache.lucene.analysis-smartcn" version="10.3.0.v20250914-0700"/>
23+
<unit id="org.apache.lucene.analysis-common" version="10.3.0.v20250914-0700"/>
2424

2525
<!-- This version contains with notarized *.jnilib -->
2626
<unit id="com.sun.jna" version="5.17.0.v20250316-1700"/>
@@ -31,11 +31,11 @@
3131
<!-- ECF -->
3232
<unit id="org.apache.httpcomponents.client5.httpclient5" version="5.5.0.v20250522-2300"/>
3333
<unit id="org.apache.httpcomponents.client5.httpclient5-win" version="5.2.3.v20231203-1619"/>
34-
<unit id="org.apache.httpcomponents.core5.httpcore5" version="5.3.4.v20250320-1400"/>
35-
<unit id="org.apache.httpcomponents.core5.httpcore5-h2" version="5.3.4.v20250320-1400"/>
34+
<unit id="org.apache.httpcomponents.core5.httpcore5" version="5.3.5.v20250829-1600"/>
35+
<unit id="org.apache.httpcomponents.core5.httpcore5-h2" version="5.3.5.v20250829-1600"/>
3636

3737
<!-- This is the "normal" Orbit repository is expected to be updated on milestones and releases based on Orbit deliveries. -->
38-
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/release/4.37.0"/>
38+
<repository location="https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202509170715"/>
3939
</location>
4040

4141
<location includeAllPlatforms="true" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
@@ -888,13 +888,13 @@
888888
<dependencies>
889889
<dependency>
890890
<groupId>org.commonmark</groupId>
891-
<artifactId>commonmark</artifactId>
891+
<artifactId>commonmark-ext-gfm-tables</artifactId>
892892
<version>0.26.0</version>
893893
<type>jar</type>
894894
</dependency>
895895
<dependency>
896896
<groupId>org.commonmark</groupId>
897-
<artifactId>commonmark-ext-gfm-tables</artifactId>
897+
<artifactId>commonmark</artifactId>
898898
<version>0.26.0</version>
899899
<type>jar</type>
900900
</dependency>

0 commit comments

Comments
 (0)