This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-site.git
The following commit(s) were added to refs/heads/master by this push: new 2280f8e grammar fix 2280f8e is described below commit 2280f8e91e927df9948ad943ef02149958f936c6 Author: Elliotte Rusty Harold <elh...@users.noreply.github.com> AuthorDate: Sat Nov 23 07:27:59 2019 -0500 grammar fix @hboutemy --- content/apt/pom.apt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/apt/pom.apt b/content/apt/pom.apt index be3d9b5..a88b632 100644 --- a/content/apt/pom.apt +++ b/content/apt/pom.apt @@ -201,7 +201,7 @@ POM Reference * {Maven Coordinates} - The POM defined above is the minimum that both Maven will allow. <<<groupId:artifactId:version>>> are all + The POM defined above is the minimum that Maven allows. <<<groupId:artifactId:version>>> are all required fields (although, groupId and version need not be explicitly defined if they are inherited from a parent - more on inheritance later). The three fields act much like an address and timestamp in one. This marks a specific place in a repository, acting like a coordinate system for Maven projects: