You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2022/11/02 11:19:36 UTC

[commons-math] branch master updated: Update commons-numbers 1.1-SNAPSHOT to 1.1

This is an automated email from the ASF dual-hosted git repository.

aherbert 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 24e4acc7d Update commons-numbers 1.1-SNAPSHOT to 1.1
24e4acc7d is described below

commit 24e4acc7de355092c071bd63336d2fdb31c2c7ff
Author: aherbert <ah...@apache.org>
AuthorDate: Wed Nov 2 11:18:43 2022 +0000

    Update commons-numbers 1.1-SNAPSHOT to 1.1
---
 pom.xml | 54 ++++--------------------------------------------------
 1 file changed, 4 insertions(+), 50 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4ccf0b1cf..dbd32b50b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,7 +62,7 @@
     <!-- MathJax configuration also includes the prerequisite polyfill.min.js script.
          See the maven-javadoc-plugin plugin. -->
     <math.mathjax.url>https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js</math.mathjax.url>
-    <math.commons.numbers.version>1.1-SNAPSHOT</math.commons.numbers.version>
+    <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>
@@ -188,56 +188,10 @@
 
       <dependency>
         <groupId>org.apache.commons</groupId>
-        <artifactId>commons-numbers-core</artifactId>
-        <version>${math.commons.numbers.version}</version>
-      </dependency>
-
-      <dependency>
-        <groupId>org.apache.commons</groupId>
-        <artifactId>commons-numbers-complex</artifactId>
-        <version>${math.commons.numbers.version}</version>
-      </dependency>
-
-      <dependency>
-        <groupId>org.apache.commons</groupId>
-        <artifactId>commons-numbers-gamma</artifactId>
-        <version>${math.commons.numbers.version}</version>
-      </dependency>
-
-      <dependency>
-        <groupId>org.apache.commons</groupId>
-        <artifactId>commons-numbers-combinatorics</artifactId>
-        <version>${math.commons.numbers.version}</version>
-      </dependency>
-
-      <dependency>
-        <groupId>org.apache.commons</groupId>
-        <artifactId>commons-numbers-angle</artifactId>
-        <version>${math.commons.numbers.version}</version>
-      </dependency>
-
-      <dependency>
-        <groupId>org.apache.commons</groupId>
-        <artifactId>commons-numbers-rootfinder</artifactId>
-        <version>${math.commons.numbers.version}</version>
-      </dependency>
-
-      <dependency>
-        <groupId>org.apache.commons</groupId>
-        <artifactId>commons-numbers-field</artifactId>
-        <version>${math.commons.numbers.version}</version>
-      </dependency>
-
-      <dependency>
-        <groupId>org.apache.commons</groupId>
-        <artifactId>commons-numbers-quaternion</artifactId>
-        <version>${math.commons.numbers.version}</version>
-      </dependency>
-
-      <dependency>
-        <groupId>org.apache.commons</groupId>
-        <artifactId>commons-numbers-arrays</artifactId>
+        <artifactId>commons-numbers-bom</artifactId>
         <version>${math.commons.numbers.version}</version>
+        <scope>import</scope>
+        <type>pom</type>
       </dependency>
 
       <dependency>