You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/12/15 13:06:24 UTC

[commons-compress] branch master updated: Fix version in readme

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 09405e68 Fix version in readme
09405e68 is described below

commit 09405e68268f2e7e0c2d4b11f6dc663159535393
Author: Gary Gregory <ga...@users.noreply.github.com>
AuthorDate: Thu Dec 15 08:06:18 2022 -0500

    Fix version in readme
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 3d7d956d..769cc3c2 100644
--- a/README.md
+++ b/README.md
@@ -73,7 +73,7 @@ Alternatively you can pull it from the central Maven repositories:
 <dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-compress</artifactId>
-  <version>1.21</version>
+  <version>1.22</version>
 </dependency>
 ```