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/02/10 19:26:28 UTC

[commons-exec] branch master updated: Pick up Checkstyle 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-exec.git


The following commit(s) were added to refs/heads/master by this push:
     new 192f2d5  Pick up Checkstyle version from parent
192f2d5 is described below

commit 192f2d5b7ea109950b67ead31586402e1539a06d
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Feb 10 14:26:24 2023 -0500

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

diff --git a/pom.xml b/pom.xml
index c8cdb4b..11848ef 100644
--- a/pom.xml
+++ b/pom.xml
@@ -204,7 +204,6 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-checkstyle-plugin</artifactId>
-                <version>3.2.0</version>
                 <configuration>
                     <configLocation>${basedir}/conf/checkstyle.xml</configLocation>
                     <enableRulesSummary>false</enableRulesSummary>