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-rng.git
from 2156ee41 Test method to get an array of identical RNGs new 84f3e81a RNG-182: Add Bill of Materials (BOM) new ca620bcb Update NOTICE to 2022 The 2 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: NOTICE | 2 +- LICENSE => commons-rng-bom/LICENSE | 0 NOTICE => commons-rng-bom/NOTICE | 2 +- .../examples-jpms => commons-rng-bom}/README.md | 46 ++-- commons-rng-bom/pom.xml | 241 +++++++++++++++++++++ .../src/main/resources-filtered/bom.xml | 53 +++++ .../src/site/resources/style/module.css | 3 +- SECURITY.md => commons-rng-bom/src/site/site.xml | 18 +- .../src/site/xdoc/index.xml | 32 ++- commons-rng-client-api/NOTICE | 2 +- commons-rng-core/NOTICE | 2 +- commons-rng-examples/NOTICE | 2 +- commons-rng-examples/examples-jmh/NOTICE | 2 +- commons-rng-examples/examples-jpms/NOTICE | 2 +- commons-rng-examples/examples-quadrature/NOTICE | 2 +- commons-rng-examples/examples-sampling/NOTICE | 2 +- commons-rng-examples/examples-stress/NOTICE | 2 +- commons-rng-sampling/NOTICE | 2 +- commons-rng-simple/NOTICE | 2 +- doc/release/release.howto.txt | 4 + pom.xml | 1 + src/site/apt/userguide/rng.apt | 2 + src/site/site.xml | 3 +- 23 files changed, 376 insertions(+), 51 deletions(-) copy LICENSE => commons-rng-bom/LICENSE (100%) copy NOTICE => commons-rng-bom/NOTICE (70%) copy {commons-rng-examples/examples-jpms => commons-rng-bom}/README.md (64%) create mode 100644 commons-rng-bom/pom.xml create mode 100644 commons-rng-bom/src/main/resources-filtered/bom.xml copy src/site/resources/style/project.css => commons-rng-bom/src/site/resources/style/module.css (88%) copy SECURITY.md => commons-rng-bom/src/site/site.xml (60%) copy {commons-rng-core => commons-rng-bom}/src/site/xdoc/index.xml (60%)