Repository: commons-compress
Updated Branches:
  refs/heads/master 14441dbaa -> 0b04d8055


README.md: use latest released version in dependency declaration example


Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/0b04d805
Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/0b04d805
Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/0b04d805

Branch: refs/heads/master
Commit: 0b04d80552df440c23f5aa77dc796812438c08e2
Parents: 14441db
Author: pascalschumacher <pascalschumac...@gmx.net>
Authored: Wed Nov 16 18:45:07 2016 +0100
Committer: pascalschumacher <pascalschumac...@gmx.net>
Committed: Wed Nov 16 18:45:07 2016 +0100

----------------------------------------------------------------------
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-compress/blob/0b04d805/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index f11ae33..a1ef7e4 100644
--- a/README.md
+++ b/README.md
@@ -70,7 +70,7 @@ Alternatively you can pull it from the central Maven 
repositories:
 <dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-compress</artifactId>
-  <version>1.13-SNAPSHOT</version>
+  <version>1.12</version>
 </dependency>
 ```
 

Reply via email to