This is an automated email from the ASF dual-hosted git repository. mattjuntunen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-geometry.git.
from 5efb17c implementing changes from rc3 feedback new fb11314 update README versions new 4ec805a preparing RC1 new 95fc9c9 merging release branch changes new 3a5e75a preparing 1.0-rc3 new f0c2329 preparing 1.0-rc4 new 8b2e424 preparing for 1.1-SNAPSHOT development new fbad9ce enabling japicmp new 9805bcd adding missing 1.0-beta1 archive javadoc links new 6923331 adding 1.1 release entry to changes.xml new 5944830 adding release and development documentation new cafbead removing docs from binary distribution new 964bd61 removing unused assembly files new 9c019ed removing .txt extension from LICENSE and NOTICE files The 13 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-geometry-spherical/LICENSE.txt => LICENSE | 0 commons-geometry-spherical/NOTICE.txt => NOTICE | 0 README.md | 4 +- RELEASE-NOTES.txt | 56 +- .../LICENSE.txt => commons-geometry-core/LICENSE | 0 .../NOTICE.txt => commons-geometry-core/NOTICE | 0 commons-geometry-core/README.md | 4 +- commons-geometry-core/pom.xml | 2 +- .../resources/{profile.jacoco => profile.japicmp} | 2 +- commons-geometry-core/src/site/site.xml | 6 +- .../LICENSE | 0 .../NOTICE | 0 commons-geometry-enclosing/README.md | 4 +- commons-geometry-enclosing/pom.xml | 2 +- .../LICENSE | 0 .../NOTICE | 0 commons-geometry-euclidean/README.md | 4 +- commons-geometry-euclidean/pom.xml | 2 +- .../src/site/resources/profile.japicmp | 2 +- commons-geometry-euclidean/src/site/site.xml | 6 +- .../{examples-tutorials/LICENSE.txt => LICENSE} | 0 .../{examples-tutorials/NOTICE.txt => NOTICE} | 0 commons-geometry-examples/README.md | 12 +- .../examples-jmh/{LICENSE.txt => LICENSE} | 0 .../examples-jmh/{NOTICE.txt => NOTICE} | 0 commons-geometry-examples/examples-jmh/README.md | 12 +- commons-geometry-examples/examples-jmh/pom.xml | 2 +- .../{LICENSE.txt => examples-tutorials/LICENSE} | 0 .../{NOTICE.txt => examples-tutorials/NOTICE} | 0 .../examples-tutorials/README.md | 12 +- .../examples-tutorials/pom.xml | 2 +- commons-geometry-examples/pom.xml | 2 +- .../LICENSE.txt => commons-geometry-hull/LICENSE | 0 .../NOTICE.txt => commons-geometry-hull/NOTICE | 0 commons-geometry-hull/README.md | 4 +- commons-geometry-hull/pom.xml | 2 +- .../LICENSE | 0 .../NOTICE.txt => commons-geometry-io-core/NOTICE | 0 commons-geometry-io-core/README.md | 2 +- commons-geometry-io-core/pom.xml | 2 +- .../src/site/resources/profile.jacoco | 0 .../src/site/resources/profile.japicmp | 2 +- .../LICENSE | 0 .../NOTICE | 0 commons-geometry-io-euclidean/README.md | 2 +- commons-geometry-io-euclidean/pom.xml | 2 +- .../src/site/resources/profile.jacoco | 0 .../src/site/resources/profile.japicmp | 2 +- LICENSE.txt => commons-geometry-spherical/LICENSE | 0 NOTICE.txt => commons-geometry-spherical/NOTICE | 0 commons-geometry-spherical/README.md | 4 +- commons-geometry-spherical/pom.xml | 2 +- .../src/site/resources/profile.japicmp | 2 +- commons-geometry-spherical/src/site/site.xml | 6 +- dist-archive/pom.xml | 2 +- dist-archive/src/assembly/bin.xml | 17 +- .../development/development.howto.txt | 19 +- doc/release/copyLongTermJavadoc.sh | 56 ++ doc/release/release-howto.txt | 880 +++++++++++++++++++++ doc/release/settings-security.xml | 22 + doc/release/settings.xml | 63 ++ pom.xml | 15 +- src/assembly/bin.xml | 55 -- src/assembly/src.xml | 35 - src/changes/changes.xml | 14 +- src/changes/release-notes.vm | 140 ++++ .../resources/release-notes/RELEASE-NOTES-1.0.txt | 78 ++ src/site/xdoc/download_geometry.xml | 26 +- src/site/xdoc/release-history.xml | 3 + 69 files changed, 1390 insertions(+), 203 deletions(-) rename commons-geometry-spherical/LICENSE.txt => LICENSE (100%) rename commons-geometry-spherical/NOTICE.txt => NOTICE (100%) rename commons-geometry-io-euclidean/LICENSE.txt => commons-geometry-core/LICENSE (100%) rename commons-geometry-io-euclidean/NOTICE.txt => commons-geometry-core/NOTICE (100%) copy commons-geometry-core/src/site/resources/{profile.jacoco => profile.japicmp} (91%) rename commons-geometry-io-core/LICENSE.txt => commons-geometry-enclosing/LICENSE (100%) rename commons-geometry-io-core/NOTICE.txt => commons-geometry-enclosing/NOTICE (100%) rename commons-geometry-hull/LICENSE.txt => commons-geometry-euclidean/LICENSE (100%) rename commons-geometry-hull/NOTICE.txt => commons-geometry-euclidean/NOTICE (100%) copy commons-geometry-core/src/site/resources/profile.jacoco => commons-geometry-euclidean/src/site/resources/profile.japicmp (91%) rename commons-geometry-examples/{examples-tutorials/LICENSE.txt => LICENSE} (100%) rename commons-geometry-examples/{examples-tutorials/NOTICE.txt => NOTICE} (100%) rename commons-geometry-examples/examples-jmh/{LICENSE.txt => LICENSE} (100%) rename commons-geometry-examples/examples-jmh/{NOTICE.txt => NOTICE} (100%) rename commons-geometry-examples/{LICENSE.txt => examples-tutorials/LICENSE} (100%) rename commons-geometry-examples/{NOTICE.txt => examples-tutorials/NOTICE} (100%) rename commons-geometry-euclidean/LICENSE.txt => commons-geometry-hull/LICENSE (100%) rename commons-geometry-euclidean/NOTICE.txt => commons-geometry-hull/NOTICE (100%) rename commons-geometry-enclosing/LICENSE.txt => commons-geometry-io-core/LICENSE (100%) rename commons-geometry-enclosing/NOTICE.txt => commons-geometry-io-core/NOTICE (100%) copy {commons-geometry-spherical => commons-geometry-io-core}/src/site/resources/profile.jacoco (100%) copy commons-geometry-core/src/site/resources/profile.jacoco => commons-geometry-io-core/src/site/resources/profile.japicmp (91%) rename commons-geometry-core/LICENSE.txt => commons-geometry-io-euclidean/LICENSE (100%) rename commons-geometry-core/NOTICE.txt => commons-geometry-io-euclidean/NOTICE (100%) copy {commons-geometry-spherical => commons-geometry-io-euclidean}/src/site/resources/profile.jacoco (100%) copy commons-geometry-core/src/site/resources/profile.jacoco => commons-geometry-io-euclidean/src/site/resources/profile.japicmp (91%) rename LICENSE.txt => commons-geometry-spherical/LICENSE (100%) rename NOTICE.txt => commons-geometry-spherical/NOTICE (100%) copy commons-geometry-core/src/site/resources/profile.jacoco => commons-geometry-spherical/src/site/resources/profile.japicmp (91%) copy commons-geometry-core/src/site/resources/profile.jacoco => doc/development/development.howto.txt (51%) create mode 100755 doc/release/copyLongTermJavadoc.sh create mode 100644 doc/release/release-howto.txt create mode 100644 doc/release/settings-security.xml create mode 100644 doc/release/settings.xml delete mode 100644 src/assembly/bin.xml delete mode 100644 src/assembly/src.xml create mode 100644 src/changes/release-notes.vm create mode 100644 src/site/resources/release-notes/RELEASE-NOTES-1.0.txt