This is an automated email from the ASF dual-hosted git repository. mattjuntunen pushed a change to branch 1.0-release in repository https://gitbox.apache.org/repos/asf/commons-geometry.git.
from 61ea662 Merge branch 'master' into 1.0-release add 7f6cba3 Avoid existing site checkout in all child modules add defad5b updating NOTICE year; adding missing NOTICE and LICENSE files add 4430e82 Clean site-content.README file add ccb1cbe adding missing test cases add 9773d14 Add missing site checkout property to parent add 374451e Ignore site-content.README add 2260285 using RELEASE-NOTES.txt to test for child modules add 2639cc7 excluding ConfusingTernary PMD rule new 1b9fa49 merging changes from master new 88f1de8 preparing 1.0-rc2 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: .gitignore | 2 +- NOTICE.txt | 2 +- commons-geometry-core/NOTICE.txt | 2 +- commons-geometry-euclidean/NOTICE.txt | 2 +- .../euclidean/twod/EmbeddedTreeLineSubsetTest.java | 63 +++++++++++++ .../geometry/euclidean/twod/path/LinePathTest.java | 2 +- commons-geometry-examples/NOTICE.txt | 2 +- commons-geometry-examples/examples-jmh/NOTICE.txt | 2 +- .../examples-tutorials/NOTICE.txt | 2 +- commons-geometry-io-core/NOTICE.txt | 2 +- .../LICENSE.txt | 0 .../NOTICE.txt | 2 +- commons-geometry-spherical/NOTICE.txt | 2 +- .../twod/AbstractGreatArcPathConnectorTest.java | 41 ++++++++ .../twod/EmbeddedTreeSubGreatCircleTest.java | 53 ++++++++++- .../geometry/spherical/twod/GreatArcTest.java | 22 +++++ pom.xml | 103 +++++++++++++++++---- src/changes/changes.xml | 2 +- src/main/resources/pmd/pmd-ruleset.xml | 1 + src/site/xdoc/release-history.xml | 2 +- 20 files changed, 277 insertions(+), 32 deletions(-) copy {commons-geometry-spherical => commons-geometry-io-euclidean}/LICENSE.txt (100%) copy NOTICE.txt => commons-geometry-io-euclidean/NOTICE.txt (73%)