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 8966fcf0 Pick up maven-checkstyle-plugin version from parent 8966fcf0 is described below commit 8966fcf06d26d40d41793287d5388d55945b9840 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Jan 13 17:00:55 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 af37a3e7..b22a120e 100644 --- a/pom.xml +++ b/pom.xml @@ -165,7 +165,6 @@ <plugins> <plugin> <artifactId>maven-checkstyle-plugin</artifactId> - <version>${checkstyle.plugin.version}</version> <configuration> <enableRulesSummary>false</enableRulesSummary> <configLocation>src/conf/checkstyle.xml</configLocation>