You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2020/04/12 11:26:45 UTC

[commons-statistics] 04/05: Upgrade to version 1.3 "Commons RNG".

This is an automated email from the ASF dual-hosted git repository.

erans pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-statistics.git

commit 22ade0f5963c526bb92ab861c469d014566606ca
Author: Gilles Sadowski <gi...@gmail.com>
AuthorDate: Sun Apr 12 13:21:14 2020 +0200

    Upgrade to version 1.3 "Commons RNG".
    
    This entails a unit test failure (cf. JIRA: STATISTICS-23).
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d67d29c..00b7835 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,7 +120,7 @@
         Temporary workaround?
     -->
     <commons.release.name>commons-statistics-${project.version}</commons.release.name>
-    <statistics.commons.rng.version>1.2</statistics.commons.rng.version>
+    <statistics.commons.rng.version>1.3</statistics.commons.rng.version>
     <statistics.commons.numbers.version>1.0-SNAPSHOT</statistics.commons.numbers.version> <!-- XXX -->
     <statistics.commons.math3.version>3.6.1</statistics.commons.math3.version>
   </properties>