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 2021/11/27 01:34:25 UTC

[commons-vfs] branch master updated: Bump biz.aQute.bnd:biz.aQute.bndlib 5.3.0 -> 6.1.0.

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 4482680  Bump biz.aQute.bnd:biz.aQute.bndlib 5.3.0 -> 6.1.0.
4482680 is described below

commit 448268084d86ef2c5f4fd27d1d99ec75bfe37ee0
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Nov 26 20:34:23 2021 -0500

    Bump biz.aQute.bnd:biz.aQute.bndlib 5.3.0 -> 6.1.0.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2fe90e7..a05f61c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -203,7 +203,7 @@
     <commons.javadoc.version>3.3.1</commons.javadoc.version>
     <commons.felix.version>5.1.2</commons.felix.version>
     <commons.animal-sniffer.version>1.20</commons.animal-sniffer.version>
-    <biz.aQute.bndlib.version>5.3.0</biz.aQute.bndlib.version>
+    <biz.aQute.bndlib.version>6.1.0</biz.aQute.bndlib.version>
     <slf4j.version>1.7.26</slf4j.version>
     <log4j2.version>2.14.1</log4j2.version>
     <clirr.skip>true</clirr.skip>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index cfa61dc..1be054b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -121,6 +121,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="update" dev="ggregory" due-to="Gary Gregory">
         Bump maven-javadoc-plugin from 3.3.0 to 3.3.1.
       </action>
+      <action type="update" dev="ggregory" due-to="Gary Gregory">
+        Bump biz.aQute.bnd:biz.aQute.bndlib 5.3.0 -> 6.1.0.
+      </action>
     </release>
     <release version="2.9.0" date="2021-06-16" description="Maintenance release. Requires Java 8.">
       <!-- ADDS -->