You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/02/03 13:45:14 UTC

[commons-bcel] branch master updated: Pick up Checkstyle version from parent POM

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 8e4e7602 Pick up Checkstyle version from parent POM
8e4e7602 is described below

commit 8e4e76026b0ec7cfaeefedcf5a96bad63f17a11a
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Feb 3 08:45:10 2023 -0500

    Pick up Checkstyle version from parent POM
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c63c58f5..612175a6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -379,7 +379,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 -->