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-rng.git
commit 331c06cbd4f5083959a258f5bb14bbb81ce4b539 Author: aherbert <aherb...@apache.org> AuthorDate: Tue Sep 14 13:26:43 2021 +0100 Update Travis CI badge from .org to .com domain. --- README.md | 2 +- commons-rng-client-api/README.md | 2 +- commons-rng-core/README.md | 2 +- commons-rng-examples/README.md | 2 +- commons-rng-examples/examples-jmh/README.md | 2 +- commons-rng-examples/examples-jpms/README.md | 2 +- commons-rng-examples/examples-jpms/jpms-app/README.md | 2 +- commons-rng-examples/examples-jpms/jpms-lib/README.md | 2 +- commons-rng-examples/examples-quadrature/README.md | 2 +- commons-rng-examples/examples-sampling/README.md | 2 +- commons-rng-examples/examples-stress/README.md | 2 +- commons-rng-sampling/README.md | 2 +- commons-rng-simple/README.md | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 00c8860..ec8122b 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Apache Commons RNG =================== -[](https://travis-ci.org/apache/commons-rng) +[](https://app.travis-ci.com/github/apache/commons-rng) [](https://coveralls.io/r/apache/commons-rng) [](https://sonarcloud.io/dashboard?id=commons-rng) [](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-rng-simple/) diff --git a/commons-rng-client-api/README.md b/commons-rng-client-api/README.md index d0afb25..3866c75 100644 --- a/commons-rng-client-api/README.md +++ b/commons-rng-client-api/README.md @@ -43,7 +43,7 @@ Apache Commons RNG Client API =================== -[](https://travis-ci.org/apache/commons-rng) +[](https://app.travis-ci.com/github/apache/commons-rng) [](https://coveralls.io/r/apache/commons-rng) [](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-rng-client-api/) [](https://javadoc.io/doc/org.apache.commons/commons-rng-client-api/1.4) diff --git a/commons-rng-core/README.md b/commons-rng-core/README.md index 64cd282..17e7c37 100644 --- a/commons-rng-core/README.md +++ b/commons-rng-core/README.md @@ -43,7 +43,7 @@ Apache Commons RNG Core =================== -[](https://travis-ci.org/apache/commons-rng) +[](https://app.travis-ci.com/github/apache/commons-rng) [](https://coveralls.io/r/apache/commons-rng) [](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-rng-core/) [](https://javadoc.io/doc/org.apache.commons/commons-rng-core/1.4) diff --git a/commons-rng-examples/README.md b/commons-rng-examples/README.md index edd7c32..483b112 100644 --- a/commons-rng-examples/README.md +++ b/commons-rng-examples/README.md @@ -43,7 +43,7 @@ Apache Commons RNG Examples =================== -[](https://travis-ci.org/apache/commons-rng) +[](https://app.travis-ci.com/github/apache/commons-rng) [](https://coveralls.io/r/apache/commons-rng) [](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-rng-examples/) diff --git a/commons-rng-examples/examples-jmh/README.md b/commons-rng-examples/examples-jmh/README.md index 027567e..47d2002 100644 --- a/commons-rng-examples/examples-jmh/README.md +++ b/commons-rng-examples/examples-jmh/README.md @@ -43,7 +43,7 @@ JMH Benchmark =================== -[](https://travis-ci.org/apache/commons-rng) +[](https://app.travis-ci.com/github/apache/commons-rng) [](https://coveralls.io/r/apache/commons-rng) [](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-rng-examples-jmh/) [](https://javadoc.io/doc/org.apache.commons/commons-rng-examples-jmh/1.4) diff --git a/commons-rng-examples/examples-jpms/README.md b/commons-rng-examples/examples-jpms/README.md index ad632a7..35dce4f 100644 --- a/commons-rng-examples/examples-jpms/README.md +++ b/commons-rng-examples/examples-jpms/README.md @@ -43,7 +43,7 @@ JPMS Integration test =================== -[](https://travis-ci.org/apache/commons-rng) +[](https://app.travis-ci.com/github/apache/commons-rng) [](https://coveralls.io/r/apache/commons-rng) [](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-rng-examples-jpms/) [](https://javadoc.io/doc/org.apache.commons/commons-rng-examples-jpms/1.4) diff --git a/commons-rng-examples/examples-jpms/jpms-app/README.md b/commons-rng-examples/examples-jpms/jpms-app/README.md index 4279c9d..3b13043 100644 --- a/commons-rng-examples/examples-jpms/jpms-app/README.md +++ b/commons-rng-examples/examples-jpms/jpms-app/README.md @@ -43,7 +43,7 @@ JPMS module example (application) =================== -[](https://travis-ci.org/apache/commons-rng) +[](https://app.travis-ci.com/github/apache/commons-rng) [](https://coveralls.io/r/apache/commons-rng) [](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-rng-examples-jpms-app/) [](https://javadoc.io/doc/org.apache.commons/commons-rng-examples-jpms-app/1.4) diff --git a/commons-rng-examples/examples-jpms/jpms-lib/README.md b/commons-rng-examples/examples-jpms/jpms-lib/README.md index 0df3167..a0adeab 100644 --- a/commons-rng-examples/examples-jpms/jpms-lib/README.md +++ b/commons-rng-examples/examples-jpms/jpms-lib/README.md @@ -43,7 +43,7 @@ JPMS module example (library) =================== -[](https://travis-ci.org/apache/commons-rng) +[](https://app.travis-ci.com/github/apache/commons-rng) [](https://coveralls.io/r/apache/commons-rng) [](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-rng-examples-jpms-lib/) [](https://javadoc.io/doc/org.apache.commons/commons-rng-examples-jpms-lib/1.4) diff --git a/commons-rng-examples/examples-quadrature/README.md b/commons-rng-examples/examples-quadrature/README.md index 26947d4..29fde04 100644 --- a/commons-rng-examples/examples-quadrature/README.md +++ b/commons-rng-examples/examples-quadrature/README.md @@ -43,7 +43,7 @@ Quadrature example =================== -[](https://travis-ci.org/apache/commons-rng) +[](https://app.travis-ci.com/github/apache/commons-rng) [](https://coveralls.io/r/apache/commons-rng) [](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-rng-examples-quadrature/) [](https://javadoc.io/doc/org.apache.commons/commons-rng-examples-quadrature/1.4) diff --git a/commons-rng-examples/examples-sampling/README.md b/commons-rng-examples/examples-sampling/README.md index af5b710..537a89d 100644 --- a/commons-rng-examples/examples-sampling/README.md +++ b/commons-rng-examples/examples-sampling/README.md @@ -43,7 +43,7 @@ Sampling example =================== -[](https://travis-ci.org/apache/commons-rng) +[](https://app.travis-ci.com/github/apache/commons-rng) [](https://coveralls.io/r/apache/commons-rng) [](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-rng-examples-sampling/) [](https://javadoc.io/doc/org.apache.commons/commons-rng-examples-sampling/1.4) diff --git a/commons-rng-examples/examples-stress/README.md b/commons-rng-examples/examples-stress/README.md index 9346882..2861e5c 100644 --- a/commons-rng-examples/examples-stress/README.md +++ b/commons-rng-examples/examples-stress/README.md @@ -43,7 +43,7 @@ Stress test example =================== -[](https://travis-ci.org/apache/commons-rng) +[](https://app.travis-ci.com/github/apache/commons-rng) [](https://coveralls.io/r/apache/commons-rng) [](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-rng-examples-stress/) [](https://javadoc.io/doc/org.apache.commons/commons-rng-examples-stress/1.4) diff --git a/commons-rng-sampling/README.md b/commons-rng-sampling/README.md index 3ed7636..82bc819 100644 --- a/commons-rng-sampling/README.md +++ b/commons-rng-sampling/README.md @@ -43,7 +43,7 @@ Apache Commons RNG Sampling =================== -[](https://travis-ci.org/apache/commons-rng) +[](https://app.travis-ci.com/github/apache/commons-rng) [](https://coveralls.io/r/apache/commons-rng) [](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-rng-sampling/) [](https://javadoc.io/doc/org.apache.commons/commons-rng-sampling/1.4) diff --git a/commons-rng-simple/README.md b/commons-rng-simple/README.md index 53d06c3..420ead5 100644 --- a/commons-rng-simple/README.md +++ b/commons-rng-simple/README.md @@ -43,7 +43,7 @@ Apache Commons RNG Simple =================== -[](https://travis-ci.org/apache/commons-rng) +[](https://app.travis-ci.com/github/apache/commons-rng) [](https://coveralls.io/r/apache/commons-rng) [](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-rng-simple/) [](https://javadoc.io/doc/org.apache.commons/commons-rng-simple/1.4)