File tree Expand file tree Collapse file tree
target-platforms/target-platform-latest Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Manifest-Version: 1.0
22Bundle-ManifestVersion : 2
33Bundle-Name : Tests for language server bundle (Incubation)
44Bundle-SymbolicName : org.eclipse.lsp4e.test;singleton:=true
5- Bundle-Version : 0.16.3 .qualifier
5+ Bundle-Version : 0.16.4 .qualifier
66Fragment-Host : org.eclipse.lsp4e
77Bundle-Vendor : Eclipse LSP4E
88Bundle-RequiredExecutionEnvironment : JavaSE-21
Original file line number Diff line number Diff line change 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 -->
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 >
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.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>
Original file line number Diff line number Diff line change 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" />
You can’t perform that action at this time.
0 commit comments