Skip to content

Commit 5ada7c7

Browse files
committed
fix(deps): bump tycho-version from 5.0.0 to 5.0.1
1 parent 01e9b00 commit 5ada7c7

File tree

3 files changed

+16
-5
lines changed

3 files changed

+16
-5
lines changed

pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
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>
@@ -314,7 +314,6 @@
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>

target-platforms/latest.target

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
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"/>

target-platforms/staging.target

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,19 @@
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

0 commit comments

Comments
 (0)