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 2022/11/01 11:55:48 UTC

[commons-numbers] 02/05: Update README pages for v1.1

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-numbers.git

commit 16d9634f71fe094fcdc9b91423d461d599e1c622
Author: aherbert <ah...@apache.org>
AuthorDate: Tue Nov 1 10:47:10 2022 +0000

    Update README pages for v1.1
---
 README.md                                 | 6 +++---
 commons-numbers-angle/README.md           | 4 ++--
 commons-numbers-arrays/README.md          | 4 ++--
 commons-numbers-combinatorics/README.md   | 4 ++--
 commons-numbers-complex-streams/README.md | 4 ++--
 commons-numbers-complex/README.md         | 4 ++--
 commons-numbers-core/README.md            | 4 ++--
 commons-numbers-field/README.md           | 4 ++--
 commons-numbers-fraction/README.md        | 4 ++--
 commons-numbers-gamma/README.md           | 4 ++--
 commons-numbers-primes/README.md          | 4 ++--
 commons-numbers-quaternion/README.md      | 4 ++--
 commons-numbers-rootfinder/README.md      | 4 ++--
 13 files changed, 27 insertions(+), 27 deletions(-)

diff --git a/README.md b/README.md
index 50a0a9c5..9793efe6 100644
--- a/README.md
+++ b/README.md
@@ -81,17 +81,17 @@ Alternatively you can pull it from the central Maven repositories, for example:
 <dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-numbers-core</artifactId>
-  <version>1.0</version>
+  <version>1.1</version>
 </dependency>
 <dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-numbers-complex</artifactId>
-  <version>1.0</version>
+  <version>1.1</version>
 </dependency>
 <dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-numbers-quaternion</artifactId>
-  <version>1.0</version>
+  <version>1.1</version>
 </dependency>
 ```
 
diff --git a/commons-numbers-angle/README.md b/commons-numbers-angle/README.md
index 9da67cf7..d2697a12 100644
--- a/commons-numbers-angle/README.md
+++ b/commons-numbers-angle/README.md
@@ -46,7 +46,7 @@ Apache Commons Numbers Angle
 [![Build Status](https://github.com/apache/commons-numbers/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-numbers/actions/workflows/maven.yml)
 [![Coverage Status](https://codecov.io/gh/apache/commons-numbers/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-numbers)
 [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-numbers-angle/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-numbers-angle/)
-[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-numbers-angle/1.0.svg)](https://javadoc.io/doc/org.apache.commons/commons-numbers-angle/1.0)
+[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-numbers-angle/1.1.svg)](https://javadoc.io/doc/org.apache.commons/commons-numbers-angle/1.1)
 
 Utilities related to the concept of angle.
 
@@ -67,7 +67,7 @@ Alternatively you can pull it from the central Maven repositories:
 <dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-numbers-angle</artifactId>
-  <version>1.0</version>
+  <version>1.1</version>
 </dependency>
 ```
 
diff --git a/commons-numbers-arrays/README.md b/commons-numbers-arrays/README.md
index 53fd4f8a..a5da65f3 100644
--- a/commons-numbers-arrays/README.md
+++ b/commons-numbers-arrays/README.md
@@ -46,7 +46,7 @@ Apache Commons Numbers Arrays
 [![Build Status](https://github.com/apache/commons-numbers/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-numbers/actions/workflows/maven.yml)
 [![Coverage Status](https://codecov.io/gh/apache/commons-numbers/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-numbers)
 [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-numbers-arrays/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-numbers-arrays/)
-[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-numbers-arrays/1.0.svg)](https://javadoc.io/doc/org.apache.commons/commons-numbers-arrays/1.0)
+[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-numbers-arrays/1.1.svg)](https://javadoc.io/doc/org.apache.commons/commons-numbers-arrays/1.1)
 
 Array utilities.
 
@@ -67,7 +67,7 @@ Alternatively you can pull it from the central Maven repositories:
 <dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-numbers-arrays</artifactId>
-  <version>1.0</version>
+  <version>1.1</version>
 </dependency>
 ```
 
diff --git a/commons-numbers-combinatorics/README.md b/commons-numbers-combinatorics/README.md
index 6a7abf55..6bcee499 100644
--- a/commons-numbers-combinatorics/README.md
+++ b/commons-numbers-combinatorics/README.md
@@ -46,7 +46,7 @@ Apache Commons Numbers Combinatorics
 [![Build Status](https://github.com/apache/commons-numbers/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-numbers/actions/workflows/maven.yml)
 [![Coverage Status](https://codecov.io/gh/apache/commons-numbers/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-numbers)
 [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-numbers-combinatorics/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-numbers-combinatorics/)
-[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-numbers-combinatorics/1.0.svg)](https://javadoc.io/doc/org.apache.commons/commons-numbers-combinatorics/1.0)
+[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-numbers-combinatorics/1.1.svg)](https://javadoc.io/doc/org.apache.commons/commons-numbers-combinatorics/1.1)
 
 Combinatorics utilities such as factorial and binomial coefficients.
 
@@ -67,7 +67,7 @@ Alternatively you can pull it from the central Maven repositories:
 <dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-numbers-combinatorics</artifactId>
-  <version>1.0</version>
+  <version>1.1</version>
 </dependency>
 ```
 
diff --git a/commons-numbers-complex-streams/README.md b/commons-numbers-complex-streams/README.md
index 5431c9ef..616a33b3 100644
--- a/commons-numbers-complex-streams/README.md
+++ b/commons-numbers-complex-streams/README.md
@@ -46,7 +46,7 @@ Apache Commons Numbers Complex Streams
 [![Build Status](https://github.com/apache/commons-numbers/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-numbers/actions/workflows/maven.yml)
 [![Coverage Status](https://codecov.io/gh/apache/commons-numbers/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-numbers)
 [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-numbers-complex-streams/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-numbers-complex-streams/)
-[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-numbers-complex-streams/1.0.svg)](https://javadoc.io/doc/org.apache.commons/commons-numbers-complex-streams/1.0)
+[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-numbers-complex-streams/1.1.svg)](https://javadoc.io/doc/org.apache.commons/commons-numbers-complex-streams/1.1)
 
 Arrays, streams and collections of complex numbers.
 
@@ -67,7 +67,7 @@ Alternatively you can pull it from the central Maven repositories:
 <dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-numbers-complex-streams</artifactId>
-  <version>1.0</version>
+  <version>1.1</version>
 </dependency>
 ```
 
diff --git a/commons-numbers-complex/README.md b/commons-numbers-complex/README.md
index bf32f1c6..92b90e87 100644
--- a/commons-numbers-complex/README.md
+++ b/commons-numbers-complex/README.md
@@ -46,7 +46,7 @@ Apache Commons Numbers Complex
 [![Build Status](https://github.com/apache/commons-numbers/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-numbers/actions/workflows/maven.yml)
 [![Coverage Status](https://codecov.io/gh/apache/commons-numbers/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-numbers)
 [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-numbers-complex/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-numbers-complex/)
-[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-numbers-complex/1.0.svg)](https://javadoc.io/doc/org.apache.commons/commons-numbers-complex/1.0)
+[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-numbers-complex/1.1.svg)](https://javadoc.io/doc/org.apache.commons/commons-numbers-complex/1.1)
 
 Complex numbers.
 
@@ -67,7 +67,7 @@ Alternatively you can pull it from the central Maven repositories:
 <dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-numbers-complex</artifactId>
-  <version>1.0</version>
+  <version>1.1</version>
 </dependency>
 ```
 
diff --git a/commons-numbers-core/README.md b/commons-numbers-core/README.md
index 0f57475a..a64837b8 100644
--- a/commons-numbers-core/README.md
+++ b/commons-numbers-core/README.md
@@ -46,7 +46,7 @@ Apache Commons Numbers Core
 [![Build Status](https://github.com/apache/commons-numbers/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-numbers/actions/workflows/maven.yml)
 [![Coverage Status](https://codecov.io/gh/apache/commons-numbers/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-numbers)
 [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-numbers-core/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-numbers-core/)
-[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-numbers-core/1.0.svg)](https://javadoc.io/doc/org.apache.commons/commons-numbers-core/1.0)
+[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-numbers-core/1.1.svg)](https://javadoc.io/doc/org.apache.commons/commons-numbers-core/1.1)
 
 Basic utilities.
 
@@ -67,7 +67,7 @@ Alternatively you can pull it from the central Maven repositories:
 <dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-numbers-core</artifactId>
-  <version>1.0</version>
+  <version>1.1</version>
 </dependency>
 ```
 
diff --git a/commons-numbers-field/README.md b/commons-numbers-field/README.md
index 1215806f..6d676a09 100644
--- a/commons-numbers-field/README.md
+++ b/commons-numbers-field/README.md
@@ -46,7 +46,7 @@ Apache Commons Numbers Field
 [![Build Status](https://github.com/apache/commons-numbers/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-numbers/actions/workflows/maven.yml)
 [![Coverage Status](https://codecov.io/gh/apache/commons-numbers/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-numbers)
 [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-numbers-field/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-numbers-field/)
-[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-numbers-field/1.0.svg)](https://javadoc.io/doc/org.apache.commons/commons-numbers-field/1.0)
+[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-numbers-field/1.1.svg)](https://javadoc.io/doc/org.apache.commons/commons-numbers-field/1.1)
 
 Utilities related to the concept of field.
 
@@ -67,7 +67,7 @@ Alternatively you can pull it from the central Maven repositories:
 <dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-numbers-field</artifactId>
-  <version>1.0</version>
+  <version>1.1</version>
 </dependency>
 ```
 
diff --git a/commons-numbers-fraction/README.md b/commons-numbers-fraction/README.md
index 06c38f1f..44ed7c7d 100644
--- a/commons-numbers-fraction/README.md
+++ b/commons-numbers-fraction/README.md
@@ -46,7 +46,7 @@ Apache Commons Numbers Fraction
 [![Build Status](https://github.com/apache/commons-numbers/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-numbers/actions/workflows/maven.yml)
 [![Coverage Status](https://codecov.io/gh/apache/commons-numbers/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-numbers)
 [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-numbers-fraction/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-numbers-fraction/)
-[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-numbers-fraction/1.0.svg)](https://javadoc.io/doc/org.apache.commons/commons-numbers-fraction/1.0)
+[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-numbers-fraction/1.1.svg)](https://javadoc.io/doc/org.apache.commons/commons-numbers-fraction/1.1)
 
 Fraction utilities.
 
@@ -67,7 +67,7 @@ Alternatively you can pull it from the central Maven repositories:
 <dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-numbers-fraction</artifactId>
-  <version>1.0</version>
+  <version>1.1</version>
 </dependency>
 ```
 
diff --git a/commons-numbers-gamma/README.md b/commons-numbers-gamma/README.md
index 6ba640fa..2aec0732 100644
--- a/commons-numbers-gamma/README.md
+++ b/commons-numbers-gamma/README.md
@@ -46,7 +46,7 @@ Apache Commons Numbers Gamma
 [![Build Status](https://github.com/apache/commons-numbers/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-numbers/actions/workflows/maven.yml)
 [![Coverage Status](https://codecov.io/gh/apache/commons-numbers/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-numbers)
 [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-numbers-gamma/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-numbers-gamma/)
-[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-numbers-gamma/1.0.svg)](https://javadoc.io/doc/org.apache.commons/commons-numbers-gamma/1.0)
+[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-numbers-gamma/1.1.svg)](https://javadoc.io/doc/org.apache.commons/commons-numbers-gamma/1.1)
 
 Gamma family of functions.
 
@@ -67,7 +67,7 @@ Alternatively you can pull it from the central Maven repositories:
 <dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-numbers-gamma</artifactId>
-  <version>1.0</version>
+  <version>1.1</version>
 </dependency>
 ```
 
diff --git a/commons-numbers-primes/README.md b/commons-numbers-primes/README.md
index 81b81926..0ce50fc4 100644
--- a/commons-numbers-primes/README.md
+++ b/commons-numbers-primes/README.md
@@ -46,7 +46,7 @@ Apache Commons Numbers Primes
 [![Build Status](https://github.com/apache/commons-numbers/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-numbers/actions/workflows/maven.yml)
 [![Coverage Status](https://codecov.io/gh/apache/commons-numbers/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-numbers)
 [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-numbers-primes/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-numbers-primes/)
-[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-numbers-primes/1.0.svg)](https://javadoc.io/doc/org.apache.commons/commons-numbers-primes/1.0)
+[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-numbers-primes/1.1.svg)](https://javadoc.io/doc/org.apache.commons/commons-numbers-primes/1.1)
 
 Utilities related to prime numbers.
 
@@ -67,7 +67,7 @@ Alternatively you can pull it from the central Maven repositories:
 <dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-numbers-primes</artifactId>
-  <version>1.0</version>
+  <version>1.1</version>
 </dependency>
 ```
 
diff --git a/commons-numbers-quaternion/README.md b/commons-numbers-quaternion/README.md
index 5044315d..08bfdf54 100644
--- a/commons-numbers-quaternion/README.md
+++ b/commons-numbers-quaternion/README.md
@@ -46,7 +46,7 @@ Apache Commons Numbers Quaternion
 [![Build Status](https://github.com/apache/commons-numbers/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-numbers/actions/workflows/maven.yml)
 [![Coverage Status](https://codecov.io/gh/apache/commons-numbers/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-numbers)
 [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-numbers-quaternion/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-numbers-quaternion/)
-[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-numbers-quaternion/1.0.svg)](https://javadoc.io/doc/org.apache.commons/commons-numbers-quaternion/1.0)
+[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-numbers-quaternion/1.1.svg)](https://javadoc.io/doc/org.apache.commons/commons-numbers-quaternion/1.1)
 
 Quaternion numbers.
 
@@ -67,7 +67,7 @@ Alternatively you can pull it from the central Maven repositories:
 <dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-numbers-quaternion</artifactId>
-  <version>1.0</version>
+  <version>1.1</version>
 </dependency>
 ```
 
diff --git a/commons-numbers-rootfinder/README.md b/commons-numbers-rootfinder/README.md
index 09c9c1fb..6fa9f7e7 100644
--- a/commons-numbers-rootfinder/README.md
+++ b/commons-numbers-rootfinder/README.md
@@ -46,7 +46,7 @@ Apache Commons Numbers Root Finder
 [![Build Status](https://github.com/apache/commons-numbers/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-numbers/actions/workflows/maven.yml)
 [![Coverage Status](https://codecov.io/gh/apache/commons-numbers/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-numbers)
 [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-numbers-rootfinder/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-numbers-rootfinder/)
-[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-numbers-rootfinder/1.0.svg)](https://javadoc.io/doc/org.apache.commons/commons-numbers-rootfinder/1.0)
+[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-numbers-rootfinder/1.1.svg)](https://javadoc.io/doc/org.apache.commons/commons-numbers-rootfinder/1.1)
 
 Root finding utilities.
 
@@ -67,7 +67,7 @@ Alternatively you can pull it from the central Maven repositories:
 <dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-numbers-rootfinder</artifactId>
-  <version>1.0</version>
+  <version>1.1</version>
 </dependency>
 ```