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:29:31 UTC

[commons-daemon] branch master updated (a3001bb -> 9ba805e)

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

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


    from a3001bb  Update commons parent to version 46 (later versions currently failing)
     new 64c5c49  Update parent to latest (I found the issue)
     new 9ba805e  Rebuild README with latest commons-parent

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README.md | 10 +++++-----
 pom.xml   |  2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)


[commons-daemon] 01/02: Update parent to latest (I found the issue)

Posted by ma...@apache.org.
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 64c5c49769d0e6cc42bc080f4805ee9de4f03862
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Jun 19 12:28:52 2019 +0100

    Update parent to latest (I found the issue)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5ccbf8f..842e118 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>46</version>
+    <version>48</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-daemon</groupId>


[commons-daemon] 02/02: Rebuild README with latest commons-parent

Posted by ma...@apache.org.
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 9ba805e38742dadb33a82eeed9dea456f65609e8
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Jun 19 12:29:15 2019 +0100

    Rebuild README with latest commons-parent
---
 README.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index c1d7f83..6ddb6fd 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@
  | commons-build-plugin/trunk/src/main/resources/commons-xdoc-templates |
  +======================================================================+
  |                                                                      |
- | 1) Re-generate using: mvn commons:readme-md                          |
+ | 1) Re-generate using: mvn commons-build:readme-md                    |
  |                                                                      |
  | 2) Set the following properties in the component's pom:              |
  |    - commons.componentid (required, alphabetic, lower case)          |
@@ -43,10 +43,10 @@
 Apache Commons Daemon
 ===================
 
-[![Build Status](https://travis-ci.org/apache/commons-daemon.svg?branch=master)](https://travis-ci.org/apache/commons-daemon)
-[![Coverage Status](https://coveralls.io/repos/apache/commons-daemon/badge.svg?branch=master)](https://coveralls.io/r/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/)
-[![License](http://img.shields.io/:license-apache-blue.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
+[![Javadocs](https://javadoc.io/badge/commons-daemon/commons-daemon/1.1.1.svg)](https://javadoc.io/doc/commons-daemon/commons-daemon/1.1.1)
 
 Apache Commons Daemon software provides an alternative invocation mechanism for unix-daemon-like Java code.
 
@@ -54,7 +54,7 @@ Documentation
 -------------
 
 More information can be found on the [Apache Commons Daemon homepage](https://commons.apache.org/proper/commons-daemon).
-The [JavaDoc](https://commons.apache.org/proper/commons-daemon/javadocs/api-release) can be browsed.
+The [Javadoc](https://commons.apache.org/proper/commons-daemon/apidocs) can be browsed.
 Questions related to the usage of Apache Commons Daemon should be posted to the [user mailing list][ml].
 
 Where can I get the latest release?