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-compress.git
The following commit(s) were added to refs/heads/master by this push: new a2cd05d6a Pick up commons.asm.version from parent POM a2cd05d6a is described below commit a2cd05d6a028d134919e4972b6c97a016c3027a8 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Wed Apr 2 07:41:12 2025 -0400 Pick up commons.asm.version from parent POM --- pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 6ecada045..5b5a360f3 100644 --- a/pom.xml +++ b/pom.xml @@ -72,7 +72,6 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj. <japicmp.skip>false</japicmp.skip> <pax.exam.version>4.13.5</pax.exam.version> <slf4j.version>2.0.16</slf4j.version> - <asm.version>9.7.1</asm.version> <!-- project.build.outputTimestamp is managed by Maven plugins, see https://maven.apache.org/guides/mini/guide-reproducible-builds.html --> <project.build.outputTimestamp>2024-08-20T11:00:46Z</project.build.outputTimestamp> <!-- spdx 0.6.0 can require Java 11 depending on undocumented behavior which kicks in for us here. --> @@ -145,7 +144,7 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj. <dependency> <groupId>org.ow2.asm</groupId> <artifactId>asm</artifactId> - <version>${asm.version}</version> + <version>${commons.asm.version}</version> <optional>true</optional> </dependency>