From 977eacf86a0a6e10482d7e2014fd0b9a3852b95c Mon Sep 17 00:00:00 2001 From: sullis Date: Thu, 3 Oct 2024 22:35:25 -0700 Subject: [PATCH] Upgrade to maven surefire 3.5.1 --- pom.xml | 1 + ts-common/pom.xml | 2 +- ts-consumer/pom.xml | 2 +- ts-segment-uploader/pom.xml | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 0200ea2..0b67687 100644 --- a/pom.xml +++ b/pom.xml @@ -15,6 +15,7 @@ UTF-8 + 3.5.1 diff --git a/ts-common/pom.xml b/ts-common/pom.xml index a70d883..43446dd 100644 --- a/ts-common/pom.xml +++ b/ts-common/pom.xml @@ -122,7 +122,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.0.0-M5 + ${maven.surefire.version} ${argLine} diff --git a/ts-consumer/pom.xml b/ts-consumer/pom.xml index f5b1d03..af39370 100644 --- a/ts-consumer/pom.xml +++ b/ts-consumer/pom.xml @@ -161,7 +161,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.0.0-M5 + ${maven.surefire.version} ${argLine} diff --git a/ts-segment-uploader/pom.xml b/ts-segment-uploader/pom.xml index d115fa8..c161047 100644 --- a/ts-segment-uploader/pom.xml +++ b/ts-segment-uploader/pom.xml @@ -181,7 +181,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.0.0-M5 + ${maven.surefire.version} 1 false