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 a52d544 Bump commons.felix.version from 5.1.1 to 5.1.2. a52d544 is described below commit a52d544d0502c28285679143fb414d94e8b0b50e Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Jul 15 11:19:53 2021 -0400 Bump commons.felix.version from 5.1.1 to 5.1.2. Bump biz.aQute.bndlib.version from 5.1.2 to 5.3.0. --- pom.xml | 2 ++ src/changes/changes.xml | 6 ++++++ 2 files changed, 8 insertions(+) diff --git a/pom.xml b/pom.xml index ba68ba5..33fa1c0 100644 --- a/pom.xml +++ b/pom.xml @@ -200,6 +200,8 @@ <commons.spotbugs.impl.version>4.3.0</commons.spotbugs.impl.version> <commons.asm.version>9.2</commons.asm.version> <commons.pmd.version>6.36.0</commons.pmd.version> + <commons.felix.version>5.1.2</commons.felix.version> + <biz.aQute.bndlib.version>5.3.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 17c22d8..c1c5b0e 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -140,6 +140,12 @@ The <action> type attribute can be add,update,fix,remove. Bump commons.spotbugs.impl.version from 4.2.2 to 4.3.0. Workaround https://github.com/spotbugs/spotbugs/issues/1539 </action> + <action dev="ggregory" due-to="Gary Gregory" type="update"> + Bump commons.felix.version from 5.1.1 to 5.1.2. + </action> + <action dev="ggregory" due-to="Gary Gregory" type="update"> + Bump biz.aQute.bndlib.version from 5.1.2 to 5.3.0. + </action> </release> <release version="2.8.0" date="2021-03-06" description="Feature and maintenance release. Requires Java 8."> <!-- <action issue="VFS-443" dev="ggregory" type="update" due-to="nickallen"> -->