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


The following commit(s) were added to refs/heads/master by this push:
     new 5e3c20e  Fix spacing in Javadoc footer
5e3c20e is described below

commit 5e3c20e5b39c4e3f5310fe567bd985dcb13fed01
Author: Gary D. Gregory <[email protected]>
AuthorDate: Tue Jul 29 13:42:59 2025 -0400

    Fix spacing in Javadoc footer
---
 pom.xml                 | 5 +++--
 src/changes/changes.xml | 1 +
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 322c3b3..ee8aca5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -461,10 +461,11 @@
                 
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
               </manifest>
             </archive>
+            <!-- &#160; is non-breaking space -->
             <bottom>
               Copyright © {inceptionYear}-{currentYear} {organizationName}. 
All rights reserved.&lt;/br&gt;
-              &lt;a href="${project.url}">${project.name}&lt;/a&gt; |
-              &lt;a href="${project.issueManagement.url}">Issue 
management&lt;/a&gt; |
+              &lt;a href="${project.url}">${project.name}&lt;/a&gt; |&#160;
+              &lt;a href="${project.issueManagement.url}">Issue 
management&lt;/a&gt; |&#160;
               &lt;a href="${project.scm.url}">Source repository&lt;/a&gt;
             </bottom>
             <failOnWarnings>${commons.javadoc.failOnWarnings}</failOnWarnings>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index afe15a5..51ec49e 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -60,6 +60,7 @@ The <action> type attribute can be add,update,fix,remove.
       <release version="86" date="YYYY-MM-DD" description="This is a feature 
and maintenance release. Java 8 or later is required.">
         <!-- FIX -->
         <action type="fix" dev="ggregory" due-to="Gary Gregory">Use 
-XX:+EnableDynamicAgentLoading on the argument line to avoid JVM warnings when 
tests use Mockito and ByteBuddy.</action>
+        <action type="fix" dev="ggregory" due-to="Gary Gregory">Fix spacing in 
Javadoc footer.</action>
         <!-- ADD -->
         <!-- UPDATE -->
         <action type="update" dev="ggregory" due-to="Gary Gregory, 
Dependabot">Bump org.junit:junit-bom from 5.13.1 to 5.13.4. Fixes discovery 
issue for cycle in inner class hierarchy without @Nested fails build since 
JUnit 5.13 https://github.com/junit-team/junit-framework/issues/4661 for 
Commons Collections, #640.</action>

Reply via email to