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


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

commit dbe5aef085d24c5c1ab1aaa4d681aade4e79f06a
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Fri Jan 13 16:57:45 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 7546e8b..5293cbd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -496,7 +496,6 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-checkstyle-plugin</artifactId>
-        <version>3.2.1</version>
         <configuration>
           <configLocation>${basedir}/checkstyle.xml</configLocation>
           <enableRulesSummary>false</enableRulesSummary>

Reply via email to