File tree Expand file tree Collapse file tree 3 files changed +16
-5
lines changed
Expand file tree Collapse file tree 3 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 1010
1111 <properties >
1212 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
13- <maven .minimum.version>3.9.5 </maven .minimum.version>
13+ <maven .minimum.version>3.9.9 </maven .minimum.version>
1414 <maven .compiler.release>21</maven .compiler.release>
15- <tycho-version >5.0.0 </tycho-version >
15+ <tycho-version >5.0.1 </tycho-version >
1616 <sonar .jacoco.reportPath>../target/jacoco.exec</sonar .jacoco.reportPath>
1717 <tycho .scmUrl>scm:git:https://github.com/eclipse-tm4e/tm4e.git</tycho .scmUrl>
1818 <tycho-surefire-plugin .vmargs></tycho-surefire-plugin .vmargs>
314314 <useUIHarness >true</useUIHarness >
315315 <useUIThread >true</useUIThread >
316316 <argLine >-Xms512m -Xmx512m -Dfile.encoding=${project.build.sourceEncoding} ${tycho-surefire-plugin.vmargs} </argLine >
317- <providerHint >junit5</providerHint >
318317 </configuration >
319318 </plugin >
320319 <plugin >
Original file line number Diff line number Diff line change 2222 </location >
2323
2424 <location includeAllPlatforms =" false" includeConfigurePhase =" true" includeMode =" planner" includeSource =" true" type =" InstallableUnit" >
25- <repository location =" https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/release/latest " />
25+ <repository location =" https://download.eclipse.org/tools/orbit/simrel/orbit-aggregation/2025-09/ " />
2626 <unit id =" assertj-core" version =" 0.0.0" />
2727 <unit id =" assertj-core.source" version =" 0.0.0" />
2828 <unit id =" com.google.gson" version =" 0.0.0" />
Original file line number Diff line number Diff line change 3636 <unit id =" org.snakeyaml.engine" version =" 0.0.0" />
3737 <unit id =" org.snakeyaml.engine.source" version =" 0.0.0" />
3838 <unit id =" org.junit" version =" 0.0.0" />
39- <unit id =" junit-jupiter-api" version =" 0.0.0" />
39+
40+ <!-- Pinning JUnit 5 for now -->
41+ <unit id =" junit-jupiter-api" version =" 5.14.1" />
42+ <unit id =" junit-jupiter-engine" version =" 5.14.1" />
43+ <unit id =" junit-jupiter-params" version =" 5.14.1" />
44+ <unit id =" junit-platform-commons" version =" 1.14.1" />
45+ <unit id =" junit-platform-engine" version =" 1.14.1" />
46+ <unit id =" junit-platform-launcher" version =" 1.14.1" />
47+ <unit id =" junit-platform-runner" version =" 1.14.1" />
48+ <unit id =" junit-platform-suite-api" version =" 1.14.1" />
49+ <unit id =" junit-platform-suite-commons" version =" 1.14.1" />
50+ <unit id =" junit-platform-suite-engine" version =" 1.14.1" />
51+ <unit id =" junit-vintage-engine" version =" 5.14.1" />
4052 </location >
4153 </locations >
4254
You can’t perform that action at this time.
0 commit comments