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/12 18:25:58 UTC

[commons-weaver] branch master updated: Pick up JUnit version from parent POM

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


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

commit 5e1b5a3be604eb552519f366021d46bc4afe87d9
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Thu Jan 12 13:25:54 2023 -0500

    Pick up JUnit version from parent POM
---
 parent/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 1aa60c7..c8ad3a6 100755
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -215,7 +215,6 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-pmd-plugin</artifactId>
-          <version>3.10.0</version>
         </plugin>
         <plugin>
           <groupId>org.codehaus.mojo</groupId>