mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 08:18:55 +00:00
[eclipse/xtext#1645] update to JUnit 4.13.2
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
This commit is contained in:
parent
c7a0919646
commit
5805e3fa25
4 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
<unit id="com.google.inject" version="5.0.1.v20210324-2015"/>
|
||||
<unit id="javax.inject" version="1.0.0.v20091030"/>
|
||||
<unit id="org.antlr.runtime" version="3.2.0.v201101311130"/>
|
||||
<unit id="org.junit" version="4.12.0.v201504281640"/>
|
||||
<unit id="org.junit" version="4.13.2.v20211018-1956"/>
|
||||
<unit id="org.apiguardian" version="1.1.2.v20211018-1956"/>
|
||||
<unit id="org.junit.jupiter.api" version="5.8.1.v20211018-1956"/>
|
||||
<unit id="org.junit.jupiter.engine" version="5.8.1.v20211018-1956"/>
|
||||
|
|
|
@ -92,7 +92,7 @@ class TargetPlatformProject extends ProjectDescriptor {
|
|||
<unit id="com.google.inject" version="5.0.1.v20210324-2015"/>
|
||||
<unit id="javax.inject" version="1.0.0.v20091030"/>
|
||||
<unit id="org.antlr.runtime" version="3.2.0.v201101311130"/>
|
||||
<unit id="org.junit" version="4.12.0.v201504281640"/>
|
||||
<unit id="org.junit" version="4.13.2.v20211018-1956"/>
|
||||
«IF config.junitVersion == JUnitVersion.JUNIT_5»
|
||||
<unit id="org.apiguardian" version="1.1.2.v20211018-1956"/>
|
||||
<unit id="org.junit.jupiter.api" version="5.8.1.v20211018-1956"/>
|
||||
|
|
|
@ -208,7 +208,7 @@ public class TargetPlatformProject extends ProjectDescriptor {
|
|||
_builder.newLine();
|
||||
_builder.append("\t\t");
|
||||
_builder.append("\t");
|
||||
_builder.append("<unit id=\"org.junit\" version=\"4.12.0.v201504281640\"/>");
|
||||
_builder.append("<unit id=\"org.junit\" version=\"4.13.2.v20211018-1956\"/>");
|
||||
_builder.newLine();
|
||||
{
|
||||
JUnitVersion _junitVersion = this.getConfig().getJunitVersion();
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
</location>
|
||||
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
|
||||
<repository location="https://download.eclipse.org/tools/orbit/downloads/2021-12"/>
|
||||
<unit id="org.junit" version="4.12.0.v201504281640"/>
|
||||
<unit id="org.junit" version="4.13.2.v20211018-1956"/>
|
||||
<unit id="com.google.guava" version="30.1.0.v20210127-2300"/>
|
||||
</location>
|
||||
</locations>
|
||||
|
|
Loading…
Reference in a new issue