aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary Gregory <garydgregory@gmail.com>2023-02-03 08:40:34 -0500
committerGary Gregory <garydgregory@gmail.com>2023-02-03 08:40:34 -0500
commite3a14c74d42fcbd40c799e917d766ffed1d16e26 (patch)
tree9221c53f97ad4c913ba4552f347dcdafe6b86e62
parent8cc4505dd0431eb40a16aacf932982dd33ccafbc (diff)
downloadapache-commons-lang-e3a14c74d42fcbd40c799e917d766ffed1d16e26.tar.gz
Pick up Checkstyle version from parent POM
-rw-r--r--pom.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 79b475438..3936c0198 100644
--- a/pom.xml
+++ b/pom.xml
@@ -806,7 +806,6 @@
</plugin>
<plugin>
<artifactId>maven-checkstyle-plugin</artifactId>
- <version>${checkstyle.plugin.version}</version>
<configuration>
<configLocation>${checkstyle.configdir}/checkstyle.xml</configLocation>
<includeTestSourceDirectory>true</includeTestSourceDirectory>