This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch sebbASF-patch-1 in repository https://gitbox.apache.org/repos/asf/commons-math.git
commit 16c8afc3c4d863ba3151b255224b238b956e2aa8 Author: sebbASF <[email protected]> AuthorDate: Thu Sep 21 00:09:28 2023 +0100 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 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index bf32f9f94..1129abb6c 100644 --- a/pom.xml +++ b/pom.xml @@ -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>
