You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by ol...@apache.org on 2019/09/17 11:50:09 UTC

[httpcomponents-website] branch master updated: Updated project parent to version 11; updated the list of project info reports

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

olegk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/httpcomponents-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 84ceef4  Updated project parent to version 11; updated the list of project info reports
84ceef4 is described below

commit 84ceef411a0d42d173f5382e1f600b0db8f44c42
Author: Oleg Kalnichevski <ol...@apache.org>
AuthorDate: Tue Sep 17 13:48:59 2019 +0200

    Updated project parent to version 11; updated the list of project info reports
---
 pom.xml | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 80efa16..7f763bd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
   <parent>
     <artifactId>httpcomponents-parent</artifactId>
     <groupId>org.apache.httpcomponents</groupId>
-    <version>10</version>
+    <version>11</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>website</artifactId>
@@ -76,10 +76,9 @@
            <reportSets>
              <reportSet>
                <reports>
-                 <report>mailing-list</report>
-                 <report>issue-tracking</report>
-                 <report>license</report>
-                 <report>project-team</report>
+                 <report>mailing-lists</report>
+                 <report>licenses</report>
+                 <report>team</report>
                </reports>
              </reportSet>
            </reportSets>