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 e2dd8f1a0d559967a0f9a3cd538b96d66561adc6 Author: Gilles Sadowski <gillese...@gmail.com> AuthorDate: Mon Dec 19 00:49:04 2022 +0100 Let distribution files have the same prefix as the maven artefacts. --- dist-archive/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist-archive/pom.xml b/dist-archive/pom.xml index dc9e431b7..bea6857bc 100644 --- a/dist-archive/pom.xml +++ b/dist-archive/pom.xml @@ -28,7 +28,7 @@ under the License. <version>4.0-SNAPSHOT</version> </parent> - <artifactId>commons-math</artifactId> + <artifactId>commons-math4</artifactId> <packaging>pom</packaging> <name>Apache Commons Math (full distribution)</name> <description>This module creates the Apache Commons Math distribution.</description>