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 18:30:19 UTC

[commons-cli] branch master updated: Pick up maven-bundle-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 66997f2  Pick up maven-bundle-plugin version from parent POM
66997f2 is described below

commit 66997f26b47d60ac5560fbf2e073cb37d14267db
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jan 10 13:30:15 2023 -0500

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

diff --git a/pom.xml b/pom.xml
index 46db77d..e405f2a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -214,7 +214,6 @@
     <commons.encoding>utf-8</commons.encoding>
     <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>
     <spotbugs.plugin.version>4.7.3.0</spotbugs.plugin.version>
     <spotbugs.impl.version>4.7.3</spotbugs.impl.version>
     <findbugs.skip>true</findbugs.skip>