This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-compress.git
The following commit(s) were added to refs/heads/master by this push:
new 66b6e41d9 Fix typo in POM.
66b6e41d9 is described below
commit 66b6e41d96960b0c18ce1469da9ad909d68a3286
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Aug 8 09:36:51 2026 -0400
Fix typo in POM.
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index d1b191b39..b2a1b8313 100644
--- a/pom.xml
+++ b/pom.xml
@@ -76,7 +76,7 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.
<commons.scmPubUrl>https://svn.apache.org/repos/infra/websites/production/commons/content/proper/${project.artifactId}</commons.scmPubUrl>
<japicmp.skip>false</japicmp.skip>
<!-- pax 4.14.0 requires Java 11. -->
- <pax.exam.version>4.14.5</pax.exam.version>
+ <pax.exam.version>4.13.5</pax.exam.version>
<slf4j.version>2.0.16</slf4j.version>
<!-- project.build.outputTimestamp is managed by Maven plugins, see
https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
<project.build.outputTimestamp>2025-07-29T22:23:16Z</project.build.outputTimestamp>