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 2dc46d6  Comment: Remove unnecessary Latin acronym
2dc46d6 is described below

commit 2dc46d66ab087de2815c686030440ced91a23ef2
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Fri Mar 14 10:06:38 2025 -0400

    Comment: Remove unnecessary Latin acronym
---
 BUILDING.txt            | 4 ++--
 pom.xml                 | 8 ++++----
 src/changes/changes.xml | 2 +-
 src/site/site.xml       | 2 +-
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/BUILDING.txt b/BUILDING.txt
index c95ea99..8511828 100644
--- a/BUILDING.txt
+++ b/BUILDING.txt
@@ -28,12 +28,12 @@ Preparing for release candidate:
 - Ensure pom.xml header comment agrees with changes for this release
 - Regenerate files:
   mvn commons-build:all -Dproject.inceptionYear=2006
-  (N.B. the year is not defined in the pom to avoid propagation to components)
+  (The year is not defined in the pom to avoid propagation to components)
 - Check and commit all changes
 
 Creating release candidate tag:
 ------------------------------
-N.B. This is done in a separate release branch so that the default branch 
remains a SNAPSHOT version
+This is done in a separate release branch so that the default branch remains a 
SNAPSHOT version
 
 - Checkout default branch in clean workspace:
   git clone https://gitbox.apache.org/repos/asf/commons-parent.git 
commons-parent-<NN>-RC1
diff --git a/pom.xml b/pom.xml
index 7a28d1d..c435f5c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -267,7 +267,7 @@
     <changes.announcementFile>RELEASE-NOTES.txt</changes.announcementFile>
   </properties>
   <mailingLists>
-    <!-- N.B. commons-site now uses the Apache POM so has its own copy of the 
mailing list definitions -->
+    <!-- commons-site now uses the Apache POM so has its own copy of the 
mailing list definitions -->
     <!--
       Components should normally override the default mailing list report by 
using the comnand
       mvn commons-build:mail-page
@@ -1077,7 +1077,7 @@
   </build>
 
   <reporting>
-    <!-- N.B. plugins defined here in the <reporting> section ignore what's 
defined in <pluginManagement>
+    <!-- Plugins defined here in the <reporting> section ignore what's defined 
in <pluginManagement>
       in the <build> section above, so we have to define the versions here. -->
     <plugins>
       <!-- org.apache.maven.plugins, alpha order by artifact id -->
@@ -1331,7 +1331,7 @@
       <id>jacoco</id>
       <activation>
         <!--
-          N.B. in spite of what the Maven docs may say,
+          In spite of what the Maven docs may say,
           activation conditions are ORed together, see:
           https://issues.apache.org/jira/browse/MNG-4565
           Fairly useless, but that's what was done in
@@ -1591,7 +1591,7 @@
         
<commons.surefire.java>${JAVA_1_11_HOME}/bin/java</commons.surefire.java>
       </properties>
     </profile>
-    <!-- N.B. when adding new java profiles, be sure to update
+    <!-- When adding new java profiles, be sure to update
       the _removeheaders list in the maven_bundle_plugin configuration -->
     <!--
       | Profile to allow testing of deploy phase
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 7c29f21..5f85661 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -799,7 +799,7 @@ Clirr report must now be explicitly enabled using 
src/site/resources/profile.cli
             <action type="update">Update Apache parent: 17 -> 18</action>
         </release>
         <release version="40" date="2016-04-30" description="Updates plugins 
and parent; fixes COMMONSSITE-87 and COMMONSSITE-82.
-N.B. The assembly plugin now runs in the verify phase (it was previously run 
in the package phase). See COMMONSSITE-87.
+ The assembly plugin now runs in the verify phase (it was previously run in 
the package phase). See COMMONSSITE-87.
  This allows child poms to create additional jars to be added to the assembly.
  This will affect child poms that rely on the assembly occurring in the 
package phase.
  They will need to be amended to use the verify phase instead.">
diff --git a/src/site/site.xml b/src/site/site.xml
index b24fb8d..3d7c029 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -89,7 +89,7 @@
       </item>
     </menu>
 
-    <!-- Should agree with commons-site. N.B. site-relative links don't work 
here -->
+    <!-- Should agree with commons-site. Site-relative links don't work here 
-->
     <menu name="General Information" inherit="bottom">
       <item name="Security"               
href="https://commons.apache.org/security.html"/>
       <item name="Volunteering"           
href="https://commons.apache.org/volunteering.html"; />

Reply via email to