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 2021/08/28 01:20:23 UTC

[commons-math] branch master updated: 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


The following commit(s) were added to refs/heads/master by this push:
     new f44cae3  Upgrade dependency.
f44cae3 is described below

commit f44cae3985862cd6a2a525dffe0936ba3af4047e
Author: Gilles Sadowski <gi...@gmail.com>
AuthorDate: Sat Aug 28 03:19:57 2021 +0200

    Upgrade dependency.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7d078b5..96c5848 100644
--- a/pom.xml
+++ b/pom.xml
@@ -64,7 +64,7 @@
     <math.mathjax.version>2.7.2</math.mathjax.version>
     <math.commons.numbers.version>1.0</math.commons.numbers.version>
     <math.commons.rng.version>1.4-SNAPSHOT</math.commons.rng.version>
-    <math.commons.geometry.version>1.0-SNAPSHOT</math.commons.geometry.version>
+    <math.commons.geometry.version>1.0</math.commons.geometry.version>
     <math.commons.statistics.version>1.0-SNAPSHOT</math.commons.statistics.version>
     <math.commons.math3.version>3.6.1</math.commons.math3.version>
     <math.junit5.version>5.7.2</math.junit5.version>