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 acae0c7 Update plugin order in pom new 5e853d4 Remove redundant fileSet new 55280b9 Remove examples from the binary distribution new 9e0c876 Rename LICENCE and NOTICE files new 35dc716 Remove legacy assembly directory. new 6f327e6 Remove examples from the release profile. new 44b7617 Update release howto The 6 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-rng-simple/LICENSE.txt => LICENSE | 0 commons-rng-simple/NOTICE.txt => NOTICE | 0 README.md | 2 +- .../LICENSE.txt => commons-rng-client-api/LICENSE | 0 .../NOTICE.txt => commons-rng-client-api/NOTICE | 0 commons-rng-client-api/README.md | 2 +- .../LICENSE.txt => commons-rng-core/LICENSE | 0 .../NOTICE.txt => commons-rng-core/NOTICE | 0 commons-rng-core/README.md | 2 +- .../{examples-sampling/LICENSE.txt => LICENSE} | 0 .../{examples-sampling/NOTICE.txt => NOTICE} | 0 commons-rng-examples/README.md | 2 +- .../LICENSE.txt => examples-jmh/LICENSE} | 0 .../NOTICE.txt => examples-jmh/NOTICE} | 0 commons-rng-examples/examples-jmh/README.md | 2 +- commons-rng-examples/examples-jmh/pom.xml | 4 +- .../{jpms-lib/LICENSE.txt => LICENSE} | 0 .../examples-jpms/{NOTICE.txt => NOTICE} | 0 commons-rng-examples/examples-jpms/README.md | 2 +- .../jpms-app/{LICENSE.txt => LICENSE} | 0 .../examples-jpms/jpms-app/README.md | 2 +- .../{LICENSE.txt => jpms-lib/LICENSE} | 0 .../examples-jpms/jpms-lib/README.md | 2 +- .../LICENSE.txt => examples-quadrature/LICENSE} | 0 .../NOTICE.txt => examples-quadrature/NOTICE} | 0 commons-rng-examples/examples-quadrature/README.md | 2 +- commons-rng-examples/examples-quadrature/pom.xml | 4 +- .../{LICENSE.txt => examples-sampling/LICENSE} | 0 .../{NOTICE.txt => examples-sampling/NOTICE} | 0 commons-rng-examples/examples-sampling/README.md | 2 +- commons-rng-examples/examples-sampling/pom.xml | 4 +- .../examples-stress/LICENSE | 0 .../examples-stress/NOTICE | 0 commons-rng-examples/examples-stress/README.md | 2 +- commons-rng-examples/examples-stress/pom.xml | 4 +- .../LICENSE.txt => commons-rng-sampling/LICENSE | 0 .../NOTICE.txt => commons-rng-sampling/NOTICE | 0 commons-rng-sampling/README.md | 2 +- LICENSE.txt => commons-rng-simple/LICENSE | 0 NOTICE.txt => commons-rng-simple/NOTICE | 0 commons-rng-simple/README.md | 2 +- dist-archive/pom.xml | 112 --------------------- dist-archive/src/assembly/bin.xml | 11 +- doc/release/release.howto.txt | 57 ++++++----- pom.xml | 5 +- src/assembly/bin.xml | 55 ---------- src/assembly/src.xml | 35 ------- 47 files changed, 58 insertions(+), 259 deletions(-) rename commons-rng-simple/LICENSE.txt => LICENSE (100%) rename commons-rng-simple/NOTICE.txt => NOTICE (100%) rename commons-rng-sampling/LICENSE.txt => commons-rng-client-api/LICENSE (100%) rename commons-rng-sampling/NOTICE.txt => commons-rng-client-api/NOTICE (100%) rename commons-rng-examples/examples-stress/LICENSE.txt => commons-rng-core/LICENSE (100%) rename commons-rng-examples/examples-stress/NOTICE.txt => commons-rng-core/NOTICE (100%) rename commons-rng-examples/{examples-sampling/LICENSE.txt => LICENSE} (100%) rename commons-rng-examples/{examples-sampling/NOTICE.txt => NOTICE} (100%) rename commons-rng-examples/{examples-quadrature/LICENSE.txt => examples-jmh/LICENSE} (100%) rename commons-rng-examples/{examples-quadrature/NOTICE.txt => examples-jmh/NOTICE} (100%) rename commons-rng-examples/examples-jpms/{jpms-lib/LICENSE.txt => LICENSE} (100%) rename commons-rng-examples/examples-jpms/{NOTICE.txt => NOTICE} (100%) rename commons-rng-examples/examples-jpms/jpms-app/{LICENSE.txt => LICENSE} (100%) rename commons-rng-examples/examples-jpms/{LICENSE.txt => jpms-lib/LICENSE} (100%) rename commons-rng-examples/{examples-jmh/LICENSE.txt => examples-quadrature/LICENSE} (100%) rename commons-rng-examples/{examples-jmh/NOTICE.txt => examples-quadrature/NOTICE} (100%) rename commons-rng-examples/{LICENSE.txt => examples-sampling/LICENSE} (100%) rename commons-rng-examples/{NOTICE.txt => examples-sampling/NOTICE} (100%) rename commons-rng-core/LICENSE.txt => commons-rng-examples/examples-stress/LICENSE (100%) rename commons-rng-core/NOTICE.txt => commons-rng-examples/examples-stress/NOTICE (100%) rename commons-rng-client-api/LICENSE.txt => commons-rng-sampling/LICENSE (100%) rename commons-rng-client-api/NOTICE.txt => commons-rng-sampling/NOTICE (100%) rename LICENSE.txt => commons-rng-simple/LICENSE (100%) rename NOTICE.txt => commons-rng-simple/NOTICE (100%) delete mode 100644 src/assembly/bin.xml delete mode 100644 src/assembly/src.xml