You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ad...@apache.org on 2021/03/26 08:27:47 UTC

[maven-pmd-plugin] 04/04: (doc) Fix sample in Upgrading PMD at runtime

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

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

commit 5c5f40d8597ff728546a51fdfcbd2b7170aacfe4
Author: Andreas Dangel <ad...@apache.org>
AuthorDate: Fri Mar 26 09:21:18 2021 +0100

    (doc) Fix sample in Upgrading PMD at runtime
    
    Thanks to https://github.com/boris-github for reporting
    Refs pmd/pmd#402
---
 src/site/apt/examples/upgrading-PMD-at-runtime.apt.vm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/site/apt/examples/upgrading-PMD-at-runtime.apt.vm b/src/site/apt/examples/upgrading-PMD-at-runtime.apt.vm
index 367d9c1..5223c0f 100644
--- a/src/site/apt/examples/upgrading-PMD-at-runtime.apt.vm
+++ b/src/site/apt/examples/upgrading-PMD-at-runtime.apt.vm
@@ -38,7 +38,7 @@ Upgrading PMD at Runtime
 +-----+
 <project>
   <properties>
-    <pmdVersion>...choose your version...</version>
+    <pmdVersion>...choose your version...</pmdVersion>
   </properties>
 ...
   <build>