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 [](https://travis-ci.org/apache/commons-imaging) [](https://coveralls.io/r/apache/commons-imaging) [](https://maven-badges.herokuapp.com/maven-central/org.apache.commons/commons-imaging/) -[](https://javadoc.io/doc/org.apache.commons/commons-imaging/1.0) +[](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> ```