Skip to content

Commit

Permalink
Use same surefire version
Browse files Browse the repository at this point in the history
Keep the versions in sync to prevent possible incompatibilities.
  • Loading branch information
akurtakov committed Jun 17, 2024
1 parent 329b77d commit af0a045
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
<tycho-surefire-plugin.vmargs></tycho-surefire-plugin.vmargs>
<jgit.dirtyWorkingTree>error</jgit.dirtyWorkingTree>
<tm4e.target-platform>oldest</tm4e.target-platform>
<surefire-version>3.3.0</surefire-version>
</properties>

<organization>
Expand Down Expand Up @@ -135,7 +136,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.3.0</version>
<version>${surefire-version}</version>
<executions>
<execution>
<phase>test</phase>
Expand All @@ -148,7 +149,7 @@
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>surefire-junit-platform</artifactId>
<version>3.3.0</version>
<version>${surefire-version}</version>
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
Expand Down

0 comments on commit af0a045

Please sign in to comment.