You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by mi...@apache.org on 2020/09/07 07:30:29 UTC

[httpcomponents-core] 02/08: Use unique Surefire version throughout

This is an automated email from the ASF dual-hosted git repository.

michaelo pushed a commit to branch master-pom-cleanup
in repository https://gitbox.apache.org/repos/asf/httpcomponents-core.git

commit e6fd47079eb1678faa17faa23f51938d3a893288
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Mon Sep 7 09:13:27 2020 +0200

    Use unique Surefire version throughout
---
 httpcore5-testing/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/httpcore5-testing/pom.xml b/httpcore5-testing/pom.xml
index c630f87..6f68f49 100644
--- a/httpcore5-testing/pom.xml
+++ b/httpcore5-testing/pom.xml
@@ -112,7 +112,7 @@
           <plugin>
             <groupId>org.apache.maven.plugins</groupId>
             <artifactId>maven-failsafe-plugin</artifactId>
-            <version>2.22.2</version>
+            <version>${hc.surefire.version}</version>
             <executions>
               <execution>
                 <goals>