Skip to content

Commit

Permalink
Prepare for release candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Sep 4, 2023
1 parent a3f70f4 commit 6cb49f3
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 20 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,11 @@ Apache Commons Compress
[![GitHub Actions Status](https://github.com/apache/commons-compress/workflows/Java%20CI/badge.svg)](https://github.com/apache/commons-compress/actions)
[![Coverage Status](https://codecov.io/gh/apache/commons-compress/branch/master/graph/badge.svg)](https://app.codecov.io/gh/apache/commons-compress)
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-compress/badge.svg?gav=true)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-compress/?gav=true)
[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-compress/1.23.0.svg)](https://javadoc.io/doc/org.apache.commons/commons-compress/1.23.0)
[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-compress/1.24.0.svg)](https://javadoc.io/doc/org.apache.commons/commons-compress/1.24.0)
[![CodeQL](https://github.com/apache/commons-compress/workflows/CodeQL/badge.svg)](https://github.com/apache/commons-compress/actions/workflows/codeql-analysis.yml?query=workflow%3ACodeQL)
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/apache/commons-text/badge)](https://api.securityscorecards.dev/projects/github.com/apache/commons-text)
[![Fuzzing Status](https://oss-fuzz-build-logs.storage.googleapis.com/badges/apache-commons.svg)](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:apache-commons)
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/apache/commons-compress/badge)](https://api.securityscorecards.dev/projects/github.com/apache/commons-compress)

Apache Commons Compress software defines an API for working with
Apache Commons Compress defines an API for working with
compression and archive formats. These include: bzip2, gzip, pack200,
lzma, xz, Snappy, traditional Unix Compress, DEFLATE, DEFLATE64, LZ4,
Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.
Expand All @@ -67,13 +66,13 @@ Where can I get the latest release?
-----------------------------------
You can download source and binaries from our [download page](https://commons.apache.org/proper/commons-compress/download_compress.cgi).

Alternatively, you can pull it from the central Maven repositories:
Alternatively, you can pull it from the central Maven repositories:

```xml
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.23.0</version>
<version>1.24.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The <action> type attribute can be add,update,fix,remove.
<title>Apache Commons Compress Release Notes</title>
</properties>
<body>
<release version="1.24.0" date="202Y-MM-DD">
<release version="1.24.0" date="2023-09-04">
<!-- ADD -->
<action type="add" dev="kinow" due-to="Gary Gregory">Make ZipArchiveEntry.getLocalHeaderOffset() public.</action>
<!-- FIX -->
Expand Down
26 changes: 13 additions & 13 deletions src/site/xdoc/download_compress.xml
Original file line number Diff line number Diff line change
Expand Up @@ -113,32 +113,32 @@ limitations under the License.
</p>
</subsection>
</section>
<section name="Apache Commons Compress 1.23.0 ">
<section name="Apache Commons Compress 1.24.0 ">
<subsection name="Binaries">
<table>
<tr>
<td><a href="[preferred]/commons/compress/binaries/commons-compress-1.23.0-bin.tar.gz">commons-compress-1.23.0-bin.tar.gz</a></td>
<td><a href="https://downloads.apache.org/commons/compress/binaries/commons-compress-1.23.0-bin.tar.gz.sha512">sha512</a></td>
<td><a href="https://downloads.apache.org/commons/compress/binaries/commons-compress-1.23.0-bin.tar.gz.asc">pgp</a></td>
<td><a href="[preferred]/commons/compress/binaries/commons-compress-1.24.0-bin.tar.gz">commons-compress-1.24.0-bin.tar.gz</a></td>
<td><a href="https://downloads.apache.org/commons/compress/binaries/commons-compress-1.24.0-bin.tar.gz.sha512">sha512</a></td>
<td><a href="https://downloads.apache.org/commons/compress/binaries/commons-compress-1.24.0-bin.tar.gz.asc">pgp</a></td>
</tr>
<tr>
<td><a href="[preferred]/commons/compress/binaries/commons-compress-1.23.0-bin.zip">commons-compress-1.23.0-bin.zip</a></td>
<td><a href="https://downloads.apache.org/commons/compress/binaries/commons-compress-1.23.0-bin.zip.sha512">sha512</a></td>
<td><a href="https://downloads.apache.org/commons/compress/binaries/commons-compress-1.23.0-bin.zip.asc">pgp</a></td>
<td><a href="[preferred]/commons/compress/binaries/commons-compress-1.24.0-bin.zip">commons-compress-1.24.0-bin.zip</a></td>
<td><a href="https://downloads.apache.org/commons/compress/binaries/commons-compress-1.24.0-bin.zip.sha512">sha512</a></td>
<td><a href="https://downloads.apache.org/commons/compress/binaries/commons-compress-1.24.0-bin.zip.asc">pgp</a></td>
</tr>
</table>
</subsection>
<subsection name="Source">
<table>
<tr>
<td><a href="[preferred]/commons/compress/source/commons-compress-1.23.0-src.tar.gz">commons-compress-1.23.0-src.tar.gz</a></td>
<td><a href="https://downloads.apache.org/commons/compress/source/commons-compress-1.23.0-src.tar.gz.sha512">sha512</a></td>
<td><a href="https://downloads.apache.org/commons/compress/source/commons-compress-1.23.0-src.tar.gz.asc">pgp</a></td>
<td><a href="[preferred]/commons/compress/source/commons-compress-1.24.0-src.tar.gz">commons-compress-1.24.0-src.tar.gz</a></td>
<td><a href="https://downloads.apache.org/commons/compress/source/commons-compress-1.24.0-src.tar.gz.sha512">sha512</a></td>
<td><a href="https://downloads.apache.org/commons/compress/source/commons-compress-1.24.0-src.tar.gz.asc">pgp</a></td>
</tr>
<tr>
<td><a href="[preferred]/commons/compress/source/commons-compress-1.23.0-src.zip">commons-compress-1.23.0-src.zip</a></td>
<td><a href="https://downloads.apache.org/commons/compress/source/commons-compress-1.23.0-src.zip.sha512">sha512</a></td>
<td><a href="https://downloads.apache.org/commons/compress/source/commons-compress-1.23.0-src.zip.asc">pgp</a></td>
<td><a href="[preferred]/commons/compress/source/commons-compress-1.24.0-src.zip">commons-compress-1.24.0-src.zip</a></td>
<td><a href="https://downloads.apache.org/commons/compress/source/commons-compress-1.24.0-src.zip.sha512">sha512</a></td>
<td><a href="https://downloads.apache.org/commons/compress/source/commons-compress-1.24.0-src.zip.asc">pgp</a></td>
</tr>
</table>
</subsection>
Expand Down

0 comments on commit 6cb49f3

Please sign in to comment.