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 2022/01/15 15:54:45 UTC

[commons-ognl] branch master updated: Bump maven-javadoc-plugin 3.2.0 from to 3.3.1.

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-ognl.git


The following commit(s) were added to refs/heads/master by this push:
     new ea59568  Bump maven-javadoc-plugin 3.2.0 from to 3.3.1.
ea59568 is described below

commit ea595686a49d145d1c111f606e43a64906b446bf
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jan 15 10:54:43 2022 -0500

    Bump maven-javadoc-plugin 3.2.0 from to 3.3.1.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 80af37a..3324dd6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -174,7 +174,7 @@ limitations under the License.
   <properties>
     <commons.encoding>UTF-8</commons.encoding>
     <commons.componentid>ognl</commons.componentid>
-    <commons.javadoc.version>3.2.0</commons.javadoc.version>
+    <commons.javadoc.version>3.3.1</commons.javadoc.version>
     <commons.module.name>org.apache.commons.ognl</commons.module.name>
     <commons.scmPubCheckoutDirectory>target/site-content</commons.scmPubCheckoutDirectory>
 
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 57eaf43..7f1cfcf 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -87,6 +87,7 @@
       <action type="update" dev="ggregory" due-to="Dependabot">Bump build-helper-maven-plugin from 3.2.0 to 3.3.0 #61.</action>
       <action type="update" dev="ggregory" due-to="Dependabot">Bump h2 from 2.0.202 to 2.0.206 #57.</action>
       <action type="update" dev="ggregory" due-to="Dependabot">Bump ognl from 3.3.0 to 3.3.2 #59.</action>
+      <action type="update" dev="ggregory" due-to="Dependabot">Bump maven-javadoc-plugin 3.2.0 from to 3.3.1.</action>
     </release>
   </body>
 </document>