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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-digester.git


The following commit(s) were added to refs/heads/master by this push:
     new c8093419 Pick up PMD plugin version from parent POM
c8093419 is described below

commit c8093419b8dc4dfcf84884ae258b4f83508039c8
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sat Apr 27 09:09:17 2024 -0400

    Pick up PMD plugin version from parent POM
    
    Match PMD target JDK with compiler target
---
 pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index e12cf8ed..890f2448 100644
--- a/pom.xml
+++ b/pom.xml
@@ -383,9 +383,8 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-pmd-plugin</artifactId>
-        <version>3.21.2</version>
         <configuration>
-          <targetJdk>1.5</targetJdk>
+          <targetJdk>1.7</targetJdk>
         </configuration>
         <!--Use default rules-->
       </plugin>

Reply via email to