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/01/13 14:37:25 UTC

[commons-imaging] branch master updated: Pick up maven-checkstyle-plugin version from parent

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-imaging.git


The following commit(s) were added to refs/heads/master by this push:
     new bc6d1c32 Pick up maven-checkstyle-plugin version from parent
bc6d1c32 is described below

commit bc6d1c32e0ad26c3ddccf5e612ef480b53d41481
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Jan 13 09:37:20 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 e8d59425..07f226ee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -158,7 +158,6 @@
       </plugin>
       <plugin>
         <artifactId>maven-checkstyle-plugin</artifactId>
-        <version>${checkstyle.plugin.version}</version>
         <configuration>
           <configLocation>${basedir}/checkstyle.xml</configLocation>
           <suppressionsLocation>${basedir}/checkstyle-suppressions.xml</suppressionsLocation>