This is an automated email from the ASF dual-hosted git repository. kinow pushed a commit to branch release in repository https://gitbox.apache.org/repos/asf/commons-imaging.git
commit 00a14a1fd982dad6f44e30847ec43f7cb77470f1 Author: Bruno P. Kinoshita <[email protected]> AuthorDate: Wed May 11 17:03:26 2022 +1200 Update other autogenerated files for 1.0-alpha3 release --- README.md | 7 +++---- src/site/xdoc/mail-lists.xml | 20 +++++++++++++++----- 2 files changed, 18 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index e203f474..02fd884a 100644 --- a/README.md +++ b/README.md @@ -43,11 +43,10 @@ Apache Commons Imaging =================== -[](https://travis-ci.org/apache/commons-imaging) +[](https://github.com/apache/commons-imaging/actions) [](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-alpha2) -[](https://bugs.chromium.org/p/oss-fuzz/issues/list?sort=-opened&can=1&q=proj:apache-commons) +[](https://javadoc.io/doc/org.apache.commons/commons-imaging/1.0-alpha3) Apache Commons Imaging (previously Sanselan) is a pure-Java image library. @@ -68,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-alpha2</version> + <version>1.0-alpha3</version> </dependency> ``` diff --git a/src/site/xdoc/mail-lists.xml b/src/site/xdoc/mail-lists.xml index b9db8b14..cd54cee1 100644 --- a/src/site/xdoc/mail-lists.xml +++ b/src/site/xdoc/mail-lists.xml @@ -105,7 +105,9 @@ limitations under the License. <td><a href="mailto:[email protected]">Subscribe</a></td> <td><a href="mailto:[email protected]">Unsubscribe</a></td> <td><a href="mailto:[email protected]?subject=[imaging]">Post</a></td> - <td><a href="https://mail-archives.apache.org/mod_mbox/commons-user/">mail-archives.apache.org</a></td> + <td><a href="https://mail-archives.apache.org/mod_mbox/commons-user/">mail-archives.apache.org</a><br /> + <a href="https://lists.apache.org/[email protected]">lists.apache.org</a> + </td> <td><a href="https://markmail.org/list/org.apache.commons.users/">markmail.org</a><br /> <a href="https://www.mail-archive.com/[email protected]/">www.mail-archive.com</a><br /> <a href="https://news.gmane.org/gmane.comp.jakarta.commons.devel">news.gmane.org</a> @@ -123,7 +125,9 @@ limitations under the License. <td><a href="mailto:[email protected]">Subscribe</a></td> <td><a href="mailto:[email protected]">Unsubscribe</a></td> <td><a href="mailto:[email protected]?subject=[imaging]">Post</a></td> - <td><a href="https://mail-archives.apache.org/mod_mbox/commons-dev/">mail-archives.apache.org</a></td> + <td><a href="https://mail-archives.apache.org/mod_mbox/commons-dev/">mail-archives.apache.org</a><br /> + <a href="https://lists.apache.org/[email protected]">lists.apache.org</a> + </td> <td><a href="https://markmail.org/list/org.apache.commons.dev/">markmail.org</a><br /> <a href="https://www.mail-archive.com/[email protected]/">www.mail-archive.com</a><br /> <a href="https://news.gmane.org/gmane.comp.jakarta.commons.devel">news.gmane.org</a> @@ -141,7 +145,9 @@ limitations under the License. <td><a href="mailto:[email protected]">Subscribe</a></td> <td><a href="mailto:[email protected]">Unsubscribe</a></td> <td><i>read only</i></td> - <td><a href="https://mail-archives.apache.org/mod_mbox/commons-issues/">mail-archives.apache.org</a></td> + <td><a href="https://mail-archives.apache.org/mod_mbox/commons-issues/">mail-archives.apache.org</a><br /> + <a href="https://lists.apache.org/[email protected]">lists.apache.org</a> + </td> <td><a href="https://markmail.org/list/org.apache.commons.issues/">markmail.org</a><br /> <a href="https://www.mail-archive.com/[email protected]/">www.mail-archive.com</a> </td> @@ -158,7 +164,9 @@ limitations under the License. <td><a href="mailto:[email protected]">Subscribe</a></td> <td><a href="mailto:[email protected]">Unsubscribe</a></td> <td><i>read only</i></td> - <td><a href="https://mail-archives.apache.org/mod_mbox/commons-commits/">mail-archives.apache.org</a></td> + <td><a href="https://mail-archives.apache.org/mod_mbox/commons-commits/">mail-archives.apache.org</a><br /> + <a href="https://lists.apache.org/[email protected]">lists.apache.org</a> + </td> <td><a href="https://markmail.org/list/org.apache.commons.commits/">markmail.org</a><br /> <a href="https://www.mail-archive.com/[email protected]/">www.mail-archive.com</a> </td> @@ -191,7 +199,9 @@ limitations under the License. <td><a class="externalLink" href="mailto:[email protected]">Subscribe</a></td> <td><a class="externalLink" href="mailto:[email protected]">Unsubscribe</a></td> <td><i>read only</i></td> - <td><a class="externalLink" href="https://mail-archives.apache.org/mod_mbox/www-announce/">mail-archives.apache.org</a></td> + <td><a class="externalLink" href="https://mail-archives.apache.org/mod_mbox/www-announce/">mail-archives.apache.org</a><br /> + <a class="externalLink" href="https://lists.apache.org/[email protected]">lists.apache.org</a> + </td> <td><a class="externalLink" href="https://markmail.org/list/org.apache.announce/">markmail.org</a><br /> <a class="externalLink" href="https://old.nabble.com/Apache-News-and-Announce-f109.html">old.nabble.com</a><br /> <a class="externalLink" href="https://www.mail-archive.com/[email protected]/">www.mail-archive.com</a><br />
