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/25 14:23:53 UTC

[commons-daemon] branch master updated: Update to latest Commons parent

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 3caa260  Update to latest Commons parent
3caa260 is described below

commit 3caa26036fa8f24e5fc0b0c4191735751fe72f66
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Tue Aug 25 15:23:41 2020 +0100

    Update to latest Commons parent
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d62f6fc..4c3505c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>49</version>
+    <version>52</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-daemon</groupId>