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-build-plugin.git
The following commit(s) were added to refs/heads/master by this push:
new d94c9cb Remove trailing space
d94c9cb is described below
commit d94c9cbcfa3919c66096f4fbfb747e870cc95b6e
Author: Alex Herbert <[email protected]>
AuthorDate: Mon Jul 15 12:30:09 2024 +0100
Remove trailing space
---
src/main/resources/commons-xdoc-templates/readme-md-template.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/resources/commons-xdoc-templates/readme-md-template.md
b/src/main/resources/commons-xdoc-templates/readme-md-template.md
index 035dbea..7dc9899 100644
--- a/src/main/resources/commons-xdoc-templates/readme-md-template.md
+++ b/src/main/resources/commons-xdoc-templates/readme-md-template.md
@@ -75,7 +75,7 @@ Alternatively, you can pull it from the central Maven
repositories:
Building
--------
-Building requires a Java JDK and [Apache Maven](https://maven.apache.org/).
+Building requires a Java JDK and [Apache Maven](https://maven.apache.org/).
The required Java version is found in the `pom.xml` as the
`maven.compiler.source` property.
From a command shell, run `mvn` without arguments to invoke the default Maven
goal to run all tests and checks.