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-lang.git
The following commit(s) were added to refs/heads/master by this push:
new 924ebfb66 Pick up checkstyle version from parent
924ebfb66 is described below
commit 924ebfb66c61795dd4ddb188d049f3486fb91d49
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jan 13 11:35:51 2023 -0500
Pick up checkstyle version from parent
---
pom.xml | 10 ----------
1 file changed, 10 deletions(-)
diff --git a/pom.xml b/pom.xml
index 230efadb0..79b475438 100644
--- a/pom.xml
+++ b/pom.xml
@@ -622,8 +622,6 @@
<commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
<commons.encoding>utf-8</commons.encoding>
- <checkstyle.plugin.version>3.2.0</checkstyle.plugin.version>
- <checkstyle.version>9.3</checkstyle.version>
<checkstyle.configdir>src/site/resources/checkstyle</checkstyle.configdir>
<japicmp.skip>false</japicmp.skip>
@@ -760,19 +758,11 @@
</plugin>
<plugin>
<artifactId>maven-checkstyle-plugin</artifactId>
- <version>${checkstyle.plugin.version}</version>
<configuration>
<configLocation>${checkstyle.configdir}/checkstyle.xml</configLocation>
<includeTestSourceDirectory>true</includeTestSourceDirectory>
<enableRulesSummary>false</enableRulesSummary>
</configuration>
- <dependencies>
- <dependency>
- <groupId>com.puppycrawl.tools</groupId>
- <artifactId>checkstyle</artifactId>
- <version>${checkstyle.version}</version>
- </dependency>
- </dependencies>
</plugin>
<plugin>
<groupId>com.github.spotbugs</groupId>