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 2019/11/11 16:24:33 UTC

[commons-rng] 06/09: Update README.md released version to 1.3.

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 b3dffbb547c27df00dfdbd8a373cb76ca9eb6864
Author: aherbert <ah...@apache.org>
AuthorDate: Mon Nov 11 13:38:06 2019 +0000

    Update README.md released version to 1.3.
---
 README.md                                             | 6 +++---
 commons-rng-client-api/README.md                      | 4 ++--
 commons-rng-core/README.md                            | 4 ++--
 commons-rng-examples/README.md                        | 2 +-
 commons-rng-examples/examples-jmh/README.md           | 4 ++--
 commons-rng-examples/examples-jpms/README.md          | 4 ++--
 commons-rng-examples/examples-jpms/jpms-app/README.md | 4 ++--
 commons-rng-examples/examples-jpms/jpms-lib/README.md | 4 ++--
 commons-rng-examples/examples-quadrature/README.md    | 4 ++--
 commons-rng-examples/examples-sampling/README.md      | 4 ++--
 commons-rng-examples/examples-stress/README.md        | 4 ++--
 commons-rng-sampling/README.md                        | 4 ++--
 commons-rng-simple/README.md                          | 4 ++--
 13 files changed, 26 insertions(+), 26 deletions(-)

diff --git a/README.md b/README.md
index 66e67d7..27f9015 100644
--- a/README.md
+++ b/README.md
@@ -47,7 +47,7 @@ Apache Commons RNG
 [![Coverage Status](https://coveralls.io/repos/apache/commons-rng/badge.svg)](https://coveralls.io/r/apache/commons-rng)
 [![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=commons-rng&metric=alert_status)](https://sonarcloud.io/dashboard?id=commons-rng)
 [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-rng-simple/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-rng-simple/)
-[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-rng-simple/1.2.svg)](https://javadoc.io/doc/org.apache.commons/commons-rng-simple/1.2)
+[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-rng-simple/1.3.svg)](https://javadoc.io/doc/org.apache.commons/commons-rng-simple/1.3)
 [![Code Quality: Java](https://img.shields.io/lgtm/grade/java/g/apache/commons-rng.svg?logo=lgtm&logoWidth=18)](https://lgtm.com/projects/g/apache/commons-rng/context:java)
 
 The Apache Commons RNG project provides pure-Java implementation of pseudo-random generators.
@@ -74,12 +74,12 @@ Alternatively you can pull it from the central Maven repositories, e.g.:
 <dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-rng-simple</artifactId>
-  <version>1.2</version>
+  <version>1.3</version>
 </dependency>
 <dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-rng-sampling</artifactId>
-  <version>1.2</version>
+  <version>1.3</version>
 </dependency>
 ```
 
diff --git a/commons-rng-client-api/README.md b/commons-rng-client-api/README.md
index 2ac21b9..30c895a 100644
--- a/commons-rng-client-api/README.md
+++ b/commons-rng-client-api/README.md
@@ -46,7 +46,7 @@ Apache Commons RNG Client API
 [![Build Status](https://travis-ci.org/apache/commons-rng.svg)](https://travis-ci.org/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-client-api/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-rng-client-api/)
-[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-rng-client-api/1.2.svg)](https://javadoc.io/doc/org.apache.commons/commons-rng-client-api/1.2)
+[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-rng-client-api/1.3.svg)](https://javadoc.io/doc/org.apache.commons/commons-rng-client-api/1.3)
 
 API for client code that uses random numbers generators.
 
@@ -67,7 +67,7 @@ Alternatively you can pull it from the central Maven repositories:
 <dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-rng-client-api</artifactId>
-  <version>1.2</version>
+  <version>1.3</version>
 </dependency>
 ```
 
diff --git a/commons-rng-core/README.md b/commons-rng-core/README.md
index 2652d4c..4a4d541 100644
--- a/commons-rng-core/README.md
+++ b/commons-rng-core/README.md
@@ -46,7 +46,7 @@ Apache Commons RNG Core
 [![Build Status](https://travis-ci.org/apache/commons-rng.svg)](https://travis-ci.org/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-core/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-rng-core/)
-[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-rng-core/1.2.svg)](https://javadoc.io/doc/org.apache.commons/commons-rng-core/1.2)
+[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-rng-core/1.3.svg)](https://javadoc.io/doc/org.apache.commons/commons-rng-core/1.3)
 
 Pure Java implementations of random numbers generator algorithms.
   Code in this module should not be used directly by applications; please use
@@ -71,7 +71,7 @@ Alternatively you can pull it from the central Maven repositories:
 <dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-rng-core</artifactId>
-  <version>1.2</version>
+  <version>1.3</version>
 </dependency>
 ```
 
diff --git a/commons-rng-examples/README.md b/commons-rng-examples/README.md
index ede4f66..cfd28fd 100644
--- a/commons-rng-examples/README.md
+++ b/commons-rng-examples/README.md
@@ -69,7 +69,7 @@ Alternatively you can pull it from the central Maven repositories:
 <dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-rng-examples</artifactId>
-  <version>1.2</version>
+  <version>1.3</version>
 </dependency>
 ```
 
diff --git a/commons-rng-examples/examples-jmh/README.md b/commons-rng-examples/examples-jmh/README.md
index 6b1ac19..56e4b24 100644
--- a/commons-rng-examples/examples-jmh/README.md
+++ b/commons-rng-examples/examples-jmh/README.md
@@ -46,7 +46,7 @@ JMH Benchmark
 [![Build Status](https://travis-ci.org/apache/commons-rng.svg)](https://travis-ci.org/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.2.svg)](https://javadoc.io/doc/org.apache.commons/commons-rng-examples-jmh/1.2)
+[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-rng-examples-jmh/1.3.svg)](https://javadoc.io/doc/org.apache.commons/commons-rng-examples-jmh/1.3)
 
 Code for running JMH benchmarks that assess the performance of the generators.
   Code in this module is not part of the public API.
@@ -68,7 +68,7 @@ Alternatively you can pull it from the central Maven repositories:
 <dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-rng-examples-jmh</artifactId>
-  <version>1.2</version>
+  <version>1.3</version>
 </dependency>
 ```
 
diff --git a/commons-rng-examples/examples-jpms/README.md b/commons-rng-examples/examples-jpms/README.md
index 49e122f..e31429e 100644
--- a/commons-rng-examples/examples-jpms/README.md
+++ b/commons-rng-examples/examples-jpms/README.md
@@ -46,7 +46,7 @@ JPMS Integration test
 [![Build Status](https://travis-ci.org/apache/commons-rng.svg)](https://travis-ci.org/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.2.svg)](https://javadoc.io/doc/org.apache.commons/commons-rng-examples-jpms/1.2)
+[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-rng-examples-jpms/1.3.svg)](https://javadoc.io/doc/org.apache.commons/commons-rng-examples-jpms/1.3)
 
 Testing JPMS. Code in this module is not part of the public API.
 
@@ -67,7 +67,7 @@ Alternatively you can pull it from the central Maven repositories:
 <dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-rng-examples-jpms</artifactId>
-  <version>1.2</version>
+  <version>1.3</version>
 </dependency>
 ```
 
diff --git a/commons-rng-examples/examples-jpms/jpms-app/README.md b/commons-rng-examples/examples-jpms/jpms-app/README.md
index 232f236..41d20b5 100644
--- a/commons-rng-examples/examples-jpms/jpms-app/README.md
+++ b/commons-rng-examples/examples-jpms/jpms-app/README.md
@@ -46,7 +46,7 @@ JPMS module example (application)
 [![Build Status](https://travis-ci.org/apache/commons-rng.svg)](https://travis-ci.org/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.2.svg)](https://javadoc.io/doc/org.apache.commons/commons-rng-examples-jpms-app/1.2)
+[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-rng-examples-jpms-app/1.3.svg)](https://javadoc.io/doc/org.apache.commons/commons-rng-examples-jpms-app/1.3)
 
 Testing JPMS. Code in this module is not part of the public API.
 
@@ -67,7 +67,7 @@ Alternatively you can pull it from the central Maven repositories:
 <dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-rng-examples-jpms-app</artifactId>
-  <version>1.2</version>
+  <version>1.3</version>
 </dependency>
 ```
 
diff --git a/commons-rng-examples/examples-jpms/jpms-lib/README.md b/commons-rng-examples/examples-jpms/jpms-lib/README.md
index 743c017..adb1335 100644
--- a/commons-rng-examples/examples-jpms/jpms-lib/README.md
+++ b/commons-rng-examples/examples-jpms/jpms-lib/README.md
@@ -46,7 +46,7 @@ JPMS module example (library)
 [![Build Status](https://travis-ci.org/apache/commons-rng.svg)](https://travis-ci.org/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.2.svg)](https://javadoc.io/doc/org.apache.commons/commons-rng-examples-jpms-lib/1.2)
+[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-rng-examples-jpms-lib/1.3.svg)](https://javadoc.io/doc/org.apache.commons/commons-rng-examples-jpms-lib/1.3)
 
 Testing JPMS. Code in this module is not part of the public API.
 
@@ -67,7 +67,7 @@ Alternatively you can pull it from the central Maven repositories:
 <dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-rng-examples-jpms-lib</artifactId>
-  <version>1.2</version>
+  <version>1.3</version>
 </dependency>
 ```
 
diff --git a/commons-rng-examples/examples-quadrature/README.md b/commons-rng-examples/examples-quadrature/README.md
index e82cdd6..d7ad188 100644
--- a/commons-rng-examples/examples-quadrature/README.md
+++ b/commons-rng-examples/examples-quadrature/README.md
@@ -46,7 +46,7 @@ Quadrature example
 [![Build Status](https://travis-ci.org/apache/commons-rng.svg)](https://travis-ci.org/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.2.svg)](https://javadoc.io/doc/org.apache.commons/commons-rng-examples-quadrature/1.2)
+[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-rng-examples-quadrature/1.3.svg)](https://javadoc.io/doc/org.apache.commons/commons-rng-examples-quadrature/1.3)
 
 Contains examples for computing numerical quadrature (integration).
   Code in this module is not part of the public API.
@@ -68,7 +68,7 @@ Alternatively you can pull it from the central Maven repositories:
 <dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-rng-examples-quadrature</artifactId>
-  <version>1.2</version>
+  <version>1.3</version>
 </dependency>
 ```
 
diff --git a/commons-rng-examples/examples-sampling/README.md b/commons-rng-examples/examples-sampling/README.md
index 2c19c1a..e3d9d99 100644
--- a/commons-rng-examples/examples-sampling/README.md
+++ b/commons-rng-examples/examples-sampling/README.md
@@ -46,7 +46,7 @@ Sampling example
 [![Build Status](https://travis-ci.org/apache/commons-rng.svg)](https://travis-ci.org/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.2.svg)](https://javadoc.io/doc/org.apache.commons/commons-rng-examples-sampling/1.2)
+[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-rng-examples-sampling/1.3.svg)](https://javadoc.io/doc/org.apache.commons/commons-rng-examples-sampling/1.3)
 
 Application for calling external tools that perform stringent uniformity tests.
   Code in this module is not part of the public API.
@@ -68,7 +68,7 @@ Alternatively you can pull it from the central Maven repositories:
 <dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-rng-examples-sampling</artifactId>
-  <version>1.2</version>
+  <version>1.3</version>
 </dependency>
 ```
 
diff --git a/commons-rng-examples/examples-stress/README.md b/commons-rng-examples/examples-stress/README.md
index 45972b7..cac49c2 100644
--- a/commons-rng-examples/examples-stress/README.md
+++ b/commons-rng-examples/examples-stress/README.md
@@ -46,7 +46,7 @@ Stress test example
 [![Build Status](https://travis-ci.org/apache/commons-rng.svg)](https://travis-ci.org/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.2.svg)](https://javadoc.io/doc/org.apache.commons/commons-rng-examples-stress/1.2)
+[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-rng-examples-stress/1.3.svg)](https://javadoc.io/doc/org.apache.commons/commons-rng-examples-stress/1.3)
 
 Application for calling external tools that perform stringent uniformity tests.
   Code in this module is not part of the public API.
@@ -68,7 +68,7 @@ Alternatively you can pull it from the central Maven repositories:
 <dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-rng-examples-stress</artifactId>
-  <version>1.2</version>
+  <version>1.3</version>
 </dependency>
 ```
 
diff --git a/commons-rng-sampling/README.md b/commons-rng-sampling/README.md
index 44e47ec..7969591 100644
--- a/commons-rng-sampling/README.md
+++ b/commons-rng-sampling/README.md
@@ -46,7 +46,7 @@ Apache Commons RNG Sampling
 [![Build Status](https://travis-ci.org/apache/commons-rng.svg)](https://travis-ci.org/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-sampling/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-rng-sampling/)
-[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-rng-sampling/1.2.svg)](https://javadoc.io/doc/org.apache.commons/commons-rng-sampling/1.2)
+[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-rng-sampling/1.3.svg)](https://javadoc.io/doc/org.apache.commons/commons-rng-sampling/1.3)
 
 The Apache Commons RNG Sampling module provides samplers
     for various distributions.
@@ -68,7 +68,7 @@ Alternatively you can pull it from the central Maven repositories:
 <dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-rng-sampling</artifactId>
-  <version>1.2</version>
+  <version>1.3</version>
 </dependency>
 ```
 
diff --git a/commons-rng-simple/README.md b/commons-rng-simple/README.md
index af6f417..e888fbe 100644
--- a/commons-rng-simple/README.md
+++ b/commons-rng-simple/README.md
@@ -46,7 +46,7 @@ Apache Commons RNG Simple
 [![Build Status](https://travis-ci.org/apache/commons-rng.svg)](https://travis-ci.org/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-simple/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-rng-simple/)
-[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-rng-simple/1.2.svg)](https://javadoc.io/doc/org.apache.commons/commons-rng-simple/1.2)
+[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-rng-simple/1.3.svg)](https://javadoc.io/doc/org.apache.commons/commons-rng-simple/1.3)
 
 Simple API for instantiating random numbers generators.
 
@@ -67,7 +67,7 @@ Alternatively you can pull it from the central Maven repositories:
 <dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-rng-simple</artifactId>
-  <version>1.2</version>
+  <version>1.3</version>
 </dependency>
 ```