Skip to content

Commit

Permalink
Merge pull request #12 from sullis/sean/surefire-3.5.0
Browse files Browse the repository at this point in the history
Upgrade to maven surefire 3.5.1
  • Loading branch information
jeffxiang authored Nov 15, 2024
2 parents cfe54d5 + 977eacf commit 6ec5032
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
</modules>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.surefire.version>3.5.1</maven.surefire.version>
</properties>
<dependencyManagement>
<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion ts-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M5</version>
<version>${maven.surefire.version}</version>
<configuration>
<!--suppress UnresolvedMavenProperty -->
<argLine>${argLine}</argLine>
Expand Down
2 changes: 1 addition & 1 deletion ts-consumer/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M5</version>
<version>${maven.surefire.version}</version>
<configuration>
<!--suppress UnresolvedMavenProperty -->
<argLine>${argLine}</argLine>
Expand Down
2 changes: 1 addition & 1 deletion ts-segment-uploader/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0-M5</version>
<version>${maven.surefire.version}</version>
<configuration>
<threadCount>1</threadCount>
<reuseForks>false</reuseForks>
Expand Down

0 comments on commit 6ec5032

Please sign in to comment.