You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/01/13 19:24:20 UTC

[commons-ognl] branch master updated: Pick up maven-pmd-plugin version from parent

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


The following commit(s) were added to refs/heads/master by this push:
     new 836186c  Pick up maven-pmd-plugin version from parent
836186c is described below

commit 836186c012540dbe3c78e3cf014f2570ec8c1f82
Author: Gary Gregory <gg...@rocketsoftware.com>
AuthorDate: Fri Jan 13 14:24:16 2023 -0500

    Pick up maven-pmd-plugin version from parent
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 166dcd0..7ab638b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -397,7 +397,6 @@ limitations under the License.
           </plugin>
           <plugin>
             <artifactId>maven-pmd-plugin</artifactId>
-            <version>3.19.0</version>
             <configuration>
               <targetJdk>${maven.compile.target}</targetJdk>
             </configuration>