This is an automated email from the ASF dual-hosted git repository. mattjuntunen pushed a commit to branch 1.0-release in repository https://gitbox.apache.org/repos/asf/commons-numbers.git
The following commit(s) were added to refs/heads/1.0-release by this push: new f3368b1 updating versions in README files f3368b1 is described below commit f3368b196b4e4b7a51d329a449ab379a50320d3b Author: Matt Juntunen <mattjuntu...@apache.org> AuthorDate: Sun Jul 11 12:07:14 2021 -0400 updating versions in README files --- README.md | 2 +- commons-numbers-angle/README.md | 2 +- commons-numbers-arrays/README.md | 2 +- commons-numbers-combinatorics/README.md | 2 +- commons-numbers-complex/README.md | 2 +- commons-numbers-core/README.md | 2 +- commons-numbers-field/README.md | 2 +- commons-numbers-fraction/README.md | 2 +- commons-numbers-gamma/README.md | 2 +- commons-numbers-primes/README.md | 2 +- commons-numbers-quaternion/README.md | 2 +- commons-numbers-rootfinder/README.md | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index aaa8a9f..e2bdb1e 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ Alternatively you can pull it from the central Maven repositories: <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-numbers-parent</artifactId> - <version>1.0-beta1</version> + <version>1.0</version> </dependency> ``` diff --git a/commons-numbers-angle/README.md b/commons-numbers-angle/README.md index 74ebe14..f1bdb73 100644 --- a/commons-numbers-angle/README.md +++ b/commons-numbers-angle/README.md @@ -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-beta1</version> + <version>1.0</version> </dependency> ``` diff --git a/commons-numbers-arrays/README.md b/commons-numbers-arrays/README.md index fcb4789..88d2529 100644 --- a/commons-numbers-arrays/README.md +++ b/commons-numbers-arrays/README.md @@ -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-beta1</version> + <version>1.0</version> </dependency> ``` diff --git a/commons-numbers-combinatorics/README.md b/commons-numbers-combinatorics/README.md index deb2dac..4d3f940 100644 --- a/commons-numbers-combinatorics/README.md +++ b/commons-numbers-combinatorics/README.md @@ -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-beta1</version> + <version>1.0</version> </dependency> ``` diff --git a/commons-numbers-complex/README.md b/commons-numbers-complex/README.md index 9edab60..ebcf24b 100644 --- a/commons-numbers-complex/README.md +++ b/commons-numbers-complex/README.md @@ -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-beta1</version> + <version>1.0</version> </dependency> ``` diff --git a/commons-numbers-core/README.md b/commons-numbers-core/README.md index 2b8c8d5..3af6b8f 100644 --- a/commons-numbers-core/README.md +++ b/commons-numbers-core/README.md @@ -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-beta1</version> + <version>1.0</version> </dependency> ``` diff --git a/commons-numbers-field/README.md b/commons-numbers-field/README.md index 50b8585..2a844b7 100644 --- a/commons-numbers-field/README.md +++ b/commons-numbers-field/README.md @@ -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-beta1</version> + <version>1.0</version> </dependency> ``` diff --git a/commons-numbers-fraction/README.md b/commons-numbers-fraction/README.md index 9d93f27..f379caa 100644 --- a/commons-numbers-fraction/README.md +++ b/commons-numbers-fraction/README.md @@ -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-beta1</version> + <version>1.0</version> </dependency> ``` diff --git a/commons-numbers-gamma/README.md b/commons-numbers-gamma/README.md index b191100..d36d3e8 100644 --- a/commons-numbers-gamma/README.md +++ b/commons-numbers-gamma/README.md @@ -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-beta1</version> + <version>1.0</version> </dependency> ``` diff --git a/commons-numbers-primes/README.md b/commons-numbers-primes/README.md index bbad1dd..3fb3273 100644 --- a/commons-numbers-primes/README.md +++ b/commons-numbers-primes/README.md @@ -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-beta1</version> + <version>1.0</version> </dependency> ``` diff --git a/commons-numbers-quaternion/README.md b/commons-numbers-quaternion/README.md index c9d8baa..724623f 100644 --- a/commons-numbers-quaternion/README.md +++ b/commons-numbers-quaternion/README.md @@ -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-beta1</version> + <version>1.0</version> </dependency> ``` diff --git a/commons-numbers-rootfinder/README.md b/commons-numbers-rootfinder/README.md index 59a75b6..1b67df6 100644 --- a/commons-numbers-rootfinder/README.md +++ b/commons-numbers-rootfinder/README.md @@ -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-beta1</version> + <version>1.0</version> </dependency> ```