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/01 14:38:39 UTC

[httpcomponents-parent] 03/11: Use unique Surefire version throughout

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

michaelo pushed a commit to branch 12-dev
in repository https://gitbox.apache.org/repos/asf/httpcomponents-parent.git

commit d3027b3e38787d1ee0c3d19bca9100d8b100d120
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sat Aug 29 22:45:48 2020 +0200

    Use unique Surefire version throughout
---
 pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index d34b163..b6c6e65 100644
--- a/pom.xml
+++ b/pom.xml
@@ -586,7 +586,7 @@ Fixed JIRA link
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-surefire-report-plugin</artifactId>
-          <version>${hc.surefire-report.version}</version>
+          <version>${hc.surefire.version}</version>
         </plugin>
         <!-- Other plugins, alpha order by groupId and artifactId -->
         <plugin>
@@ -941,7 +941,6 @@ Fixed JIRA link
     <hc.clirr.version>2.8</hc.clirr.version>
     <hc.javadoc.version>3.0.1</hc.javadoc.version>
     <hc.jxr.version>3.0.0</hc.jxr.version>
-    <hc.surefire-report.version>2.22.1</hc.surefire-report.version>
     <hc.surefire.version>2.22.1</hc.surefire.version>
     <hc.project-info.version>3.0.0</hc.project-info.version>
     <hc.checkstyle.version>2.17</hc.checkstyle.version>