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
commit 08c51c420115db18df0054062551648759e84ee2 Author: Alex Herbert <[email protected]> AuthorDate: Thu Oct 21 13:13:19 2021 +0100 Update to numbers 1.1-SNAPSHOT Allows testing improvements to distribution functions introduced since version 1.0. --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index cdac3c0..64d3194 100644 --- a/pom.xml +++ b/pom.xml @@ -128,7 +128,8 @@ --> <commons.release.name>commons-statistics-${project.version}</commons.release.name> <statistics.commons.rng.version>1.4</statistics.commons.rng.version> - <statistics.commons.numbers.version>1.0</statistics.commons.numbers.version> + <!-- TODO: Release dependency Commons Numbers --> + <statistics.commons.numbers.version>1.1-SNAPSHOT</statistics.commons.numbers.version> <statistics.commons.math3.version>3.6.1</statistics.commons.math3.version> <statistics.mathjax.url>https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js</statistics.mathjax.url>
