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:42 UTC

[httpcomponents-parent] 06/11: 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 2eca3630ac9cfcc1a2194e2ed2f630ee65125e73
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 8a8c74e..956022c 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>