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-bcel.git
The following commit(s) were added to refs/heads/master by this push:
new 7b4655c4 Pick up maven-checkstyle-plugin version from parent
7b4655c4 is described below
commit 7b4655c4612f824b7c3653bd3a6ae1566e2d2a22
Author: Gary David Gregory (Code signing key) <[email protected]>
AuthorDate: Fri Jan 13 14:16:39 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 9af5d673..332962f3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -316,7 +316,6 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
- <version>${checkstyle.plugin.version}</version>
<configuration>
<configLocation>${basedir}/src/conf/checkstyle.xml</configLocation>
<!-- Needed to define config_loc -->