You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by gg...@apache.org on 2022/02/22 17:07:16 UTC

[logging-log4j2] branch release-2.x updated (e416542 -> 97dfa67)

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a change to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git.


    from e416542  [LOG4J2-3391] Add optional additional fields to NoSQLAppender.
     new a61d2f0  Bump org.jacoco:jacoco-maven-plugin from 0.8.6 to 0.8.7.
     new 97dfa67  Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.3.1 to 3.3.2.

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                 | 4 ++--
 src/changes/changes.xml | 6 ++++++
 2 files changed, 8 insertions(+), 2 deletions(-)

[logging-log4j2] 02/02: Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.3.1 to 3.3.2.

Posted by gg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit 97dfa679675f4f0a75ab41fe360ee747bba9ffce
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Feb 22 12:07:13 2022 -0500

    Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.3.1 to 3.3.2.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5dd686a..d8da389 100644
--- a/pom.xml
+++ b/pom.xml
@@ -246,7 +246,7 @@
     <compiler.plugin.version>3.9.0</compiler.plugin.version>
     <pmd.plugin.version>3.10.0</pmd.plugin.version>
     <changes.plugin.version>2.12.1</changes.plugin.version>
-    <javadoc.plugin.version>3.3.1</javadoc.plugin.version>
+    <javadoc.plugin.version>3.3.2</javadoc.plugin.version>
     <!-- surefire.plugin.version 2.18 yields http://jira.codehaus.org/browse/SUREFIRE-1121, which is fixed in 2.18.1 -->
     <!-- surefire.plugin.version 2.19 yields https://issues.apache.org/jira/browse/SUREFIRE-1193. -->
     <!-- all versions after 2.13 yield https://issues.apache.org/jira/browse/SUREFIRE-720 -->
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index aab53f9..640d848 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -330,6 +330,9 @@
       <action dev="ggregory" type="udpate" due-to="Gary Gregory">
         Bump org.jacoco:jacoco-maven-plugin from 0.8.6 to 0.8.7.
       </action>
+      <action dev="ggregory" type="udpate" due-to="Gary Gregory">
+        Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.3.1 to 3.3.2.
+      </action>
 	</release>
     <release version="2.17.1" date="2021-12-27" description="GA Release 2.17.1">
       <!-- FIXES -->

[logging-log4j2] 01/02: Bump org.jacoco:jacoco-maven-plugin from 0.8.6 to 0.8.7.

Posted by gg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch release-2.x
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git

commit a61d2f02b526d26c562e0a155696e1c9e43a79ab
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Tue Feb 22 11:34:15 2022 -0500

    Bump org.jacoco:jacoco-maven-plugin from 0.8.6 to 0.8.7.
---
 pom.xml                 | 2 +-
 src/changes/changes.xml | 3 +++
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8de3994..5dd686a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -258,7 +258,7 @@
     <rat.plugin.version>0.13</rat.plugin.version>
     <pdf.plugin.version>1.2</pdf.plugin.version>
     <cobertura.plugin.version>2.7</cobertura.plugin.version>
-    <jacoco.plugin.version>0.8.6</jacoco.plugin.version>
+    <jacoco.plugin.version>0.8.7</jacoco.plugin.version>
     <release.plugin.version>2.5.3</release.plugin.version>
     <scm.plugin.version>1.9.5</scm.plugin.version>
     <jxr.plugin.version>3.1.1</jxr.plugin.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 53ae3e6..aab53f9 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -327,6 +327,9 @@
       <action dev="ggregory" type="udpate" due-to="Gary Gregory">
         Bump org.apache.activemq:activemq-broker from 5.16.3 to 5.16.4.
       </action>
+      <action dev="ggregory" type="udpate" due-to="Gary Gregory">
+        Bump org.jacoco:jacoco-maven-plugin from 0.8.6 to 0.8.7.
+      </action>
 	</release>
     <release version="2.17.1" date="2021-12-27" description="GA Release 2.17.1">
       <!-- FIXES -->