Use same artifactId prefix as modules (#235)

Changing the artifactId would normally require a corresponding change of package. But in this case, the parent does not include any Java code, so we should be OK.
This commit is contained in:
sebbASF 2023-09-21 13:44:49 +01:00 committed by GitHub
parent 8ea48b398e
commit 95b244cb1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
12 changed files with 14 additions and 14 deletions

View File

@ -46,10 +46,10 @@ Apache Commons Math
[![Build Status](https://github.com/apache/commons-math/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-math/actions/workflows/maven.yml) [![Build Status](https://github.com/apache/commons-math/actions/workflows/maven.yml/badge.svg)](https://github.com/apache/commons-math/actions/workflows/maven.yml)
[![Coverage Status](https://codecov.io/gh/apache/commons-math/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-math) [![Coverage Status](https://codecov.io/gh/apache/commons-math/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-math)
<!-- <!--
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-math-parent/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-math-parent/) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-math4-parent/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-math4-parent/)
--> -->
<!-- <!--
[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-math-parent/4.0.svg)](https://javadoc.io/doc/org.apache.commons/commons-math-parent/4.0) [![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-math4-parent/4.0.svg)](https://javadoc.io/doc/org.apache.commons/commons-math4-parent/4.0)
--> -->
"Commons Math" is undergoing major changes towards the next release (4.0): "Commons Math" is undergoing major changes towards the next release (4.0):
@ -81,7 +81,7 @@ Alternatively, you can pull it from the central Maven repositories:
```xml ```xml
<dependency> <dependency>
<groupId>org.apache.commons</groupId> <groupId>org.apache.commons</groupId>
<artifactId>commons-math-parent</artifactId> <artifactId>commons-math4-parent</artifactId>
<version>4.0</version> <version>4.0</version>
</dependency> </dependency>
``` ```

View File

@ -1,7 +1,7 @@
Apache Commons Math 4.0-beta1 RELEASE NOTES Apache Commons Math 4.0-beta1 RELEASE NOTES
The Apache Commons Math team is pleased to announce the release of commons-math-parent-4.0-beta1 The Apache Commons Math team is pleased to announce the release of commons-math4-parent-4.0-beta1
The Apache Commons Math project is a library of lightweight mathematics The Apache Commons Math project is a library of lightweight mathematics
and statistics components addressing common practical problems. and statistics components addressing common practical problems.

View File

@ -20,7 +20,7 @@
<parent> <parent>
<groupId>org.apache.commons</groupId> <groupId>org.apache.commons</groupId>
<artifactId>commons-math-parent</artifactId> <artifactId>commons-math4-parent</artifactId>
<version>4.0-SNAPSHOT</version> <version>4.0-SNAPSHOT</version>
</parent> </parent>

View File

@ -20,7 +20,7 @@
<parent> <parent>
<groupId>org.apache.commons</groupId> <groupId>org.apache.commons</groupId>
<artifactId>commons-math-parent</artifactId> <artifactId>commons-math4-parent</artifactId>
<version>4.0-SNAPSHOT</version> <version>4.0-SNAPSHOT</version>
</parent> </parent>

View File

@ -20,7 +20,7 @@
<parent> <parent>
<groupId>org.apache.commons</groupId> <groupId>org.apache.commons</groupId>
<artifactId>commons-math-parent</artifactId> <artifactId>commons-math4-parent</artifactId>
<version>4.0-SNAPSHOT</version> <version>4.0-SNAPSHOT</version>
</parent> </parent>

View File

@ -20,7 +20,7 @@
<parent> <parent>
<groupId>org.apache.commons</groupId> <groupId>org.apache.commons</groupId>
<artifactId>commons-math-parent</artifactId> <artifactId>commons-math4-parent</artifactId>
<version>4.0-SNAPSHOT</version> <version>4.0-SNAPSHOT</version>
</parent> </parent>

View File

@ -20,7 +20,7 @@
<parent> <parent>
<groupId>org.apache.commons</groupId> <groupId>org.apache.commons</groupId>
<artifactId>commons-math-parent</artifactId> <artifactId>commons-math4-parent</artifactId>
<version>4.0-SNAPSHOT</version> <version>4.0-SNAPSHOT</version>
</parent> </parent>

View File

@ -20,7 +20,7 @@
<parent> <parent>
<groupId>org.apache.commons</groupId> <groupId>org.apache.commons</groupId>
<artifactId>commons-math-parent</artifactId> <artifactId>commons-math4-parent</artifactId>
<version>4.0-SNAPSHOT</version> <version>4.0-SNAPSHOT</version>
</parent> </parent>

View File

@ -20,7 +20,7 @@
<parent> <parent>
<groupId>org.apache.commons</groupId> <groupId>org.apache.commons</groupId>
<artifactId>commons-math-parent</artifactId> <artifactId>commons-math4-parent</artifactId>
<version>4.0-SNAPSHOT</version> <version>4.0-SNAPSHOT</version>
</parent> </parent>

View File

@ -20,7 +20,7 @@
<parent> <parent>
<groupId>org.apache.commons</groupId> <groupId>org.apache.commons</groupId>
<artifactId>commons-math-parent</artifactId> <artifactId>commons-math4-parent</artifactId>
<version>4.0-SNAPSHOT</version> <version>4.0-SNAPSHOT</version>
</parent> </parent>

View File

@ -22,7 +22,7 @@ under the License.
<parent> <parent>
<groupId>org.apache.commons</groupId> <groupId>org.apache.commons</groupId>
<artifactId>commons-math-parent</artifactId> <artifactId>commons-math4-parent</artifactId>
<version>4.0-SNAPSHOT</version> <version>4.0-SNAPSHOT</version>
</parent> </parent>

View File

@ -24,7 +24,7 @@
<version>59</version> <version>59</version>
</parent> </parent>
<artifactId>commons-math-parent</artifactId> <artifactId>commons-math4-parent</artifactId>
<version>4.0-SNAPSHOT</version> <version>4.0-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>Apache Commons Math</name> <name>Apache Commons Math</name>