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/10 16:27:58 UTC

[commons-cli] branch master updated: Pick up maven-checkstyle-plugin 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-cli.git


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

commit 4d3c75af7fc6b4422210109233fb7d661a31c9ec
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jan 10 11:27:52 2023 -0500

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

diff --git a/pom.xml b/pom.xml
index 195b97e..46db77d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -212,7 +212,6 @@
     <commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-cli</commons.scmPubUrl>
     <commons.scmPubCheckoutDirectory>site-content</commons.scmPubCheckoutDirectory>
     <commons.encoding>utf-8</commons.encoding>
-    <commons.checkstyle-plugin.version>3.2.0</commons.checkstyle-plugin.version>
     <commons.checkstyle.impl.version>9.3</commons.checkstyle.impl.version>
     <commons.javadoc.java.link>${commons.javadoc7.java.link}</commons.javadoc.java.link>
     <commons.felix.version>5.1.2</commons.felix.version>