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/12/06 21:47:57 UTC

[commons-math] branch master updated: Depend on released version (1.0) of "Commons Statistics".

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 873d64550 Depend on released version (1.0) of "Commons Statistics".
873d64550 is described below

commit 873d645500daf26d8fc6beae31d2ff500661a3de
Author: Gilles Sadowski <gi...@gmail.com>
AuthorDate: Tue Dec 6 22:46:36 2022 +0100

    Depend on released version (1.0) of "Commons Statistics".
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0124caba1..18891e3ba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,7 +65,7 @@
     <math.commons.numbers.version>1.1</math.commons.numbers.version>
     <math.commons.rng.version>1.5</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>
+    <math.commons.statistics.version>1.0</math.commons.statistics.version>
     <math.commons.math3.version>3.6.1</math.commons.math3.version>
     <!-- Workaround to avoid duplicating config files. -->
     <math.parent.dir>${basedir}</math.parent.dir>