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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-build-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 7e2dcee  Remove unused and outdated social media links (#416)
7e2dcee is described below

commit 7e2dceeb0ab5ab9f5ff31a61e627ca01df5bb473
Author: Bernd <[email protected]>
AuthorDate: Thu Jan 1 16:26:16 2026 +0100

    Remove unused and outdated social media links (#416)
---
 CONTRIBUTING.md                                                       | 1 -
 README.md                                                             | 1 -
 src/changes/changes.xml                                               | 1 +
 src/main/resources/commons-xdoc-templates/contributing-md-template.md | 1 -
 src/main/resources/commons-xdoc-templates/readme-md-template.md       | 1 -
 5 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 7d1237f..d54d092 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -110,7 +110,6 @@ Additional Resources
 + [Contributor License Agreement][cla]
 + [General GitHub documentation](https://help.github.com/)
 + [GitHub pull request 
documentation](https://help.github.com/articles/creating-a-pull-request/)
-+ [Apache Commons Twitter Account](https://twitter.com/ApacheCommons)
 
 [cla]:https://www.apache.org/licenses/#clas
 [jira]:https://issues.apache.org/jira/browse/COMMONSSITE
diff --git a/README.md b/README.md
index 8e060fb..9a5c1b6 100644
--- a/README.md
+++ b/README.md
@@ -117,7 +117,6 @@ Additional Resources
 + [Apache Commons Homepage](https://commons.apache.org/)
 + [Apache Issue Tracker 
(JIRA)](https://issues.apache.org/jira/browse/COMMONSSITE)
 + [Apache Commons Slack Channel](https://the-asf.slack.com/archives/C60NVB8AD)
-+ [Apache Commons Twitter Account](https://twitter.com/ApacheCommons)
 
 Apache Commons Components
 -------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index fc2b011..81fa948 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -28,6 +28,7 @@
   <body>
     <release version="1.16.1" date="YYYY-MM-DD" description="This is a feature 
and maintenance release. Java 8 or later is required.">
       <!-- FIX -->
+      <action type="fix" dev="ecki" due-to="Bernd Eckenfels">Removed outdated 
social media link from README.md and CONTRIBUTING.md</action>
       <action type="fix" dev="sebb" due-to="seshathri044">Tweak README 
(grammar and clarity). See: 
https://github.com/apache/commons-lang/pull/1442</action>
       <action type="fix" dev="ggregory" due-to="Gary Gregory">Fix Apache RAT 
plugin console warnings.</action>
       <!-- ADD -->
diff --git 
a/src/main/resources/commons-xdoc-templates/contributing-md-template.md 
b/src/main/resources/commons-xdoc-templates/contributing-md-template.md
index fe2b404..6cb00aa 100644
--- a/src/main/resources/commons-xdoc-templates/contributing-md-template.md
+++ b/src/main/resources/commons-xdoc-templates/contributing-md-template.md
@@ -110,7 +110,6 @@ Additional Resources
 + [Contributor License Agreement][cla]
 + [General GitHub documentation](https://help.github.com/)
 + [GitHub pull request 
documentation](https://help.github.com/articles/creating-a-pull-request/)
-+ [Apache Commons Twitter Account](https://twitter.com/ApacheCommons)
 
 [cla]:https://www.apache.org/licenses/#clas
 [jira]:https://issues.apache.org/jira/browse/@JIRA_ID@
diff --git a/src/main/resources/commons-xdoc-templates/readme-md-template.md 
b/src/main/resources/commons-xdoc-templates/readme-md-template.md
index 696ebcc..3dcec03 100644
--- a/src/main/resources/commons-xdoc-templates/readme-md-template.md
+++ b/src/main/resources/commons-xdoc-templates/readme-md-template.md
@@ -111,7 +111,6 @@ Additional Resources
 + [Apache Commons Homepage](https://commons.apache.org/)
 + [Apache Issue Tracker 
(JIRA)](https://issues.apache.org/jira/browse/@JIRA_ID@)
 + [Apache Commons Slack Channel](https://the-asf.slack.com/archives/C60NVB8AD)
-+ [Apache Commons Twitter Account](https://twitter.com/ApacheCommons)
 
 Apache Commons Components
 -------------------------

Reply via email to