This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-numbers.git
commit 824e9e02c28e0899bbad1f740452d126409516fc Author: aherbert <aherb...@apache.org> AuthorDate: Thu Oct 13 13:40:07 2022 +0100 Use mvn for README contributing build goal --- commons-numbers-angle/README.md | 2 +- commons-numbers-arrays/README.md | 2 +- commons-numbers-combinatorics/README.md | 2 +- commons-numbers-complex-streams/README.md | 2 +- commons-numbers-complex/README.md | 2 +- commons-numbers-core/README.md | 2 +- commons-numbers-examples/README.md | 2 +- commons-numbers-examples/examples-jmh/README.md | 2 +- commons-numbers-field/README.md | 2 +- commons-numbers-fraction/README.md | 2 +- commons-numbers-gamma/README.md | 2 +- commons-numbers-primes/README.md | 2 +- commons-numbers-quaternion/README.md | 2 +- commons-numbers-rootfinder/README.md | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/commons-numbers-angle/README.md b/commons-numbers-angle/README.md index 70affd43..9da67cf7 100644 --- a/commons-numbers-angle/README.md +++ b/commons-numbers-angle/README.md @@ -79,7 +79,7 @@ There are some guidelines which will make applying PRs easier for us: + No tabs! Please use spaces for indentation. + Respect the code style. + Create minimal diffs - disable on save actions like reformat source code or organize imports. If you feel the source code should be reformatted create a separate PR for this change. -+ Provide JUnit tests for your changes and make sure your changes don't break any existing tests by running ```mvn clean test```. ++ Provide JUnit tests for your changes and make sure your changes don't break any existing tests by running ```mvn```. If you plan to contribute on a regular basis, please consider filing a [contributor license agreement](https://www.apache.org/licenses/#clas). You can learn more about contributing via GitHub in our [contribution guidelines](CONTRIBUTING.md). diff --git a/commons-numbers-arrays/README.md b/commons-numbers-arrays/README.md index 5a7e4c34..53fd4f8a 100644 --- a/commons-numbers-arrays/README.md +++ b/commons-numbers-arrays/README.md @@ -79,7 +79,7 @@ There are some guidelines which will make applying PRs easier for us: + No tabs! Please use spaces for indentation. + Respect the code style. + Create minimal diffs - disable on save actions like reformat source code or organize imports. If you feel the source code should be reformatted create a separate PR for this change. -+ Provide JUnit tests for your changes and make sure your changes don't break any existing tests by running ```mvn clean test```. ++ Provide JUnit tests for your changes and make sure your changes don't break any existing tests by running ```mvn```. If you plan to contribute on a regular basis, please consider filing a [contributor license agreement](https://www.apache.org/licenses/#clas). You can learn more about contributing via GitHub in our [contribution guidelines](CONTRIBUTING.md). diff --git a/commons-numbers-combinatorics/README.md b/commons-numbers-combinatorics/README.md index 292d2bd2..6a7abf55 100644 --- a/commons-numbers-combinatorics/README.md +++ b/commons-numbers-combinatorics/README.md @@ -79,7 +79,7 @@ There are some guidelines which will make applying PRs easier for us: + No tabs! Please use spaces for indentation. + Respect the code style. + Create minimal diffs - disable on save actions like reformat source code or organize imports. If you feel the source code should be reformatted create a separate PR for this change. -+ Provide JUnit tests for your changes and make sure your changes don't break any existing tests by running ```mvn clean test```. ++ Provide JUnit tests for your changes and make sure your changes don't break any existing tests by running ```mvn```. If you plan to contribute on a regular basis, please consider filing a [contributor license agreement](https://www.apache.org/licenses/#clas). You can learn more about contributing via GitHub in our [contribution guidelines](CONTRIBUTING.md). diff --git a/commons-numbers-complex-streams/README.md b/commons-numbers-complex-streams/README.md index e6d4515d..5431c9ef 100644 --- a/commons-numbers-complex-streams/README.md +++ b/commons-numbers-complex-streams/README.md @@ -79,7 +79,7 @@ There are some guidelines which will make applying PRs easier for us: + No tabs! Please use spaces for indentation. + Respect the code style. + Create minimal diffs - disable on save actions like reformat source code or organize imports. If you feel the source code should be reformatted create a separate PR for this change. -+ Provide JUnit tests for your changes and make sure your changes don't break any existing tests by running ```mvn clean test```. ++ Provide JUnit tests for your changes and make sure your changes don't break any existing tests by running ```mvn```. If you plan to contribute on a regular basis, please consider filing a [contributor license agreement](https://www.apache.org/licenses/#clas). You can learn more about contributing via GitHub in our [contribution guidelines](CONTRIBUTING.md). diff --git a/commons-numbers-complex/README.md b/commons-numbers-complex/README.md index 0db36ffa..bf32f1c6 100644 --- a/commons-numbers-complex/README.md +++ b/commons-numbers-complex/README.md @@ -79,7 +79,7 @@ There are some guidelines which will make applying PRs easier for us: + No tabs! Please use spaces for indentation. + Respect the code style. + Create minimal diffs - disable on save actions like reformat source code or organize imports. If you feel the source code should be reformatted create a separate PR for this change. -+ Provide JUnit tests for your changes and make sure your changes don't break any existing tests by running ```mvn clean test```. ++ Provide JUnit tests for your changes and make sure your changes don't break any existing tests by running ```mvn```. If you plan to contribute on a regular basis, please consider filing a [contributor license agreement](https://www.apache.org/licenses/#clas). You can learn more about contributing via GitHub in our [contribution guidelines](CONTRIBUTING.md). diff --git a/commons-numbers-core/README.md b/commons-numbers-core/README.md index 9586a993..0f57475a 100644 --- a/commons-numbers-core/README.md +++ b/commons-numbers-core/README.md @@ -79,7 +79,7 @@ There are some guidelines which will make applying PRs easier for us: + No tabs! Please use spaces for indentation. + Respect the code style. + Create minimal diffs - disable on save actions like reformat source code or organize imports. If you feel the source code should be reformatted create a separate PR for this change. -+ Provide JUnit tests for your changes and make sure your changes don't break any existing tests by running ```mvn clean test```. ++ Provide JUnit tests for your changes and make sure your changes don't break any existing tests by running ```mvn```. If you plan to contribute on a regular basis, please consider filing a [contributor license agreement](https://www.apache.org/licenses/#clas). You can learn more about contributing via GitHub in our [contribution guidelines](CONTRIBUTING.md). diff --git a/commons-numbers-examples/README.md b/commons-numbers-examples/README.md index cac722bc..4d817da1 100644 --- a/commons-numbers-examples/README.md +++ b/commons-numbers-examples/README.md @@ -66,7 +66,7 @@ There are some guidelines which will make applying PRs easier for us: + No tabs! Please use spaces for indentation. + Respect the code style. + Create minimal diffs - disable on save actions like reformat source code or organize imports. If you feel the source code should be reformatted create a separate PR for this change. -+ Provide JUnit tests for your changes and make sure your changes don't break any existing tests by running ```mvn clean test```. ++ Provide JUnit tests for your changes and make sure your changes don't break any existing tests by running ```mvn```. If you plan to contribute on a regular basis, please consider filing a [contributor license agreement](https://www.apache.org/licenses/#clas). You can learn more about contributing via GitHub in our [contribution guidelines](CONTRIBUTING.md). diff --git a/commons-numbers-examples/examples-jmh/README.md b/commons-numbers-examples/examples-jmh/README.md index 0f1ea5c8..e272903a 100644 --- a/commons-numbers-examples/examples-jmh/README.md +++ b/commons-numbers-examples/examples-jmh/README.md @@ -64,7 +64,7 @@ There are some guidelines which will make applying PRs easier for us: + No tabs! Please use spaces for indentation. + Respect the code style. + Create minimal diffs - disable on save actions like reformat source code or organize imports. If you feel the source code should be reformatted create a separate PR for this change. -+ Provide JUnit tests for your changes and make sure your changes don't break any existing tests by running ```mvn clean test```. ++ Provide JUnit tests for your changes and make sure your changes don't break any existing tests by running ```mvn```. If you plan to contribute on a regular basis, please consider filing a [contributor license agreement](https://www.apache.org/licenses/#clas). You can learn more about contributing via GitHub in our [contribution guidelines](CONTRIBUTING.md). diff --git a/commons-numbers-field/README.md b/commons-numbers-field/README.md index 696595d7..1215806f 100644 --- a/commons-numbers-field/README.md +++ b/commons-numbers-field/README.md @@ -79,7 +79,7 @@ There are some guidelines which will make applying PRs easier for us: + No tabs! Please use spaces for indentation. + Respect the code style. + Create minimal diffs - disable on save actions like reformat source code or organize imports. If you feel the source code should be reformatted create a separate PR for this change. -+ Provide JUnit tests for your changes and make sure your changes don't break any existing tests by running ```mvn clean test```. ++ Provide JUnit tests for your changes and make sure your changes don't break any existing tests by running ```mvn```. If you plan to contribute on a regular basis, please consider filing a [contributor license agreement](https://www.apache.org/licenses/#clas). You can learn more about contributing via GitHub in our [contribution guidelines](CONTRIBUTING.md). diff --git a/commons-numbers-fraction/README.md b/commons-numbers-fraction/README.md index cf9bed4e..06c38f1f 100644 --- a/commons-numbers-fraction/README.md +++ b/commons-numbers-fraction/README.md @@ -79,7 +79,7 @@ There are some guidelines which will make applying PRs easier for us: + No tabs! Please use spaces for indentation. + Respect the code style. + Create minimal diffs - disable on save actions like reformat source code or organize imports. If you feel the source code should be reformatted create a separate PR for this change. -+ Provide JUnit tests for your changes and make sure your changes don't break any existing tests by running ```mvn clean test```. ++ Provide JUnit tests for your changes and make sure your changes don't break any existing tests by running ```mvn```. If you plan to contribute on a regular basis, please consider filing a [contributor license agreement](https://www.apache.org/licenses/#clas). You can learn more about contributing via GitHub in our [contribution guidelines](CONTRIBUTING.md). diff --git a/commons-numbers-gamma/README.md b/commons-numbers-gamma/README.md index 1ca5327a..6ba640fa 100644 --- a/commons-numbers-gamma/README.md +++ b/commons-numbers-gamma/README.md @@ -79,7 +79,7 @@ There are some guidelines which will make applying PRs easier for us: + No tabs! Please use spaces for indentation. + Respect the code style. + Create minimal diffs - disable on save actions like reformat source code or organize imports. If you feel the source code should be reformatted create a separate PR for this change. -+ Provide JUnit tests for your changes and make sure your changes don't break any existing tests by running ```mvn clean test```. ++ Provide JUnit tests for your changes and make sure your changes don't break any existing tests by running ```mvn```. If you plan to contribute on a regular basis, please consider filing a [contributor license agreement](https://www.apache.org/licenses/#clas). You can learn more about contributing via GitHub in our [contribution guidelines](CONTRIBUTING.md). diff --git a/commons-numbers-primes/README.md b/commons-numbers-primes/README.md index d8251801..81b81926 100644 --- a/commons-numbers-primes/README.md +++ b/commons-numbers-primes/README.md @@ -79,7 +79,7 @@ There are some guidelines which will make applying PRs easier for us: + No tabs! Please use spaces for indentation. + Respect the code style. + Create minimal diffs - disable on save actions like reformat source code or organize imports. If you feel the source code should be reformatted create a separate PR for this change. -+ Provide JUnit tests for your changes and make sure your changes don't break any existing tests by running ```mvn clean test```. ++ Provide JUnit tests for your changes and make sure your changes don't break any existing tests by running ```mvn```. If you plan to contribute on a regular basis, please consider filing a [contributor license agreement](https://www.apache.org/licenses/#clas). You can learn more about contributing via GitHub in our [contribution guidelines](CONTRIBUTING.md). diff --git a/commons-numbers-quaternion/README.md b/commons-numbers-quaternion/README.md index b71a1a91..5044315d 100644 --- a/commons-numbers-quaternion/README.md +++ b/commons-numbers-quaternion/README.md @@ -79,7 +79,7 @@ There are some guidelines which will make applying PRs easier for us: + No tabs! Please use spaces for indentation. + Respect the code style. + Create minimal diffs - disable on save actions like reformat source code or organize imports. If you feel the source code should be reformatted create a separate PR for this change. -+ Provide JUnit tests for your changes and make sure your changes don't break any existing tests by running ```mvn clean test```. ++ Provide JUnit tests for your changes and make sure your changes don't break any existing tests by running ```mvn```. If you plan to contribute on a regular basis, please consider filing a [contributor license agreement](https://www.apache.org/licenses/#clas). You can learn more about contributing via GitHub in our [contribution guidelines](CONTRIBUTING.md). diff --git a/commons-numbers-rootfinder/README.md b/commons-numbers-rootfinder/README.md index 148ad00b..09c9c1fb 100644 --- a/commons-numbers-rootfinder/README.md +++ b/commons-numbers-rootfinder/README.md @@ -79,7 +79,7 @@ There are some guidelines which will make applying PRs easier for us: + No tabs! Please use spaces for indentation. + Respect the code style. + Create minimal diffs - disable on save actions like reformat source code or organize imports. If you feel the source code should be reformatted create a separate PR for this change. -+ Provide JUnit tests for your changes and make sure your changes don't break any existing tests by running ```mvn clean test```. ++ Provide JUnit tests for your changes and make sure your changes don't break any existing tests by running ```mvn```. If you plan to contribute on a regular basis, please consider filing a [contributor license agreement](https://www.apache.org/licenses/#clas). You can learn more about contributing via GitHub in our [contribution guidelines](CONTRIBUTING.md).