You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/08/26 12:29:53 UTC

[commons-io] branch master updated: Update README.

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git


The following commit(s) were added to refs/heads/master by this push:
     new e7d5de73 Update README.
     new 6b4e35dc Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-io.git
e7d5de73 is described below

commit e7d5de73b8315cf0aaa9f120db6a9b4312573d28
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Aug 26 08:08:12 2022 -0400

    Update README.
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index dd1c0669..7dc97db2 100644
--- a/README.md
+++ b/README.md
@@ -81,7 +81,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).