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 2021/01/24 14:58:28 UTC

[maven-checkstyle-plugin] branch master updated: update site plugin and links (#43)

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-checkstyle-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 3d424b8  update site plugin and links (#43)
3d424b8 is described below

commit 3d424b8517665b8e32dc793d364a032172c617e5
Author: Elliotte Rusty Harold <el...@users.noreply.github.com>
AuthorDate: Sun Jan 24 14:58:21 2021 +0000

    update site plugin and links (#43)
    
    * [MCHECKSTYLE-380] (doc) update issue tracking URL.
    
    Signed-off-by: Benjamin Marwell <bm...@gmail.com>
    
    * update site plugin
    
    Co-authored-by: Benjamin Marwell <bm...@gmail.com>
---
 pom.xml                   | 2 +-
 src/site/apt/index.apt.vm | 7 ++++---
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1a9e492..075295f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,7 +68,7 @@ under the License.
     <mavenVersion>3.0</mavenVersion>
     <checkstyleVersion>8.29</checkstyleVersion>
     <doxiaVersion>1.4</doxiaVersion>
-    <sitePluginVersion>3.9.0</sitePluginVersion>
+    <sitePluginVersion>3.9.1</sitePluginVersion>
     <surefire.version>2.22.2</surefire.version>
     <project.build.outputTimestamp>2021-01-23T22:30:12Z</project.build.outputTimestamp>
   </properties>
diff --git a/src/site/apt/index.apt.vm b/src/site/apt/index.apt.vm
index e05d26f..7f052e8 100644
--- a/src/site/apt/index.apt.vm
+++ b/src/site/apt/index.apt.vm
@@ -69,12 +69,13 @@ ${project.name}
   the {{{./mailing-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
-  {{{./issue-management.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,
+  {{{https://issues.apache.org/jira/projects/MCHECKSTYLE/}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.
   Of course, patches are welcome, too. Contributors can check out the project from our
   {{{./scm.html}source repository}} and will find supplementary information in the
-  {{{http://maven.apache.org/guides/development/guide-helping.html}guide to helping with Maven}}.
+  {{{https://maven.apache.org/guides/development/guide-helping.html}guide to helping with Maven}}.
 
 * Examples