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 16:42:57 UTC

[commons-beanutils] 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-beanutils.git


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

commit f9d65ef077c3eaf1cf5bfbcdd5f461d8d501ac4b
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Jan 13 11:42:53 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 d3d72573..e4e14ed9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,7 +51,6 @@
     <surefire.argLine>-Xmx256M</surefire.argLine>
     <commons.clirr.version>2.8</commons.clirr.version>
     <commons.encoding>utf-8</commons.encoding>
-    <checkstyle.version>8.34</checkstyle.version>
     <!-- Commons Release Plugin -->
     <commons.bc.version>2.0.0-SNAPSHOT</commons.bc.version>
     <commons.release.isDistModule>true</commons.release.isDistModule>