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 <[email protected]> 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 [](https://github.com/apache/commons-numbers/actions/workflows/maven.yml) [](https://app.codecov.io/gh/apache/commons-numbers) [](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-numbers-angle/) -[](https://javadoc.io/doc/org.apache.commons/commons-numbers-angle/1.0) +[](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 [](https://github.com/apache/commons-numbers/actions/workflows/maven.yml) [](https://app.codecov.io/gh/apache/commons-numbers) [](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-numbers-arrays/) -[](https://javadoc.io/doc/org.apache.commons/commons-numbers-arrays/1.0) +[](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 [](https://github.com/apache/commons-numbers/actions/workflows/maven.yml) [](https://app.codecov.io/gh/apache/commons-numbers) [](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-numbers-combinatorics/) -[](https://javadoc.io/doc/org.apache.commons/commons-numbers-combinatorics/1.0) +[](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 [](https://github.com/apache/commons-numbers/actions/workflows/maven.yml) [](https://app.codecov.io/gh/apache/commons-numbers) [](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-numbers-complex-streams/) -[](https://javadoc.io/doc/org.apache.commons/commons-numbers-complex-streams/1.0) +[](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 [](https://github.com/apache/commons-numbers/actions/workflows/maven.yml) [](https://app.codecov.io/gh/apache/commons-numbers) [](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-numbers-complex/) -[](https://javadoc.io/doc/org.apache.commons/commons-numbers-complex/1.0) +[](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 [](https://github.com/apache/commons-numbers/actions/workflows/maven.yml) [](https://app.codecov.io/gh/apache/commons-numbers) [](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-numbers-core/) -[](https://javadoc.io/doc/org.apache.commons/commons-numbers-core/1.0) +[](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 [](https://github.com/apache/commons-numbers/actions/workflows/maven.yml) [](https://app.codecov.io/gh/apache/commons-numbers) [](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-numbers-field/) -[](https://javadoc.io/doc/org.apache.commons/commons-numbers-field/1.0) +[](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 [](https://github.com/apache/commons-numbers/actions/workflows/maven.yml) [](https://app.codecov.io/gh/apache/commons-numbers) [](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-numbers-fraction/) -[](https://javadoc.io/doc/org.apache.commons/commons-numbers-fraction/1.0) +[](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 [](https://github.com/apache/commons-numbers/actions/workflows/maven.yml) [](https://app.codecov.io/gh/apache/commons-numbers) [](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-numbers-gamma/) -[](https://javadoc.io/doc/org.apache.commons/commons-numbers-gamma/1.0) +[](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 [](https://github.com/apache/commons-numbers/actions/workflows/maven.yml) [](https://app.codecov.io/gh/apache/commons-numbers) [](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-numbers-primes/) -[](https://javadoc.io/doc/org.apache.commons/commons-numbers-primes/1.0) +[](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 [](https://github.com/apache/commons-numbers/actions/workflows/maven.yml) [](https://app.codecov.io/gh/apache/commons-numbers) [](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-numbers-quaternion/) -[](https://javadoc.io/doc/org.apache.commons/commons-numbers-quaternion/1.0) +[](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 [](https://github.com/apache/commons-numbers/actions/workflows/maven.yml) [](https://app.codecov.io/gh/apache/commons-numbers) [](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-numbers-rootfinder/) -[](https://javadoc.io/doc/org.apache.commons/commons-numbers-rootfinder/1.0) +[](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> ```
