You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ah...@apache.org on 2022/11/13 16:48:05 UTC

[commons-statistics] 01/02: Remove invalid pmd-plugin version from examples

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-statistics.git

commit 5394f57d77c1656d3c0cfaf318170946ec409f37
Author: Alex Herbert <ah...@apache.org>
AuthorDate: Sun Nov 13 16:42:55 2022 +0000

    Remove invalid pmd-plugin version from examples
---
 commons-statistics-examples/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/commons-statistics-examples/pom.xml b/commons-statistics-examples/pom.xml
index d9a26c5..6319fb5 100644
--- a/commons-statistics-examples/pom.xml
+++ b/commons-statistics-examples/pom.xml
@@ -81,7 +81,6 @@
     <plugins>
       <plugin>
         <artifactId>maven-pmd-plugin</artifactId>
-        <version>${statistics.pmd.version}</version>
         <configuration>
           <failOnViolation>false</failOnViolation>
         </configuration>