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:21:46 UTC

[commons-csv] branch master updated: Pick up biz.aQute.bndlib 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-csv.git


The following commit(s) were added to refs/heads/master by this push:
     new d3116d80 Pick up biz.aQute.bndlib version from parent POM
d3116d80 is described below

commit d3116d80c275778797a003c9c29c0e566a6da86c
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Jan 10 13:21:40 2023 -0500

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

diff --git a/pom.xml b/pom.xml
index c1f4c255..637830c3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -177,7 +177,6 @@
     <commons.spotbugs.version>4.7.3.0</commons.spotbugs.version>
     <commons.spotbugs.impl.version>4.7.3</commons.spotbugs.impl.version>
     <commons.japicmp.version>0.16.0</commons.japicmp.version>
-    <commons.biz.aQute.bndlib.version>6.3.1</commons.biz.aQute.bndlib.version>
     <japicmp.skip>false</japicmp.skip>
 
     <commons.release.isDistModule>true</commons.release.isDistModule>