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 2019/06/19 11:34:27 UTC

[commons-daemon] branch master updated: Restore current release version

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


The following commit(s) were added to refs/heads/master by this push:
     new 91fb375  Restore current release version
91fb375 is described below

commit 91fb37582fd012ea5a48b49d64f9dc6bf9c7172e
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Jun 19 12:33:33 2019 +0100

    Restore current release version
---
 README.md | 2 +-
 pom.xml   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 6ddb6fd..b659d2a 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.1.1.svg)](https://javadoc.io/doc/commons-daemon/commons-daemon/1.1.1)
+[![Javadocs](https://javadoc.io/badge/commons-daemon/commons-daemon/1.1.0.svg)](https://javadoc.io/doc/commons-daemon/commons-daemon/1.1.0)
 
 Apache Commons Daemon software provides an alternative invocation mechanism for unix-daemon-like Java code.
 
diff --git a/pom.xml b/pom.xml
index 842e118..fb1a2ee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,7 +110,7 @@
     <maven.compiler.target>1.6</maven.compiler.target>
     <commons.componentid>daemon</commons.componentid>
     <commons.module.name>org.apache.commons.daemon</commons.module.name>
-    <commons.release.version>1.1.1</commons.release.version>
+    <commons.release.version>1.1.0</commons.release.version>
     <commons.jira.id>DAEMON</commons.jira.id>
     <commons.jira.pid>12310468</commons.jira.pid>
   </properties>