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
The following commit(s) were added to refs/heads/master by this push: new 7a3c664d Update to RNG 1.6 7a3c664d is described below commit 7a3c664d0da182a1d35228c0276c6a45d064caaf Author: Alex Herbert <aherb...@apache.org> AuthorDate: Tue Jul 16 19:15:12 2024 +0100 Update to RNG 1.6 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index fc7c8be7..ef6544d2 100644 --- a/pom.xml +++ b/pom.xml @@ -87,7 +87,7 @@ <doclint.javadoc.qualifier>-Xdoclint:all</doclint.javadoc.qualifier> <!-- Dependency versions --> - <numbers.commons.rng.version>1.6-SNAPSHOT</numbers.commons.rng.version> + <numbers.commons.rng.version>1.6</numbers.commons.rng.version> <numbers.commons.math3.version>3.6.1</numbers.commons.math3.version> <!-- Workaround to avoid the SVN site checkout in all modules.