Use same artifactId prefix as modules

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.

Raising as a PR just in case anyone has concerns
This commit is contained in:
sebbASF 2023-09-21 00:09:28 +01:00 committed by GitHub
parent 8ea48b398e
commit 16c8afc3c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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