Skip to content

Commit

Permalink
Consolidate surefire versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
QubitPi committed Jan 16, 2025
1 parent f5b3477 commit 803a665
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@

<checkstyle.skip>false</checkstyle.skip>
<checkstyle.resourceIncludes>**/*.properties*</checkstyle.resourceIncludes>

<version.maven.surefire.plugin>3.0.0-M5</version.maven.surefire.plugin>
<version.maven.surefire.report.plugin>${version.maven.surefire.plugin}</version.maven.surefire.report.plugin>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -329,7 +332,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M5</version>
<version>${version.maven.surefire.plugin}</version>
<configuration>
<systemPropertyVariables>
<java.awt.headless>true</java.awt.headless>
Expand All @@ -345,7 +348,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-report-plugin</artifactId>
<version>3.0.0-M5</version>
<version>${version.maven.surefire.report.plugin}</version>
</plugin>

<!-- Integration Test -->
Expand Down

0 comments on commit 803a665

Please sign in to comment.