This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-math.git
commit b49916f7f6b85264d35a69374c0e3824bb818c28 Author: Alex Herbert <[email protected]> AuthorDate: Tue May 9 00:26:22 2023 +0100 Simplify the release profile by removing redundant modules. --- pom.xml | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/pom.xml b/pom.xml index 6d1194576..f3def53f9 100644 --- a/pom.xml +++ b/pom.xml @@ -721,20 +721,7 @@ This is avoided by creating an empty directory when svn is not available. <profile> <id>release</id> - <modules> <!-- Do not change the ordering of the 4 blocks below. --> - - <!-- 1. Modules that do not depend on "legacy" codes. --> - <module>commons-math-core</module> - <module>commons-math-neuralnet</module> - <module>commons-math-transform</module> - - <!-- 2. Modularized (but not refactored) legacy functionalities. --> - <module>commons-math-legacy-exception</module> - <module>commons-math-legacy-core</module> - - <!-- 3. Non-modularized legacy functionalities. --> - <module>commons-math-legacy</module> - + <modules> <module>dist-archive</module> </modules> </profile>
