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 5c087bc Bump commons.javadoc.version from 3.2.0 to 3.3.0. 5c087bc is described below commit 5c087bc1b70e7f50e4b6c395ba5860f34897985e Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Thu Jul 15 12:08:55 2021 -0400 Bump commons.javadoc.version from 3.2.0 to 3.3.0. --- pom.xml | 1 + src/changes/changes.xml | 3 +++ 2 files changed, 4 insertions(+) diff --git a/pom.xml b/pom.xml index 33fa1c0..59cb522 100644 --- a/pom.xml +++ b/pom.xml @@ -200,6 +200,7 @@ <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.javadoc.version>3.3.0</commons.javadoc.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> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index c1c5b0e..f8b54f7 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -146,6 +146,9 @@ The <action> type attribute can be add,update,fix,remove. <action dev="ggregory" due-to="Gary Gregory" type="update"> Bump biz.aQute.bndlib.version from 5.1.2 to 5.3.0. </action> + <action dev="ggregory" due-to="Gary Gregory" type="update"> + Bump commons.javadoc.version from 3.2.0 to 3.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"> -->