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-statistics.git
The following commit(s) were added to refs/heads/master by this push: new fcfba78 Update to Commons Numbers 1.2 fcfba78 is described below commit fcfba789993b9bd569e6e79e712e3d19718fdaed Author: Alex Herbert <aherb...@apache.org> AuthorDate: Mon Aug 12 14:24:53 2024 +0100 Update to Commons Numbers 1.2 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 06bbbd9..2e955fc 100644 --- a/pom.xml +++ b/pom.xml @@ -139,7 +139,7 @@ <!-- Dependency versions --> <statistics.commons.rng.version>1.6</statistics.commons.rng.version> - <statistics.commons.numbers.version>1.2-SNAPSHOT</statistics.commons.numbers.version> + <statistics.commons.numbers.version>1.2</statistics.commons.numbers.version> <statistics.commons.math3.version>3.6.1</statistics.commons.math3.version> <statistics.commons.math4.version>4.0-beta1</statistics.commons.math4.version>