Update README.md
Project: http://git-wip-us.apache.org/repos/asf/commons-imaging/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-imaging/commit/d1e77282 Tree: http://git-wip-us.apache.org/repos/asf/commons-imaging/tree/d1e77282 Diff: http://git-wip-us.apache.org/repos/asf/commons-imaging/diff/d1e77282 Branch: refs/heads/release Commit: d1e772827f3566daf0881d05117a1549cca1d7f7 Parents: 75ef654 Author: Bruno P. Kinoshita <[email protected]> Authored: Sat Sep 8 21:07:45 2018 +1200 Committer: Bruno P. Kinoshita <[email protected]> Committed: Sat Sep 8 21:07:45 2018 +1200 ---------------------------------------------------------------------- README.md | 39 +++++++-------------------------------- 1 file changed, 7 insertions(+), 32 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-imaging/blob/d1e77282/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 1c3f0db..f614cda 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,10 @@ Apache Commons Imaging =================== -[](https://travis-ci.org/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-alpha) Apache Commons Imaging (previously Sanselan) is a pure-Java image library. @@ -56,46 +59,18 @@ Questions related to the usage of Apache Commons Imaging should be posted to the Where can I get the latest release? ----------------------------------- -There is currently no stable release of Imaging. However you can pull the latest SNAPSHOT from the Apache snapshot repository by adding the snapshot repository to your pom.xml: - -```xml -<repository> - <id>apache.snapshots</id> - <name>Apache Development Snapshot Repository</name> - <url>https://repository.apache.org/content/repositories/snapshots/</url> - <releases> - <enabled>false</enabled> - </releases> - <snapshots> - <enabled>true</enabled> - </snapshots> -</repository> -``` +You can download source and binaries from our [download page](https://commons.apache.org/proper/commons-imaging/download_imaging.cgi). -Then you can use the SNAPSHOT version of Commons Imaging in your pom.xml: +Alternatively you can pull it from the central Maven repositories: ```xml <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-imaging</artifactId> - <version>1.0-SNAPSHOT</version> -</dependency> -``` - -The last stable release of Sanselan, before it was renamed to Imaging, was 0.97. You may: -+ Download source and binaries from our [download page](https://commons.apache.org/proper/commons-imaging/download_sanselan.cgi). -+ Pull it from the central Maven repositories: - -```xml -<dependency> - <groupId>org.apache.commons</groupId> - <artifactId>commons-sanselan</artifactId> - <version>0.97</version> + <version>1.0-alpha</version> </dependency> ``` -Note that Commons Imaging and Commons Sanselan are neither binary nor source compatible. - Contributing ------------
