You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/03/21 16:31:02 UTC

[maven-site-plugin] branch master updated: Only reference current version (#18)

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

elharo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-site-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 4350177  Only reference current version (#18)
4350177 is described below

commit 4350177d4d431ac7b9820593c9264b25083f9bd7
Author: Elliotte Rusty Harold <el...@users.noreply.github.com>
AuthorDate: Sat Mar 21 12:30:53 2020 -0400

    Only reference current version (#18)
---
 src/site/apt/index.apt.vm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/site/apt/index.apt.vm b/src/site/apt/index.apt.vm
index a2b3e8d..f8868bd 100644
--- a/src/site/apt/index.apt.vm
+++ b/src/site/apt/index.apt.vm
@@ -31,7 +31,7 @@ ${project.name}
 
  The Site Plugin is used to generate a site for the project. The generated site also includes the project's reports
  that were configured in the POM.
-
+ 
  Please read the {{{./migrate.html}migration guide}} if you want to upgrade from a previous version.
 
 * Goals Overview
@@ -75,17 +75,17 @@ ${project.name}
   already contain the answer to your question as part of an older thread. Hence, it is also worth browsing/searching
   the {{{./mail-lists.html}mail archive}}.
 
-  If you feel like the plugin is missing a feature or has a defect, you can fill a feature request or bug report in our
+  If you feel like the plugin is missing a feature or has a defect, you can file a feature request or bug report in our
   {{{./issue-tracking.html}issue tracker}}. When creating a new issue, please provide a comprehensive description of your
   concern. Especially for fixing bugs it is crucial that the developers can reproduce your problem. For this reason,
-  entire debug logs, POMs or most preferably little demo projects attached to the issue are very much appreciated.
+  entire debug logs, POMs, or, most preferably, little demo projects attached to the issue are very much appreciated.
   Of course, patches are welcome, too. Contributors can check out the project from our
   {{{./source-repository.html}source repository}} and will find supplementary information in the
   {{{/guides/development/guide-helping.html}guide to helping with Maven}}.
 
 * Examples
 
-   The following examples show how to use the Site Plugin in more advanced usecases:
+   The following examples show how to use the Site Plugin in more advanced use cases:
 
    * {{{./examples/creating-content.html}Creating Content}}