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-ognl.git
The following commit(s) were added to refs/heads/master by this push:
new 8514275 Pick up maven-checkstyle-plugin version from parent
8514275 is described below
commit 85142750f3a02b58fb41ffce0660336acf0006ff
Author: Gary Gregory <[email protected]>
AuthorDate: Fri Jan 13 14:23:34 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 e6fdc49..166dcd0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -374,7 +374,6 @@ limitations under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>
- <version>3.2.0</version>
<configuration>
<configLocation>config/maven_checks.xml</configLocation>
<headerLocation>config/maven-header.txt</headerLocation>