This is an automated email from the ASF dual-hosted git repository. garydgregory pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/commons-secure-xml.git
commit 642f4e7334352a01192bfb5fe58b7e9d32674868 Author: Gary Gregory <[email protected]> AuthorDate: Mon Sep 14 17:16:04 2026 -0700 Comments --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 57b39cb..f1e8c50 100644 --- a/pom.xml +++ b/pom.xml @@ -71,7 +71,7 @@ limitations under the License. <commons.woodstox.version>7.1.1</commons.woodstox.version> <commons.xalan.version>2.7.3</commons.xalan.version> <commons.xerces.version>2.12.2</commons.xerces.version> - <!-- Test-only: computes each secure class' shade closure, mirroring maven-shade minimizeJar, for ShadingFootprintTest. --> + <!-- Test-only: computes each secure class's shade closure, mirroring maven-shade minimizeJar, for ShadingFootprintTest. --> <commons.jdependency.version>2.16</commons.jdependency.version> <!-- jacoco-maven-plugin: Should only get better. @@ -109,7 +109,7 @@ limitations under the License. <artifactId>mockito-core</artifactId> <scope>test</scope> </dependency> - <!-- Reads the compiled classes to compute each secure class' transitive class closure (the same computation maven-shade minimizeJar performs). --> + <!-- Reads the compiled classes to compute each secure class's transitive class closure (the same computation maven-shade minimizeJar performs). --> <dependency> <groupId>org.vafer</groupId> <artifactId>jdependency</artifactId>
