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

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

commit ea84ea6935f29ca80a74adbec51428e91e7a87d3
Author: Alex Herbert <[email protected]>
AuthorDate: Tue May 5 13:00:14 2026 +0100

    Update README pages
---
 README.md                                                   | 11 ++++++-----
 commons-statistics-bom/README.md                            |  5 ++---
 commons-statistics-descriptive/README.md                    | 10 ++++++----
 commons-statistics-distribution/README.md                   | 10 ++++++----
 commons-statistics-docs/README.md                           |  3 +--
 commons-statistics-examples/README.md                       |  3 +--
 commons-statistics-examples/examples-distribution/README.md |  3 +--
 commons-statistics-examples/examples-jmh/README.md          |  3 +--
 commons-statistics-inference/README.md                      | 10 ++++++----
 commons-statistics-interval/README.md                       | 10 ++++++----
 commons-statistics-ranking/README.md                        | 10 ++++++----
 commons-statistics-regression/README.md                     |  3 +--
 12 files changed, 43 insertions(+), 38 deletions(-)

diff --git a/README.md b/README.md
index 557379cf..a98b5d19 100644
--- a/README.md
+++ b/README.md
@@ -47,6 +47,8 @@ Apache Commons Statistics
 [![Coverage 
Status](https://codecov.io/gh/apache/commons-statistics/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-statistics)
 [![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.commons/commons-statistics-bom?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.commons/commons-statistics-bom/)
 [![Quality Gate 
Status](https://sonarcloud.io/api/project_badges/measure?project=commons-statistics&metric=alert_status)](https://sonarcloud.io/dashboard?id=commons-statistics)
+[![CodeQL](https://github.com/apache/commons-statistics/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/commons-statistics/actions/workflows/codeql-analysis.yml)
+[![OpenSSF 
Scorecard](https://api.securityscorecards.dev/projects/github.com/apache/commons-statistics/badge)](https://api.securityscorecards.dev/projects/github.com/apache/commons-statistics)
 
 The Apache Commons Statistics project provides tools for statistics.
 
@@ -74,17 +76,17 @@ Alternatively, you can pull it from the central Maven 
repositories, for example:
 <dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-statistics-descriptive</artifactId>
-  <version>1.2</version>
+  <version>1.3</version>
 </dependency>
 <dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-statistics-distribution</artifactId>
-  <version>1.2</version>
+  <version>1.3</version>
 </dependency>
 <dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-statistics-inference</artifactId>
-  <version>1.2</version>
+  <version>1.3</version>
 </dependency>
 ```
 
@@ -105,7 +107,7 @@ There are some guidelines which will make applying PRs 
easier for us:
 + Respect the existing code style for each file.
 + Create minimal diffs - disable on save actions like reformat source code or 
organize imports. If you feel the source code should be reformatted create a 
separate PR for this change.
 + Provide JUnit tests for your changes and make sure your changes don't break 
any existing tests by running `mvn`.
-+ Before you pushing a PR, run `mvn` (by itself), this runs the default goal, 
which contains all build checks.
++ Before you push a PR, run `mvn` (without arguments). This runs the default 
goal which contains all build checks.
 + To see the code coverage report, regardless of coverage failures, run `mvn 
clean site -Dcommons.jacoco.haltOnFailure=false -Pjacoco`
 
 If you plan to contribute on a regular basis, please consider filing a 
[contributor license agreement](https://www.apache.org/licenses/#clas).
@@ -127,7 +129,6 @@ Additional Resources
 + [Apache Commons Homepage](https://commons.apache.org/)
 + [Apache Issue Tracker 
(JIRA)](https://issues.apache.org/jira/browse/STATISTICS)
 + [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/commons-statistics-bom/README.md b/commons-statistics-bom/README.md
index 72eeff49..29e4638c 100644
--- a/commons-statistics-bom/README.md
+++ b/commons-statistics-bom/README.md
@@ -47,7 +47,7 @@ the Bill of Materials (BOM) for dependency management:
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-statistics-bom</artifactId>
-      <version>1.2</version>
+      <version>1.3</version>
       <type>pom</type>
       <scope>import</scope>
     </dependency>
@@ -72,7 +72,7 @@ There are some guidelines which will make applying PRs easier 
for us:
 + Respect the existing code style for each file.
 + Create minimal diffs - disable on save actions like reformat source code or 
organize imports. If you feel the source code should be reformatted create a 
separate PR for this change.
 + Provide JUnit tests for your changes and make sure your changes don't break 
any existing tests by running `mvn`.
-+ Before you pushing a PR, run `mvn` (by itself), this runs the default goal, 
which contains all build checks.
++ Before you push a PR, run `mvn` (without arguments). This runs the default 
goal which contains all build checks.
 + To see the code coverage report, regardless of coverage failures, run `mvn 
clean site -Dcommons.jacoco.haltOnFailure=false -Pjacoco`
 
 If you plan to contribute on a regular basis, please consider filing a 
[contributor license agreement](https://www.apache.org/licenses/#clas).
@@ -94,7 +94,6 @@ Additional Resources
 + [Apache Commons Homepage](https://commons.apache.org/)
 + [Apache Issue Tracker 
(JIRA)](https://issues.apache.org/jira/browse/STATISTICS)
 + [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/commons-statistics-descriptive/README.md 
b/commons-statistics-descriptive/README.md
index 2a01cd3b..45b439ed 100644
--- a/commons-statistics-descriptive/README.md
+++ b/commons-statistics-descriptive/README.md
@@ -45,7 +45,10 @@ Apache Commons Statistics Descriptive
 
 [![Java 
CI](https://github.com/apache/commons-statistics/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-statistics/actions/workflows/maven.yml)
 [![Coverage 
Status](https://codecov.io/gh/apache/commons-statistics/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-statistics)
-[![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.commons/commons-statistics-descriptive?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.commons/commons-statistics-descriptive/)
+[![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.commons/commons-statistics-descriptive?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.commons/commons-statistics-descriptive)
+[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-statistics-descriptive/1.3.svg)](https://javadoc.io/doc/org.apache.commons/commons-statistics-descriptive/1.3)
+[![CodeQL](https://github.com/apache/commons-statistics/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/commons-statistics/actions/workflows/codeql-analysis.yml)
+[![OpenSSF 
Scorecard](https://api.securityscorecards.dev/projects/github.com/apache/commons-statistics/badge)](https://api.securityscorecards.dev/projects/github.com/apache/commons-statistics)
 
 Descriptive statistics.
 
@@ -66,7 +69,7 @@ Alternatively, you can pull it from the central Maven 
repositories:
 <dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-statistics-descriptive</artifactId>
-  <version>1.2</version>
+  <version>1.3</version>
 </dependency>
 ```
 
@@ -87,7 +90,7 @@ There are some guidelines which will make applying PRs easier 
for us:
 + Respect the existing code style for each file.
 + Create minimal diffs - disable on save actions like reformat source code or 
organize imports. If you feel the source code should be reformatted create a 
separate PR for this change.
 + Provide JUnit tests for your changes and make sure your changes don't break 
any existing tests by running `mvn`.
-+ Before you pushing a PR, run `mvn` (by itself), this runs the default goal, 
which contains all build checks.
++ Before you push a PR, run `mvn` (without arguments). This runs the default 
goal which contains all build checks.
 + To see the code coverage report, regardless of coverage failures, run `mvn 
clean site -Dcommons.jacoco.haltOnFailure=false -Pjacoco`
 
 If you plan to contribute on a regular basis, please consider filing a 
[contributor license agreement](https://www.apache.org/licenses/#clas).
@@ -109,7 +112,6 @@ Additional Resources
 + [Apache Commons Homepage](https://commons.apache.org/)
 + [Apache Issue Tracker 
(JIRA)](https://issues.apache.org/jira/browse/STATISTICS)
 + [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/commons-statistics-distribution/README.md 
b/commons-statistics-distribution/README.md
index 5eefca2f..ea7aaedb 100644
--- a/commons-statistics-distribution/README.md
+++ b/commons-statistics-distribution/README.md
@@ -45,7 +45,10 @@ Apache Commons Statistics Distribution
 
 [![Java 
CI](https://github.com/apache/commons-statistics/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-statistics/actions/workflows/maven.yml)
 [![Coverage 
Status](https://codecov.io/gh/apache/commons-statistics/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-statistics)
-[![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.commons/commons-statistics-distribution?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.commons/commons-statistics-distribution/)
+[![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.commons/commons-statistics-distribution?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.commons/commons-statistics-distribution)
+[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-statistics-distribution/1.3.svg)](https://javadoc.io/doc/org.apache.commons/commons-statistics-distribution/1.3)
+[![CodeQL](https://github.com/apache/commons-statistics/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/commons-statistics/actions/workflows/codeql-analysis.yml)
+[![OpenSSF 
Scorecard](https://api.securityscorecards.dev/projects/github.com/apache/commons-statistics/badge)](https://api.securityscorecards.dev/projects/github.com/apache/commons-statistics)
 
 Statistical distributions.
 
@@ -66,7 +69,7 @@ Alternatively, you can pull it from the central Maven 
repositories:
 <dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-statistics-distribution</artifactId>
-  <version>1.2</version>
+  <version>1.3</version>
 </dependency>
 ```
 
@@ -87,7 +90,7 @@ There are some guidelines which will make applying PRs easier 
for us:
 + Respect the existing code style for each file.
 + Create minimal diffs - disable on save actions like reformat source code or 
organize imports. If you feel the source code should be reformatted create a 
separate PR for this change.
 + Provide JUnit tests for your changes and make sure your changes don't break 
any existing tests by running `mvn`.
-+ Before you pushing a PR, run `mvn` (by itself), this runs the default goal, 
which contains all build checks.
++ Before you push a PR, run `mvn` (without arguments). This runs the default 
goal which contains all build checks.
 + To see the code coverage report, regardless of coverage failures, run `mvn 
clean site -Dcommons.jacoco.haltOnFailure=false -Pjacoco`
 
 If you plan to contribute on a regular basis, please consider filing a 
[contributor license agreement](https://www.apache.org/licenses/#clas).
@@ -109,7 +112,6 @@ Additional Resources
 + [Apache Commons Homepage](https://commons.apache.org/)
 + [Apache Issue Tracker 
(JIRA)](https://issues.apache.org/jira/browse/STATISTICS)
 + [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/commons-statistics-docs/README.md 
b/commons-statistics-docs/README.md
index ca648f4e..3b259d25 100644
--- a/commons-statistics-docs/README.md
+++ b/commons-statistics-docs/README.md
@@ -75,7 +75,7 @@ There are some guidelines which will make applying PRs easier 
for us:
 + Respect the existing code style for each file.
 + Create minimal diffs - disable on save actions like reformat source code or 
organize imports. If you feel the source code should be reformatted create a 
separate PR for this change.
 + Provide JUnit tests for your changes and make sure your changes don't break 
any existing tests by running `mvn`.
-+ Before you pushing a PR, run `mvn` (by itself), this runs the default goal, 
which contains all build checks.
++ Before you push a PR, run `mvn` (without arguments). This runs the default 
goal which contains all build checks.
 + To see the code coverage report, regardless of coverage failures, run `mvn 
clean site -Dcommons.jacoco.haltOnFailure=false -Pjacoco`
 
 If you plan to contribute on a regular basis, please consider filing a 
[contributor license agreement](https://www.apache.org/licenses/#clas).
@@ -97,7 +97,6 @@ Additional Resources
 + [Apache Commons Homepage](https://commons.apache.org/)
 + [Apache Issue Tracker 
(JIRA)](https://issues.apache.org/jira/browse/STATISTICS)
 + [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/commons-statistics-examples/README.md 
b/commons-statistics-examples/README.md
index 7b3a7b1f..f30d2a01 100644
--- a/commons-statistics-examples/README.md
+++ b/commons-statistics-examples/README.md
@@ -75,7 +75,7 @@ There are some guidelines which will make applying PRs easier 
for us:
 + Respect the existing code style for each file.
 + Create minimal diffs - disable on save actions like reformat source code or 
organize imports. If you feel the source code should be reformatted create a 
separate PR for this change.
 + Provide JUnit tests for your changes and make sure your changes don't break 
any existing tests by running `mvn`.
-+ Before you pushing a PR, run `mvn` (by itself), this runs the default goal, 
which contains all build checks.
++ Before you push a PR, run `mvn` (without arguments). This runs the default 
goal which contains all build checks.
 + To see the code coverage report, regardless of coverage failures, run `mvn 
clean site -Dcommons.jacoco.haltOnFailure=false -Pjacoco`
 
 If you plan to contribute on a regular basis, please consider filing a 
[contributor license agreement](https://www.apache.org/licenses/#clas).
@@ -97,7 +97,6 @@ Additional Resources
 + [Apache Commons Homepage](https://commons.apache.org/)
 + [Apache Issue Tracker 
(JIRA)](https://issues.apache.org/jira/browse/STATISTICS)
 + [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/commons-statistics-examples/examples-distribution/README.md 
b/commons-statistics-examples/examples-distribution/README.md
index 7fe63022..03bc41b1 100644
--- a/commons-statistics-examples/examples-distribution/README.md
+++ b/commons-statistics-examples/examples-distribution/README.md
@@ -73,7 +73,7 @@ There are some guidelines which will make applying PRs easier 
for us:
 + Respect the existing code style for each file.
 + Create minimal diffs - disable on save actions like reformat source code or 
organize imports. If you feel the source code should be reformatted create a 
separate PR for this change.
 + Provide JUnit tests for your changes and make sure your changes don't break 
any existing tests by running `mvn`.
-+ Before you pushing a PR, run `mvn` (by itself), this runs the default goal, 
which contains all build checks.
++ Before you push a PR, run `mvn` (without arguments). This runs the default 
goal which contains all build checks.
 + To see the code coverage report, regardless of coverage failures, run `mvn 
clean site -Dcommons.jacoco.haltOnFailure=false -Pjacoco`
 
 If you plan to contribute on a regular basis, please consider filing a 
[contributor license agreement](https://www.apache.org/licenses/#clas).
@@ -95,7 +95,6 @@ Additional Resources
 + [Apache Commons Homepage](https://commons.apache.org/)
 + [Apache Issue Tracker 
(JIRA)](https://issues.apache.org/jira/browse/STATISTICS)
 + [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/commons-statistics-examples/examples-jmh/README.md 
b/commons-statistics-examples/examples-jmh/README.md
index 51209eee..3e7ab94e 100644
--- a/commons-statistics-examples/examples-jmh/README.md
+++ b/commons-statistics-examples/examples-jmh/README.md
@@ -75,7 +75,7 @@ There are some guidelines which will make applying PRs easier 
for us:
 + Respect the existing code style for each file.
 + Create minimal diffs - disable on save actions like reformat source code or 
organize imports. If you feel the source code should be reformatted create a 
separate PR for this change.
 + Provide JUnit tests for your changes and make sure your changes don't break 
any existing tests by running `mvn`.
-+ Before you pushing a PR, run `mvn` (by itself), this runs the default goal, 
which contains all build checks.
++ Before you push a PR, run `mvn` (without arguments). This runs the default 
goal which contains all build checks.
 + To see the code coverage report, regardless of coverage failures, run `mvn 
clean site -Dcommons.jacoco.haltOnFailure=false -Pjacoco`
 
 If you plan to contribute on a regular basis, please consider filing a 
[contributor license agreement](https://www.apache.org/licenses/#clas).
@@ -97,7 +97,6 @@ Additional Resources
 + [Apache Commons Homepage](https://commons.apache.org/)
 + [Apache Issue Tracker 
(JIRA)](https://issues.apache.org/jira/browse/STATISTICS)
 + [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/commons-statistics-inference/README.md 
b/commons-statistics-inference/README.md
index f79f57c8..5cad1504 100644
--- a/commons-statistics-inference/README.md
+++ b/commons-statistics-inference/README.md
@@ -45,7 +45,10 @@ Apache Commons Statistics Inference
 
 [![Java 
CI](https://github.com/apache/commons-statistics/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-statistics/actions/workflows/maven.yml)
 [![Coverage 
Status](https://codecov.io/gh/apache/commons-statistics/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-statistics)
-[![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.commons/commons-statistics-inference?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.commons/commons-statistics-inference/)
+[![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.commons/commons-statistics-inference?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.commons/commons-statistics-inference)
+[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-statistics-inference/1.3.svg)](https://javadoc.io/doc/org.apache.commons/commons-statistics-inference/1.3)
+[![CodeQL](https://github.com/apache/commons-statistics/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/commons-statistics/actions/workflows/codeql-analysis.yml)
+[![OpenSSF 
Scorecard](https://api.securityscorecards.dev/projects/github.com/apache/commons-statistics/badge)](https://api.securityscorecards.dev/projects/github.com/apache/commons-statistics)
 
 Statistical hypothesis testing.
 
@@ -66,7 +69,7 @@ Alternatively, you can pull it from the central Maven 
repositories:
 <dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-statistics-inference</artifactId>
-  <version>1.2</version>
+  <version>1.3</version>
 </dependency>
 ```
 
@@ -87,7 +90,7 @@ There are some guidelines which will make applying PRs easier 
for us:
 + Respect the existing code style for each file.
 + Create minimal diffs - disable on save actions like reformat source code or 
organize imports. If you feel the source code should be reformatted create a 
separate PR for this change.
 + Provide JUnit tests for your changes and make sure your changes don't break 
any existing tests by running `mvn`.
-+ Before you pushing a PR, run `mvn` (by itself), this runs the default goal, 
which contains all build checks.
++ Before you push a PR, run `mvn` (without arguments). This runs the default 
goal which contains all build checks.
 + To see the code coverage report, regardless of coverage failures, run `mvn 
clean site -Dcommons.jacoco.haltOnFailure=false -Pjacoco`
 
 If you plan to contribute on a regular basis, please consider filing a 
[contributor license agreement](https://www.apache.org/licenses/#clas).
@@ -109,7 +112,6 @@ Additional Resources
 + [Apache Commons Homepage](https://commons.apache.org/)
 + [Apache Issue Tracker 
(JIRA)](https://issues.apache.org/jira/browse/STATISTICS)
 + [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/commons-statistics-interval/README.md 
b/commons-statistics-interval/README.md
index 9aa9539f..6fd5b788 100644
--- a/commons-statistics-interval/README.md
+++ b/commons-statistics-interval/README.md
@@ -45,7 +45,10 @@ Apache Commons Statistics Interval
 
 [![Java 
CI](https://github.com/apache/commons-statistics/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-statistics/actions/workflows/maven.yml)
 [![Coverage 
Status](https://codecov.io/gh/apache/commons-statistics/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-statistics)
-[![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.commons/commons-statistics-interval?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.commons/commons-statistics-interval/)
+[![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.commons/commons-statistics-interval?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.commons/commons-statistics-interval)
+[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-statistics-interval/1.3.svg)](https://javadoc.io/doc/org.apache.commons/commons-statistics-interval/1.3)
+[![CodeQL](https://github.com/apache/commons-statistics/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/commons-statistics/actions/workflows/codeql-analysis.yml)
+[![OpenSSF 
Scorecard](https://api.securityscorecards.dev/projects/github.com/apache/commons-statistics/badge)](https://api.securityscorecards.dev/projects/github.com/apache/commons-statistics)
 
 Statistical intervals.
 
@@ -66,7 +69,7 @@ Alternatively, you can pull it from the central Maven 
repositories:
 <dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-statistics-interval</artifactId>
-  <version>1.2</version>
+  <version>1.3</version>
 </dependency>
 ```
 
@@ -87,7 +90,7 @@ There are some guidelines which will make applying PRs easier 
for us:
 + Respect the existing code style for each file.
 + Create minimal diffs - disable on save actions like reformat source code or 
organize imports. If you feel the source code should be reformatted create a 
separate PR for this change.
 + Provide JUnit tests for your changes and make sure your changes don't break 
any existing tests by running `mvn`.
-+ Before you pushing a PR, run `mvn` (by itself), this runs the default goal, 
which contains all build checks.
++ Before you push a PR, run `mvn` (without arguments). This runs the default 
goal which contains all build checks.
 + To see the code coverage report, regardless of coverage failures, run `mvn 
clean site -Dcommons.jacoco.haltOnFailure=false -Pjacoco`
 
 If you plan to contribute on a regular basis, please consider filing a 
[contributor license agreement](https://www.apache.org/licenses/#clas).
@@ -109,7 +112,6 @@ Additional Resources
 + [Apache Commons Homepage](https://commons.apache.org/)
 + [Apache Issue Tracker 
(JIRA)](https://issues.apache.org/jira/browse/STATISTICS)
 + [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/commons-statistics-ranking/README.md 
b/commons-statistics-ranking/README.md
index 2869a91f..7c6f9084 100644
--- a/commons-statistics-ranking/README.md
+++ b/commons-statistics-ranking/README.md
@@ -45,7 +45,10 @@ Apache Commons Statistics Ranking
 
 [![Java 
CI](https://github.com/apache/commons-statistics/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-statistics/actions/workflows/maven.yml)
 [![Coverage 
Status](https://codecov.io/gh/apache/commons-statistics/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-statistics)
-[![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.commons/commons-statistics-ranking?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.commons/commons-statistics-ranking/)
+[![Maven 
Central](https://img.shields.io/maven-central/v/org.apache.commons/commons-statistics-ranking?label=Maven%20Central)](https://search.maven.org/artifact/org.apache.commons/commons-statistics-ranking)
+[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-statistics-ranking/1.3.svg)](https://javadoc.io/doc/org.apache.commons/commons-statistics-ranking/1.3)
+[![CodeQL](https://github.com/apache/commons-statistics/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/apache/commons-statistics/actions/workflows/codeql-analysis.yml)
+[![OpenSSF 
Scorecard](https://api.securityscorecards.dev/projects/github.com/apache/commons-statistics/badge)](https://api.securityscorecards.dev/projects/github.com/apache/commons-statistics)
 
 Statistical rank transformations.
 
@@ -66,7 +69,7 @@ Alternatively, you can pull it from the central Maven 
repositories:
 <dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-statistics-ranking</artifactId>
-  <version>1.2</version>
+  <version>1.3</version>
 </dependency>
 ```
 
@@ -87,7 +90,7 @@ There are some guidelines which will make applying PRs easier 
for us:
 + Respect the existing code style for each file.
 + Create minimal diffs - disable on save actions like reformat source code or 
organize imports. If you feel the source code should be reformatted create a 
separate PR for this change.
 + Provide JUnit tests for your changes and make sure your changes don't break 
any existing tests by running `mvn`.
-+ Before you pushing a PR, run `mvn` (by itself), this runs the default goal, 
which contains all build checks.
++ Before you push a PR, run `mvn` (without arguments). This runs the default 
goal which contains all build checks.
 + To see the code coverage report, regardless of coverage failures, run `mvn 
clean site -Dcommons.jacoco.haltOnFailure=false -Pjacoco`
 
 If you plan to contribute on a regular basis, please consider filing a 
[contributor license agreement](https://www.apache.org/licenses/#clas).
@@ -109,7 +112,6 @@ Additional Resources
 + [Apache Commons Homepage](https://commons.apache.org/)
 + [Apache Issue Tracker 
(JIRA)](https://issues.apache.org/jira/browse/STATISTICS)
 + [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/commons-statistics-regression/README.md 
b/commons-statistics-regression/README.md
index 475d43dc..716289c7 100644
--- a/commons-statistics-regression/README.md
+++ b/commons-statistics-regression/README.md
@@ -75,7 +75,7 @@ There are some guidelines which will make applying PRs easier 
for us:
 + Respect the existing code style for each file.
 + Create minimal diffs - disable on save actions like reformat source code or 
organize imports. If you feel the source code should be reformatted create a 
separate PR for this change.
 + Provide JUnit tests for your changes and make sure your changes don't break 
any existing tests by running `mvn`.
-+ Before you pushing a PR, run `mvn` (by itself), this runs the default goal, 
which contains all build checks.
++ Before you push a PR, run `mvn` (without arguments). This runs the default 
goal which contains all build checks.
 + To see the code coverage report, regardless of coverage failures, run `mvn 
clean site -Dcommons.jacoco.haltOnFailure=false -Pjacoco`
 
 If you plan to contribute on a regular basis, please consider filing a 
[contributor license agreement](https://www.apache.org/licenses/#clas).
@@ -97,7 +97,6 @@ Additional Resources
 + [Apache Commons Homepage](https://commons.apache.org/)
 + [Apache Issue Tracker 
(JIRA)](https://issues.apache.org/jira/browse/STATISTICS)
 + [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