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 14:46:51 UTC

[commons-collections] branch master updated: Pick up maven-checkstyle-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-collections.git


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

commit 68e045a35e3be69ba9f1e79b97bd3d259768c3b5
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Jan 13 09:46:47 2023 -0500

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

diff --git a/pom.xml b/pom.xml
index 1e4877347..89b1c0ac1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -643,7 +643,6 @@
       </plugin>
       <plugin>
         <artifactId>maven-checkstyle-plugin</artifactId>
-        <version>${checkstyle.version}</version>
         <dependencies>
           <dependency>
             <groupId>com.puppycrawl.tools</groupId>