This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to tag COMMONS_DAEMON_1_2_4_RC1 in repository https://gitbox.apache.org/repos/asf/commons-daemon.git
commit a40af9bda1fadafa279ae948569a9f9fc817a604 Author: Mark Thomas <ma...@apache.org> AuthorDate: Wed Jan 6 13:56:16 2021 +0000 Regenerate README.md in preparation for 1.2.4 release --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 935f148..2ac6f84 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Apache Commons Daemon [](https://travis-ci.org/apache/commons-daemon) [](https://coveralls.io/r/apache/commons-daemon) [](https://maven-badges.herokuapp.com/maven-central/commons-daemon/commons-daemon/) -[](https://javadoc.io/doc/commons-daemon/commons-daemon/1.2.3) +[](https://javadoc.io/doc/commons-daemon/commons-daemon/1.2.4) Apache Commons Daemon software is a set of utilities and Java support classes for running Java applications as server processes. These are @@ -70,7 +70,7 @@ Alternatively you can pull it from the central Maven repositories: <dependency> <groupId>commons-daemon</groupId> <artifactId>commons-daemon</artifactId> - <version>1.2.3</version> + <version>1.2.4</version> </dependency> ```