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/22 10:10:21 UTC

[commons-math] 04/10: Set correct versions.

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 39008d47bdbaf19322c562252c3eb77f2f7ae30e
Author: Gilles Sadowski <gi...@gmail.com>
AuthorDate: Tue Dec 13 18:26:31 2022 +0100

    Set correct versions.
---
 src/userguide/pom.xml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/userguide/pom.xml b/src/userguide/pom.xml
index 8cbe0fb93..5ed04361e 100644
--- a/src/userguide/pom.xml
+++ b/src/userguide/pom.xml
@@ -22,7 +22,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-math4-examples</artifactId>
-  <version>4.0-SNAPSHOT</version>
+  <version>4.0-beta1</version>
   <name>Commons Math User Guide</name>
   <inceptionYear>2003</inceptionYear>
   <description>Examples</description>
@@ -84,12 +84,12 @@
           <groupId>org.apache.commons</groupId>
           <artifactId>commons-math4</artifactId>
           <classifier>tools</classifier>
-          <version>4.0-SNAPSHOT</version>
+          <version>4.0-beta1</version>
       </dependency>
       <dependency>
           <groupId>org.apache.commons</groupId>
           <artifactId>commons-math4</artifactId>
-          <version>4.0-SNAPSHOT</version>
+          <version>4.0-beta1</version>
       </dependency>
       <dependency>
           <groupId>com.xeiam.xchart</groupId>
@@ -114,7 +114,7 @@
       <dependency>
           <groupId>org.apache.commons</groupId>
           <artifactId>commons-rng-client-api</artifactId>
-          <version>1.3</version>
+          <version>1.5</version>
       </dependency>
       <dependency>
           <groupId>org.apache.commons</groupId>
@@ -124,22 +124,22 @@
       <dependency>
           <groupId>org.apache.commons</groupId>
           <artifactId>commons-geometry-euclidean</artifactId>
-          <version>1.0-SNAPSHOT</version>
+          <version>1.0</version>
       </dependency>
       <dependency>
           <groupId>org.apache.commons</groupId>
           <artifactId>commons-geometry-enclosing</artifactId>
-          <version>1.0-SNAPSHOT</version>
+          <version>1.0</version>
       </dependency>
       <dependency>
           <groupId>org.apache.commons</groupId>
           <artifactId>commons-geometry-hull</artifactId>
-          <version>1.0-SNAPSHOT</version>
+          <version>1.0</version>
       </dependency>
       <dependency>
           <groupId>org.apache.commons</groupId>
           <artifactId>commons-statistics-distribution</artifactId>
-          <version>0.1-SNAPSHOT</version>
+          <version>1.0</version>
       </dependency>
   </dependencies>
 </project>