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 7e38d2e4877d899967ae31c95aaf0d44256f5d3f Author: Mark Thomas <[email protected]> AuthorDate: Wed Sep 25 13:50:56 2019 +0100 Update to Commons Parent 49 --- pom.xml | 2 +- src/changes/changes.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 003391a..130753a 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> - <version>48</version> + <version>49</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>commons-daemon</groupId> diff --git a/src/changes/changes.xml b/src/changes/changes.xml index d93c816..9b69c8e 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -44,6 +44,9 @@ the service from starting unless support for the universal C runtime had been installed. </action> + <action type="update" dev="markt"> + Update Commons-Parent to version 49. + </action> </release> <release version="1.2.1" date="2019-09-09" description="Bug fix release"> <action issue="DAEMON-403" type="fix" dev="markt" due-to="Charles">
