You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2018/01/30 22:22:45 UTC

[maven-parent] branch master updated: [MPOM-180] removed followers count

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

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new 58c8f24  [MPOM-180] removed followers count
58c8f24 is described below

commit 58c8f24012bdb77927fa891fe1e82f1bf5f6cfc1
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Tue Jan 30 23:22:44 2018 +0100

    [MPOM-180] removed followers count
---
 src/site-docs/site.xml | 2 +-
 src/site/site.xml      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/site-docs/site.xml b/src/site-docs/site.xml
index d6e1a6f..030ca57 100644
--- a/src/site-docs/site.xml
+++ b/src/site-docs/site.xml
@@ -48,7 +48,7 @@ under the License.
       <twitter>
         <user>ASFMavenProject</user>
         <showUser>true</showUser>
-        <showFollowers>true</showFollowers>
+        <showFollowers>false</showFollowers>
       </twitter>
       <googlePlusOne />
       <googleSearch>
diff --git a/src/site/site.xml b/src/site/site.xml
index f546e4c..b7afa08 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -47,7 +47,7 @@ under the License.
       <twitter>
         <user>ASFMavenProject</user>
         <showUser>true</showUser>
-        <showFollowers>true</showFollowers>
+        <showFollowers>false</showFollowers>
       </twitter>
       <googlePlusOne />
       <googleSearch>

-- 
To stop receiving notification emails like this one, please contact
hboutemy@apache.org.