You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by po...@apache.org on 2022/01/08 21:52:30 UTC

[creadur-rat] branch master updated: Revert to pmd plugin 3.14.0 as new version is not JDK8-compliant

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

pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git


The following commit(s) were added to refs/heads/master by this push:
     new c42327f  Revert to pmd plugin 3.14.0 as new version is not JDK8-compliant
c42327f is described below

commit c42327f96324469286271f09c6d01443451be1c7
Author: P. Ottlinger <po...@apache.org>
AuthorDate: Sat Jan 8 22:52:26 2022 +0100

    Revert to pmd plugin 3.14.0 as new version is not JDK8-compliant
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f2e6334..b03b324 100644
--- a/pom.xml
+++ b/pom.xml
@@ -222,7 +222,7 @@ agnostic home for software distribution comprehension and audit tools.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-pmd-plugin</artifactId>
-        <version>3.15.0</version>
+        <version>3.14.0</version>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>