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.1.v20250501-1000 " />
22- <unit id =" org.apache.lucene.analysis-smartcn" version =" 10.2.1.v20250501-1000 " />
23- <unit id =" org.apache.lucene.analysis-common" version =" 10.2.1.v20250501-1000 " />
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 " />
2424
2525 <!-- This version contains with notarized *.jnilib -->
2626 <unit id =" com.sun.jna" version =" 5.17.0.v20250316-1700" />
2727
2828 <!-- Batik dependencies -->
2929 <unit id =" org.eclipse.orbit.xml-apis-ext" version =" 1.0.0.v20240917-0534" />
3030
31- <!-- Markdown support for JEP 467 -->
32- <unit id =" org.commonmark" version =" 0.24.0.v20241021-1700" />
33- <unit id =" org.commonmark-gfm-tables" version =" 0.24.0.v20241021-1700" />
34-
3531 <!-- ECF -->
3632 <unit id =" org.apache.httpcomponents.client5.httpclient5" version =" 5.5.0.v20250522-2300" />
3733 <unit id =" org.apache.httpcomponents.client5.httpclient5-win" version =" 5.2.3.v20231203-1619" />
3834 <unit id =" org.apache.httpcomponents.core5.httpcore5" version =" 5.3.4.v20250320-1400" />
3935 <unit id =" org.apache.httpcomponents.core5.httpcore5-h2" version =" 5.3.4.v20250320-1400" />
4036
4137 <!-- This is the "normal" Orbit repository is expected to be updated on milestones and releases based on Orbit deliveries. -->
42- <repository location =" https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/release/4.36.0 " />
38+ <repository location =" https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/milestone/S202506211357 " />
4339 </location >
4440
4541 <location includeAllPlatforms =" true" includeConfigurePhase =" false" includeMode =" slicer" includeSource =" true" type =" InstallableUnit" >
7571 -->
7672 <location includeAllPlatforms =" true" includeConfigurePhase =" false" includeMode =" slicer" includeSource =" true" type =" InstallableUnit" >
7773 <repository location =" https://download.eclipse.org/tools/cdt/releases/12.1/cdt-12.1.0" />
78- <unit id =" org.eclipse.cdt.core.native" version =" 6.4.0.202505200054" />
79- <unit id =" org.eclipse.cdt.core.linux" version =" 6.1.100.202402230238" />
80- <unit id =" org.eclipse.cdt.core.linux.x86_64" version =" 12.1.0.202506041907" />
81- <unit id =" org.eclipse.cdt.core.linux.ppc64le" version =" 12.1.0.202506041907" />
82- <unit id =" org.eclipse.cdt.core.linux.aarch64" version =" 12.1.0.202506041907" />
83- <unit id =" org.eclipse.cdt.core.macosx" version =" 12.1.0.202506041907" />
84- <unit id =" org.eclipse.cdt.core.win32" version =" 6.1.200.202505191828" />
85- <unit id =" org.eclipse.cdt.core.win32.x86_64" version =" 12.1.0.202506041907" />
86- <unit id =" org.eclipse.cdt.core.win32.aarch64" version =" 12.1.0.202506041907" />
74+ <unit id =" org.eclipse.cdt.core.native" version =" 6.4.0.202505200054" />
75+ <unit id =" org.eclipse.cdt.core.linux" version =" 6.1.100.202402230238" />
76+ <unit id =" org.eclipse.cdt.core.linux.x86_64" version =" 12.1.0.202506041907" />
77+ <unit id =" org.eclipse.cdt.core.linux.ppc64le" version =" 12.1.0.202506041907" />
78+ <unit id =" org.eclipse.cdt.core.linux.aarch64" version =" 12.1.0.202506041907" />
79+ <unit id =" org.eclipse.cdt.core.macosx" version =" 12.1.0.202506041907" />
80+ <unit id =" org.eclipse.cdt.core.win32" version =" 6.1.200.202505191828" />
81+ <unit id =" org.eclipse.cdt.core.win32.x86_64" version =" 12.1.0.202506041907" />
82+ <unit id =" org.eclipse.cdt.core.win32.aarch64" version =" 12.1.0.202506041907" />
8783 </location >
8884
8985 <!-- uncomment 'eclipse_home' location, with text editor, for use in Eclipse IDE
180176 <dependency >
181177 <groupId >org.jsoup</groupId >
182178 <artifactId >jsoup</artifactId >
183- <version >1.20 .1</version >
179+ <version >1.21 .1</version >
184180 <type >jar</type >
185181 </dependency >
186182 <dependency >
887883 </dependency >
888884 </dependencies >
889885 </location >
886+ <!-- Markdown support for JEP 467 -->
887+ <location includeDependencyDepth =" none" includeDependencyScopes =" compile" includeSource =" true" label =" commonmark" missingManifest =" error" type =" Maven" >
888+ <dependencies >
889+ <dependency >
890+ <groupId >org.commonmark</groupId >
891+ <artifactId >commonmark</artifactId >
892+ <version >0.25.0</version >
893+ <type >jar</type >
894+ </dependency >
895+ <dependency >
896+ <groupId >org.commonmark</groupId >
897+ <artifactId >commonmark-ext-gfm-tables</artifactId >
898+ <version >0.25.0</version >
899+ <type >jar</type >
900+ </dependency >
901+ </dependencies >
902+ </location >
890903 </locations >
891904 <targetJRE path =" org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-21" />
892905</target >
0 commit comments