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 c172a818d475a87f9739051483932ff945352c0d Author: aherbert <aherb...@apache.org> AuthorDate: Tue Sep 14 13:34:49 2021 +0100 Remove badges and maven dependency from the examples modules. The examples are no longer released to maven central so badges for the code or the javadoc are not applicable. --- commons-rng-examples/README.md | 11 ----------- commons-rng-examples/examples-jmh/README.md | 12 ------------ commons-rng-examples/examples-jpms/README.md | 12 ------------ commons-rng-examples/examples-jpms/jpms-app/README.md | 12 ------------ commons-rng-examples/examples-jpms/jpms-lib/README.md | 12 ------------ commons-rng-examples/examples-quadrature/README.md | 12 ------------ commons-rng-examples/examples-sampling/README.md | 12 ------------ commons-rng-examples/examples-stress/README.md | 12 ------------ 8 files changed, 95 deletions(-) diff --git a/commons-rng-examples/README.md b/commons-rng-examples/README.md index 483b112..0c8bd01 100644 --- a/commons-rng-examples/README.md +++ b/commons-rng-examples/README.md @@ -45,7 +45,6 @@ Apache Commons RNG Examples [](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/) Examples of use of the "Commons RNG" library. Codes in this module and its sub-modules are not part of the library. @@ -63,16 +62,6 @@ Where can I get the latest release? ----------------------------------- You can download source and binaries from our [download page](https://commons.apache.org/proper/commons-rng/download_rng.cgi). -Alternatively you can pull it from the central Maven repositories: - -```xml -<dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-rng-examples</artifactId> - <version>1.4</version> -</dependency> -``` - Contributing ------------ diff --git a/commons-rng-examples/examples-jmh/README.md b/commons-rng-examples/examples-jmh/README.md index 47d2002..0dedc2b 100644 --- a/commons-rng-examples/examples-jmh/README.md +++ b/commons-rng-examples/examples-jmh/README.md @@ -45,8 +45,6 @@ JMH Benchmark [](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) Code for running JMH benchmarks that assess the performance of the generators. Code in this module is not part of the public API. @@ -62,16 +60,6 @@ Where can I get the latest release? ----------------------------------- You can download source and binaries from our [download page](https://commons.apache.org/proper/commons-rng/download_rng.cgi). -Alternatively you can pull it from the central Maven repositories: - -```xml -<dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-rng-examples-jmh</artifactId> - <version>1.4</version> -</dependency> -``` - Contributing ------------ diff --git a/commons-rng-examples/examples-jpms/README.md b/commons-rng-examples/examples-jpms/README.md index 35dce4f..7b2c9e6 100644 --- a/commons-rng-examples/examples-jpms/README.md +++ b/commons-rng-examples/examples-jpms/README.md @@ -45,8 +45,6 @@ JPMS Integration test [](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) Testing JPMS. Code in this module is not part of the public API. @@ -61,16 +59,6 @@ Where can I get the latest release? ----------------------------------- You can download source and binaries from our [download page](https://commons.apache.org/proper/commons-rng/download_rng.cgi). -Alternatively you can pull it from the central Maven repositories: - -```xml -<dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-rng-examples-jpms</artifactId> - <version>1.4</version> -</dependency> -``` - Contributing ------------ diff --git a/commons-rng-examples/examples-jpms/jpms-app/README.md b/commons-rng-examples/examples-jpms/jpms-app/README.md index 3b13043..f9e1cfb 100644 --- a/commons-rng-examples/examples-jpms/jpms-app/README.md +++ b/commons-rng-examples/examples-jpms/jpms-app/README.md @@ -45,8 +45,6 @@ JPMS module example (application) [](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) Testing JPMS. Code in this module is not part of the public API. @@ -61,16 +59,6 @@ Where can I get the latest release? ----------------------------------- You can download source and binaries from our [download page](https://commons.apache.org/proper/commons-rng/download_rng.cgi). -Alternatively you can pull it from the central Maven repositories: - -```xml -<dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-rng-examples-jpms-app</artifactId> - <version>1.4</version> -</dependency> -``` - Contributing ------------ diff --git a/commons-rng-examples/examples-jpms/jpms-lib/README.md b/commons-rng-examples/examples-jpms/jpms-lib/README.md index a0adeab..c248fde 100644 --- a/commons-rng-examples/examples-jpms/jpms-lib/README.md +++ b/commons-rng-examples/examples-jpms/jpms-lib/README.md @@ -45,8 +45,6 @@ JPMS module example (library) [](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) Testing JPMS. Code in this module is not part of the public API. @@ -61,16 +59,6 @@ Where can I get the latest release? ----------------------------------- You can download source and binaries from our [download page](https://commons.apache.org/proper/commons-rng/download_rng.cgi). -Alternatively you can pull it from the central Maven repositories: - -```xml -<dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-rng-examples-jpms-lib</artifactId> - <version>1.4</version> -</dependency> -``` - Contributing ------------ diff --git a/commons-rng-examples/examples-quadrature/README.md b/commons-rng-examples/examples-quadrature/README.md index 29fde04..28b6fc2 100644 --- a/commons-rng-examples/examples-quadrature/README.md +++ b/commons-rng-examples/examples-quadrature/README.md @@ -45,8 +45,6 @@ Quadrature example [](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) Contains examples for computing numerical quadrature (integration). Code in this module is not part of the public API. @@ -62,16 +60,6 @@ Where can I get the latest release? ----------------------------------- You can download source and binaries from our [download page](https://commons.apache.org/proper/commons-rng/download_rng.cgi). -Alternatively you can pull it from the central Maven repositories: - -```xml -<dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-rng-examples-quadrature</artifactId> - <version>1.4</version> -</dependency> -``` - Contributing ------------ diff --git a/commons-rng-examples/examples-sampling/README.md b/commons-rng-examples/examples-sampling/README.md index 537a89d..4436af6 100644 --- a/commons-rng-examples/examples-sampling/README.md +++ b/commons-rng-examples/examples-sampling/README.md @@ -45,8 +45,6 @@ Sampling example [](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) Application for calling external tools that perform stringent uniformity tests. Code in this module is not part of the public API. @@ -62,16 +60,6 @@ Where can I get the latest release? ----------------------------------- You can download source and binaries from our [download page](https://commons.apache.org/proper/commons-rng/download_rng.cgi). -Alternatively you can pull it from the central Maven repositories: - -```xml -<dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-rng-examples-sampling</artifactId> - <version>1.4</version> -</dependency> -``` - Contributing ------------ diff --git a/commons-rng-examples/examples-stress/README.md b/commons-rng-examples/examples-stress/README.md index 2861e5c..ebf5539 100644 --- a/commons-rng-examples/examples-stress/README.md +++ b/commons-rng-examples/examples-stress/README.md @@ -45,8 +45,6 @@ Stress test example [](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) Application for calling external tools that perform stringent uniformity tests. Code in this module is not part of the public API. @@ -62,16 +60,6 @@ Where can I get the latest release? ----------------------------------- You can download source and binaries from our [download page](https://commons.apache.org/proper/commons-rng/download_rng.cgi). -Alternatively you can pull it from the central Maven repositories: - -```xml -<dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-rng-examples-stress</artifactId> - <version>1.4</version> -</dependency> -``` - Contributing ------------