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/08/30 20:04:03 UTC

[httpcomponents-parent] 05/09: Fix report names for MPIR

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 85b8283995c966a0b363493fab422f09412db56d
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sat Aug 29 23:04:59 2020 +0200

    Fix report names for MPIR
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index bc858c3..dafad1f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -661,10 +661,10 @@ Fixed JIRA link
         <reportSets>
           <reportSet>
             <reports>
-              <report>project-team</report>
-              <report>issue-tracking</report>
+              <report>team</report>
+              <report>issue-management</report>
               <report>scm</report>
-              <report>mailing-list</report>
+              <report>mailing-lists</report>
             </reports>
           </reportSet>
         </reportSets>