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/06/12 14:04:15 UTC

[commons-compress] 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-compress.git


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

commit de54e4dfb24713b4893be92ddd89bf8cf1a7ba31
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Jun 12 10:04:11 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 db11411..3f24126 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,6 +76,7 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.
     <slf4j.version>1.7.30</slf4j.version>
     <commons.jacoco.version>0.8.7</commons.jacoco.version>
     <commons.japicmp.version>0.15.3</commons.japicmp.version>
+    <commons.javadoc.version>3.3.0</commons.javadoc.version>
   </properties>
 
   <issueManagement>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e6ab387..6225284 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -329,6 +329,9 @@ The <action> type attribute can be add,update,fix,remove.
       <action type="update" due-to="Gary Gregory" dev="ggregory">
         Bump commons.japicmp.version from 0.14.3 to 0.15.3 (Java 16 builds).
       </action>
+      <action type="update" due-to="Gary Gregory" dev="ggregory">
+        Bump commons.javadoc.version from 3.2.0 to 3.3.0.
+      </action>
       <action issue="COMPRESS-569" type="fix" date="2021-03-06">
         Checked the sizes read for archive entries and reject archives
         as broken with negative entry sizes.