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/08/13 20:44:08 UTC

[commons-lang] branch master updated: Bump commons.javadoc.version from 3.2.0 to 3.3.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-lang.git


The following commit(s) were added to refs/heads/master by this push:
     new 31d5f47  Bump commons.javadoc.version from 3.2.0 to 3.3.0.
31d5f47 is described below

commit 31d5f47b3d66e1a7d38d308536b4b78a98f8559d
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Aug 13 16:44:06 2021 -0400

    Bump commons.javadoc.version from 3.2.0 to 3.3.0.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0f92b68..377496b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -639,7 +639,7 @@
 
     <commons.jacoco.version>0.8.7</commons.jacoco.version>
     <commons.surefire.version>3.0.0-M5</commons.surefire.version>
-    <commons.javadoc.version>3.2.0</commons.javadoc.version>
+    <commons.javadoc.version>3.3.0</commons.javadoc.version>
     <commons.japicmp.version>0.15.3</commons.japicmp.version>
 
     <!-- Commons Release Plugin -->
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 2c0a330..8cc3a7e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -75,6 +75,7 @@ The <action> type attribute can be add,update,fix,remove.
     <action                   type="update" dev="ggregory" due-to="Gary Gregory">commons.japicmp.version 0.15.2 -> 0.15.3.</action>
     <action                   type="update" dev="ggregory" due-to="Dependabot">Bump junit-pioneer from 1.3.8 to 1.4.2 #749, #767.</action>
     <action                   type="update" dev="ggregory" due-to="Dependabot">Bump junit-bom from 5.7.1 to 5.7.2 #761.</action>
+    <action                   type="update" dev="ggregory" due-to="Dependabot">Bump commons.javadoc.version from 3.2.0 to 3.3.0.</action>
   </release>
 
   <release version="3.12.0" date="2021-02-26" description="New features and bug fixes (Java 8).">