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 2022/01/25 00:37:57 UTC

[commons-math] 05/11: Upgrade dependency.

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-math.git

commit 022332820ab5b228d508fc5d25d9169062512821
Author: Gilles Sadowski <gi...@gmail.com>
AuthorDate: Mon Jan 24 05:54:10 2022 +0100

    Upgrade dependency.
    
    Commons Statistics 1.0-SNAPSHOT requires Commons Numbers 1.1-SNAPSHOT.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d763cb5..095cb6a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,7 +62,7 @@
     <math.checkstyle.version>3.1.0</math.checkstyle.version>
     <math.checkstyle.dep.version>8.29</math.checkstyle.dep.version>
     <math.mathjax.version>2.7.2</math.mathjax.version>
-    <math.commons.numbers.version>1.0</math.commons.numbers.version>
+    <math.commons.numbers.version>1.1-SNAPSHOT</math.commons.numbers.version>
     <math.commons.rng.version>1.4</math.commons.rng.version>
     <math.commons.geometry.version>1.0</math.commons.geometry.version>
     <math.commons.statistics.version>1.0-SNAPSHOT</math.commons.statistics.version>