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-text.git
The following commit(s) were added to refs/heads/master by this push:
new 6151f79e Pick up maven-checkstyle-plugin version from parent
6151f79e is described below
commit 6151f79e3357399500a0725a27eac98df76f1c5b
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jan 13 17:01:06 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 b22a120e..328a326e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -247,7 +247,6 @@
<plugins>
<plugin>
<artifactId>maven-checkstyle-plugin</artifactId>
- <version>${checkstyle.plugin.version}</version>
<configuration>
<enableRulesSummary>false</enableRulesSummary>
<configLocation>src/conf/checkstyle.xml</configLocation>