Skip to content

Commit

Permalink
upgrade Tycho Surefire JUnit Jupiter 5.8 to 5.8.2
Browse files Browse the repository at this point in the history
Use Jupiter 5.8.2 instead of 5.8.1 at Tycho Surefire runtime, when
selecting the junit58 provider.
  • Loading branch information
Bananeweizen authored and akurtakov committed Dec 6, 2021
1 parent f1bfcdb commit e3b4f59
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions tycho-surefire/org.eclipse.tycho.surefire.junit58/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
<name>Tycho Surefire OSGi JUnit 5.8 Runner</name>
<properties>
<!-- NOTE: when updating JUnit version(s), double-check Import-Package statements generated by bnd-maven-plugin and possibly adapt instructions in bnd.bnd -->
<junit-platform-version>1.8.1</junit-platform-version>
<junit-jupiter-version>5.8.1</junit-jupiter-version>
<junit-platform-version>1.8.2</junit-platform-version>
<junit-jupiter-version>5.8.2</junit-jupiter-version>
</properties>
<build>
<plugins>
Expand Down Expand Up @@ -70,7 +70,7 @@
<artifactItem>
<groupId>org.apiguardian</groupId>
<artifactId>apiguardian-api</artifactId>
<version>1.1.0</version>
<version>1.1.2</version>
</artifactItem>
</artifactItems>
</configuration>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
<name>Tycho Surefire OSGi JUnit 5.8 Runner with JUnit Vintage to execute JUnit 4.x tests as well</name>
<properties>
<!-- NOTE: when updating JUnit version(s), double-check Import-Package statements generated by bnd-maven-plugin and possibly adapt instructions in bnd.bnd -->
<junit-platform-version>1.8.1</junit-platform-version>
<junit-jupiter-version>5.8.1</junit-jupiter-version>
<junit-platform-version>1.8.2</junit-platform-version>
<junit-jupiter-version>5.8.2</junit-jupiter-version>
</properties>
<build>
<plugins>
Expand Down Expand Up @@ -80,7 +80,7 @@
<artifactItem>
<groupId>org.apiguardian</groupId>
<artifactId>apiguardian-api</artifactId>
<version>1.1.0</version>
<version>1.1.2</version>
</artifactItem>
</artifactItems>
</configuration>
Expand Down

0 comments on commit e3b4f59

Please sign in to comment.