Skip to content

Commit 70e805e

Browse files
authored
fix(deps): bump tycho-version from 5.0.0 to 5.0.1 (#1438)
1 parent f7e6517 commit 70e805e

4 files changed

Lines changed: 16 additions & 5 deletions

File tree

org.eclipse.lsp4e.test/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: Tests for language server bundle (Incubation)
44
Bundle-SymbolicName: org.eclipse.lsp4e.test;singleton:=true
5-
Bundle-Version: 0.16.3.qualifier
5+
Bundle-Version: 0.16.4.qualifier
66
Fragment-Host: org.eclipse.lsp4e
77
Bundle-Vendor: Eclipse LSP4E
88
Bundle-RequiredExecutionEnvironment: JavaSE-21

org.eclipse.lsp4e.test/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</parent>
99
<artifactId>org.eclipse.lsp4e.test</artifactId>
1010
<packaging>eclipse-test-plugin</packaging>
11-
<version>0.16.3-SNAPSHOT</version>
11+
<version>0.16.4-SNAPSHOT</version>
1212

1313
<properties>
1414
<os-jvm-flags /> <!-- for the default case -->
@@ -43,7 +43,6 @@
4343
<useUIThread>true</useUIThread>
4444
<forkedProcessTimeoutInSeconds>1200</forkedProcessTimeoutInSeconds>
4545
<argLine>-Dfile.encoding=${project.build.sourceEncoding} -Xms1g -Xmx1g -Djava.util.logging.config.file=${project.basedir}/src/jul.properties ${ui.test.vmargs} ${os-jvm-flags}</argLine>
46-
<providerHint>junit5</providerHint>
4746
</configuration>
4847
</plugin>
4948
</plugins>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111
<properties>
1212
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
13-
<maven.minimum.version>3.6.3</maven.minimum.version>
14-
<tycho-version>5.0.0</tycho-version>
13+
<maven.minimum.version>3.9.9</maven.minimum.version>
14+
<tycho-version>5.0.1</tycho-version>
1515
<tycho.scmUrl>scm:git:https://github.com/eclipse-lsp4e/lsp4e.git</tycho.scmUrl>
1616
<ui.test.vmargs></ui.test.vmargs>
1717
<jgit.dirtyWorkingTree>error</jgit.dirtyWorkingTree>

target-platforms/target-platform-latest/target-platform-latest.target

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,18 @@
2121
<unit id="org.commonmark.ext-gfm-tables" version="0.0.0"/>
2222
<unit id="com.google.guava" version="0.0.0"/>
2323
<unit id="com.google.guava.failureaccess" version="0.0.0"/>
24+
<!-- Pinning JUnit 5 for now -->
25+
<unit id="junit-jupiter-api" version="5.14.1"/>
26+
<unit id="junit-jupiter-engine" version="5.14.1"/>
27+
<unit id="junit-jupiter-params" version="5.14.1"/>
28+
<unit id="junit-platform-commons" version="1.14.1"/>
29+
<unit id="junit-platform-engine" version="1.14.1"/>
30+
<unit id="junit-platform-launcher" version="1.14.1"/>
31+
<unit id="junit-platform-runner" version="1.14.1"/>
32+
<unit id="junit-platform-suite-api" version="1.14.1"/>
33+
<unit id="junit-platform-suite-commons" version="1.14.1"/>
34+
<unit id="junit-platform-suite-engine" version="1.14.1"/>
35+
<unit id="junit-vintage-engine" version="5.14.1"/>
2436
</location>
2537
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
2638
<unit id="org.eclipse.tm4e.feature.feature.group" version="0.0.0"/>

0 commit comments

Comments
 (0)