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

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


The following commit(s) were added to refs/heads/release-2.x by this push:
     new 604341fdda Revert pdf plugin verison back to 1.2
604341fdda is described below

commit 604341fddab22ce866efdf92bc2961e7a10a2805
Author: Ralph Goers <[email protected]>
AuthorDate: Mon Jun 27 12:15:10 2022 -0700

    Revert pdf plugin verison back to 1.2
---
 pom.xml                                        | 3 ++-
 src/site/custom/project-info-report.properties | 6 +++---
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 820c03817a..9c8e54dcda 100644
--- a/pom.xml
+++ b/pom.xml
@@ -266,7 +266,8 @@
     <checkstyle.tool.version>8.45.1</checkstyle.tool.version>
     <deploy.plugin.version>2.8.2</deploy.plugin.version>
     <rat.plugin.version>0.13</rat.plugin.version>
-    <pdf.plugin.version>1.5.1</pdf.plugin.version>
+    <!-- Do not update the pdf plugin version without verifying the new 
version works by running mvn site -->
+    <pdf.plugin.version>1.2</pdf.plugin.version>
     <cobertura.plugin.version>2.7</cobertura.plugin.version>
     <jacoco.plugin.version>0.8.8</jacoco.plugin.version>
     <release.plugin.version>2.5.3</release.plugin.version>
diff --git a/src/site/custom/project-info-report.properties 
b/src/site/custom/project-info-report.properties
index 1a8b636d3a..f8fb852bd6 100644
--- a/src/site/custom/project-info-report.properties
+++ b/src/site/custom/project-info-report.properties
@@ -161,10 +161,10 @@ report.mailing-lists.intro                                
         = We welcome
                                                                              
<p>\
                                                                                
  Questions related to the usage of Log4j components should be posted to the \
                                                                                
  <a href="http://mail-archives.apache.org/mod_mbox/logging-log4j-user/"; 
class="externalLink">User List</a>. \
-                                                                               
  <br>\
+                                                                               
  <br />\
                                                                                
  The <a href="http://mail-archives.apache.org/mod_mbox/logging-log4j-dev/"; 
class="externalLink">Developer List</a> \
                                                                                
  is for questions and discussion related to the development of Commons 
components.\
-                                                                               
  <br>\
+                                                                               
  <br />\
                                                                                
  Please do not cross-post; developers are also subscribed to the user list. \
                                                                                
  Read the archives first in case your question has already been answered. \
                                                                                
  If not, then subscribe to the appropriate list and post your question. \
@@ -177,7 +177,7 @@ report.mailing-lists.intro                                  
       = We welcome
                                                                              
<p>\
                                                                                
  Please read the <a 
href="http://www.apache.org/foundation/public-archives.html"; 
class="externalLink">Public Forum Archive Policy</a> \
                                                                                
  and <a href="http://www.apache.org/dev/contrib-email-tips.html"; 
class="externalLink">Tips for email contributors</a>. \
-                                                                               
  <br>\
+                                                                               
  <br />\
                                                                                
  For further information on Apache mailing lists please read \
                                                                                
  <a href="http://www.apache.org/foundation/mailinglists.html"; 
class="externalLink">General mailing list information</a> \
                                                                                
  in particular the section entitled\

Reply via email to