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 a3365587 Pick up maven-checkstyle-plugin version from parent
a3365587 is described below
commit a33655874cf570df96f26b3ee5e40f9504a2b936
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jan 13 11:42:32 2023 -0500
Pick up maven-checkstyle-plugin version from parent
---
pom.xml | 3 ---
1 file changed, 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 926ef987..d3d72573 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.plugin.version>3.2.0</checkstyle.plugin.version>
<checkstyle.version>8.34</checkstyle.version>
<!-- Commons Release Plugin -->
<commons.bc.version>2.0.0-SNAPSHOT</commons.bc.version>
@@ -409,7 +408,6 @@
</plugin>
<plugin>
<artifactId>maven-checkstyle-plugin</artifactId>
- <version>${checkstyle.plugin.version}</version>
<configuration>
<configLocation>${basedir}/src/conf/checkstyle.xml</configLocation>
<suppressionsLocation>${basedir}/src/conf/checkstyle-suppressions.xml</suppressionsLocation>
@@ -441,7 +439,6 @@
<plugins>
<plugin>
<artifactId>maven-checkstyle-plugin</artifactId>
- <version>${checkstyle.plugin.version}</version>
<configuration>
<configLocation>${basedir}/src/conf/checkstyle.xml</configLocation>
<suppressionsLocation>${basedir}/src/conf/checkstyle-suppressions.xml</suppressionsLocation>