This is an automated email from the ASF dual-hosted git repository. sebb 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 cac892408 Bump CP to 81; tidy coveralls cac892408 is described below commit cac892408d7da8533571aa3446ad709890d40972 Author: Sebb <s...@apache.org> AuthorDate: Mon Feb 24 23:05:33 2025 +0000 Bump CP to 81; tidy coveralls --- pom.xml | 4 +--- src/changes/changes.xml | 2 ++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 7fee7ad0b..6cffa84b9 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>79</version> + <version>81</version> </parent> <artifactId>commons-compress</artifactId> <version>1.28.0-SNAPSHOT</version> @@ -505,8 +505,6 @@ Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj. <properties> <maven.compiler.release>8</maven.compiler.release> <animal.sniffer.skip>true</animal.sniffer.skip> - <!-- coverall version 4.3.0 does not work with java 9, see https://github.com/trautonen/coveralls-maven-plugin/issues/112 --> - <coveralls.skip>true</coveralls.skip> </properties> </profile> <profile> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index d91812050..7a794dc7f 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -68,6 +68,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="fix" dev="ggregory" due-to="Gary Gregory">Refactor LZ77Compressor block classes to reduce duplication.</action> <action type="fix" dev="ggregory" due-to="Gary Gregory">Package-private and private classes can be final.</action> <action type="fix" dev="ggregory" due-to="Gary Gregory">Deprecate ArjArchiveEntry.HostOs.HostOs().</action> + <action type="fix" dev="sebb">Drop coveralls reference (no longer needed)</action> <!-- ADD --> <action type="add" dev="ggregory" due-to="Gary Gregory">Add GzipParameters.getModificationInstant().</action> <action type="add" dev="ggregory" due-to="Gary Gregory">Add GzipParameters.setModificationInstant(Instant).</action> @@ -89,6 +90,7 @@ The <action> type attribute can be add,update,fix,remove. <action type="add" issue="COMPRESS-692" dev="ggregory" due-to="Mehmet Karaman, Andrey Loskutov, Gary Gregory">Add support for zstd compression in zip archives.</action> <action type="add" dev="ggregory" due-to="Gary Gregory">Add support for XZ compression in ZIP archives.</action> <!-- UPDATE --> + <action type="update" dev="sebb">Bump Commons Parent from 79 to 81</action> <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump org.apache.commons:commons-parent from 72 to 79 #563, #567, #574, #582, #587, #595.</action> <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump com.github.luben:zstd-jni from 1.5.6-4 to 1.5.7-1 #565, #578, #601, #616, #630, #640, #642.</action> <action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump org.apache.commons:commons-lang3 from 3.16.0 to 3.17.0 #568.</action>