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:36 UTC

[commons-vfs] 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-vfs.git


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

commit 7ae2050a436827a567cb29e2a17c1caf28fdcee3
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jan 10 13:30:27 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 55dd5249..e62c81a4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -195,7 +195,6 @@
     <commons.spotbugs.version>4.7.3.0</commons.spotbugs.version>
     <commons.spotbugs.impl.version>4.7.3</commons.spotbugs.impl.version>
     <commons.asm.version>9.4</commons.asm.version>
-    <commons.felix.version>5.1.2</commons.felix.version>
     <commons.animal-sniffer.version>1.21</commons.animal-sniffer.version>
     <commons.pmd-impl.version>6.53.0</commons.pmd-impl.version>
     <biz.aQute.bndlib.version>6.3.1</biz.aQute.bndlib.version>