Skip to content

Commit

Permalink
Use same artifactId prefix as modules
Browse files Browse the repository at this point in the history
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
  • Loading branch information
sebbASF authored Sep 20, 2023
1 parent 8ea48b3 commit 16c8afc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 16c8afc

Please sign in to comment.