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


The following commit(s) were added to refs/heads/master by this push:
     new 8cb824a2 Comment: Remove unnecessary Latin acronym
8cb824a2 is described below

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

    Comment: Remove unnecessary Latin acronym
---
 jelly-tags/jaxme/pom.xml   | 2 +-
 jelly-tags/xmlunit/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/jelly-tags/jaxme/pom.xml b/jelly-tags/jaxme/pom.xml
index ab49ab0b..6a3987c1 100644
--- a/jelly-tags/jaxme/pom.xml
+++ b/jelly-tags/jaxme/pom.xml
@@ -88,7 +88,7 @@
     <dependency>
       <groupId>xml-apis</groupId>
       <artifactId>xml-apis</artifactId>
-      <!-- N.B. the latest version (2.0.2) does not have the required class:
+      <!-- The latest version (2.0.2) does not have the required class:
            org.w3c.dom.ElementTraversal 
       -->
       <version>1.4.01</version>
diff --git a/jelly-tags/xmlunit/pom.xml b/jelly-tags/xmlunit/pom.xml
index d6d035cc..112e8139 100644
--- a/jelly-tags/xmlunit/pom.xml
+++ b/jelly-tags/xmlunit/pom.xml
@@ -61,7 +61,7 @@
     <dependency>
       <groupId>xml-apis</groupId>
       <artifactId>xml-apis</artifactId>
-      <!-- N.B. the latest version (2.0.2) does not have the required class:
+      <!-- The latest version (2.0.2) does not have the required class:
            org.w3c.dom.ElementTraversal 
       -->
       <version>1.4.01</version>

Reply via email to