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/27 05:46:48 UTC

[commons-math] 01/02: 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 165926f77e4f33beb35ba7d1df3d87774abdf8ef
Author: Gilles Sadowski <gi...@gmail.com>
AuthorDate: Mon Apr 27 07:30:42 2020 +0200

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

diff --git a/pom.xml b/pom.xml
index 6347dc3..593775b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,6 +65,7 @@
     <math.commons.numbers.version>1.0-SNAPSHOT</math.commons.numbers.version>
     <math.commons.rng.version>1.2</math.commons.rng.version>
     <math.commons.geometry.version>1.0-SNAPSHOT</math.commons.geometry.version>
+    <math.commons.statistics.version>1.0-SNAPSHOT</math.commons.statistics.version>
 
     <commons.site.path>math</commons.site.path>
     <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-math</commons.scmPubUrl>
@@ -111,7 +112,7 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-statistics-distribution</artifactId>
-      <version>0.1-SNAPSHOT</version>
+      <version>${math.commons.statistics.version}</version>
     </dependency>
 
     <dependency>