You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ki...@apache.org on 2019/05/27 11:48:03 UTC

[commons-imaging] branch master updated: Fix version in the README file

This is an automated email from the ASF dual-hosted git repository.

kinow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-imaging.git


The following commit(s) were added to refs/heads/master by this push:
     new d8780ff  Fix version in the README file
d8780ff is described below

commit d8780ffde132d9e3e7745b781c2f7a1fca8a7654
Author: Bruno P. Kinoshita <ki...@apache.org>
AuthorDate: Mon May 27 23:47:52 2019 +1200

    Fix version in the README file
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 4dd3397..6ca1fde 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ Apache Commons Imaging
 [![Build Status](https://travis-ci.org/apache/commons-imaging.svg)](https://travis-ci.org/apache/commons-imaging)
 [![Coverage Status](https://coveralls.io/repos/apache/commons-imaging/badge.svg)](https://coveralls.io/r/apache/commons-imaging)
 [![Maven Central](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-imaging/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-imaging/)
-[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-imaging/1.0.svg)](https://javadoc.io/doc/org.apache.commons/commons-imaging/1.0)
+[![Javadocs](https://javadoc.io/badge/org.apache.commons/commons-imaging/1.0-alpha1.svg)](https://javadoc.io/doc/org.apache.commons/commons-imaging/1.0-alpha1)
 
 Apache Commons Imaging (previously Sanselan) is a pure-Java image library.
 
@@ -67,7 +67,7 @@ Alternatively you can pull it from the central Maven repositories:
 <dependency>
   <groupId>org.apache.commons</groupId>
   <artifactId>commons-imaging</artifactId>
-  <version>1.0</version>
+  <version>1.0-alpha1</version>
 </dependency>
 ```