You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2021/09/14 12:43:29 UTC

[commons-rng] 02/03: Remove badges and maven dependency from the examples modules.

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 <ah...@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
 
 [![Build Status](https://app.travis-ci.com/apache/commons-rng.svg)](https://app.travis-ci.com/github/apache/commons-rng)
 [![Coverage Status](https://coveralls.io/repos/apache/commons-rng/badge.svg)](https://coveralls.io/r/apache/commons-rng)
-[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-rng-examples/badge.svg)](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
 
 [![Build Status](https://app.travis-ci.com/apache/commons-rng.svg)](https://app.travis-ci.com/github/apache/commons-rng)
 [![Coverage Status](https://coveralls.io/repos/apache/commons-rng/badge.svg)](https://coveralls.io/r/apache/commons-rng)
-[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-rng-examples-jmh/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-rng-examples-jmh/)
-[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-rng-examples-jmh/1.4.svg)](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
 
 [![Build Status](https://app.travis-ci.com/apache/commons-rng.svg)](https://app.travis-ci.com/github/apache/commons-rng)
 [![Coverage Status](https://coveralls.io/repos/apache/commons-rng/badge.svg)](https://coveralls.io/r/apache/commons-rng)
-[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-rng-examples-jpms/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-rng-examples-jpms/)
-[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-rng-examples-jpms/1.4.svg)](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)
 
 [![Build Status](https://app.travis-ci.com/apache/commons-rng.svg)](https://app.travis-ci.com/github/apache/commons-rng)
 [![Coverage Status](https://coveralls.io/repos/apache/commons-rng/badge.svg)](https://coveralls.io/r/apache/commons-rng)
-[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-rng-examples-jpms-app/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-rng-examples-jpms-app/)
-[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-rng-examples-jpms-app/1.4.svg)](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)
 
 [![Build Status](https://app.travis-ci.com/apache/commons-rng.svg)](https://app.travis-ci.com/github/apache/commons-rng)
 [![Coverage Status](https://coveralls.io/repos/apache/commons-rng/badge.svg)](https://coveralls.io/r/apache/commons-rng)
-[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-rng-examples-jpms-lib/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-rng-examples-jpms-lib/)
-[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-rng-examples-jpms-lib/1.4.svg)](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
 
 [![Build Status](https://app.travis-ci.com/apache/commons-rng.svg)](https://app.travis-ci.com/github/apache/commons-rng)
 [![Coverage Status](https://coveralls.io/repos/apache/commons-rng/badge.svg)](https://coveralls.io/r/apache/commons-rng)
-[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-rng-examples-quadrature/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-rng-examples-quadrature/)
-[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-rng-examples-quadrature/1.4.svg)](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
 
 [![Build Status](https://app.travis-ci.com/apache/commons-rng.svg)](https://app.travis-ci.com/github/apache/commons-rng)
 [![Coverage Status](https://coveralls.io/repos/apache/commons-rng/badge.svg)](https://coveralls.io/r/apache/commons-rng)
-[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-rng-examples-sampling/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-rng-examples-sampling/)
-[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-rng-examples-sampling/1.4.svg)](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
 
 [![Build Status](https://app.travis-ci.com/apache/commons-rng.svg)](https://app.travis-ci.com/github/apache/commons-rng)
 [![Coverage Status](https://coveralls.io/repos/apache/commons-rng/badge.svg)](https://coveralls.io/r/apache/commons-rng)
-[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-rng-examples-stress/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-rng-examples-stress/)
-[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-rng-examples-stress/1.4.svg)](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
 ------------