This is an automated email from the ASF dual-hosted git repository. aherbert pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-numbers.git
from 7a2401cf Update release howto new 8f587293 NUMBERS-190: Add a Bill of Materials module new 6ff8af6c Use Apache branding new 52c0d0af Use a full URL allows a correct banner for the modules. The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: commons-numbers-angle/src/site/site.xml | 5 +- commons-numbers-arrays/src/site/site.xml | 5 +- .../LICENSE | 0 .../NOTICE | 0 .../examples-jmh => commons-numbers-bom}/README.md | 46 ++- commons-numbers-bom/pom.xml | 328 +++++++++++++++++++++ .../src/main/resources-filtered/bom.xml | 91 ++++++ .../src/site/resources/style/module.css | 3 +- .../src/site/site.xml | 11 +- commons-numbers-bom/src/site/xdoc/index.xml | 75 +++++ commons-numbers-combinatorics/src/site/site.xml | 5 +- commons-numbers-complex-streams/src/site/site.xml | 5 +- commons-numbers-complex/src/site/site.xml | 5 +- commons-numbers-core/src/site/site.xml | 5 +- commons-numbers-field/src/site/site.xml | 5 +- commons-numbers-fraction/src/site/site.xml | 5 +- commons-numbers-gamma/src/site/site.xml | 5 +- commons-numbers-primes/src/site/site.xml | 5 +- commons-numbers-quaternion/src/site/site.xml | 5 +- commons-numbers-rootfinder/src/site/site.xml | 5 +- doc/release/release.howto.txt | 18 +- pom.xml | 18 +- src/changes/changes.xml | 7 +- src/site/site.xml | 3 +- src/site/xdoc/index.xml | 12 +- src/site/xdoc/release-history.xml | 2 +- 26 files changed, 596 insertions(+), 78 deletions(-) copy {commons-numbers-combinatorics => commons-numbers-bom}/LICENSE (100%) copy {commons-numbers-angle => commons-numbers-bom}/NOTICE (100%) copy {commons-numbers-examples/examples-jmh => commons-numbers-bom}/README.md (63%) create mode 100644 commons-numbers-bom/pom.xml create mode 100644 commons-numbers-bom/src/main/resources-filtered/bom.xml copy src/site/resources/style/project.css => commons-numbers-bom/src/site/resources/style/module.css (88%) copy {commons-numbers-complex-streams => commons-numbers-bom}/src/site/site.xml (73%) create mode 100644 commons-numbers-bom/src/site/xdoc/index.xml