You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ma...@apache.org on 2020/08/27 10:05:31 UTC

[commons-daemon] 04/04: Regenerate readme

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

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

commit b5bff2c4099f8e43479e93527e7ea45579daf4de
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Aug 27 11:05:05 2020 +0100

    Regenerate readme
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 3693fba..935f148 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ Apache Commons Daemon
 [![Build Status](https://travis-ci.org/apache/commons-daemon.svg)](https://travis-ci.org/apache/commons-daemon)
 [![Coverage Status](https://coveralls.io/repos/apache/commons-daemon/badge.svg)](https://coveralls.io/r/apache/commons-daemon)
 [![Maven Central](https://maven-badges.herokuapp.com/maven-central/commons-daemon/commons-daemon/badge.svg)](https://maven-badges.herokuapp.com/maven-central/commons-daemon/commons-daemon/)
-[![Javadocs](https://javadoc.io/badge/commons-daemon/commons-daemon/1.2.2.svg)](https://javadoc.io/doc/commons-daemon/commons-daemon/1.2.2)
+[![Javadocs](https://javadoc.io/badge/commons-daemon/commons-daemon/1.2.3.svg)](https://javadoc.io/doc/commons-daemon/commons-daemon/1.2.3)
 
 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.2</version>
+  <version>1.2.3</version>
 </dependency>
 ```