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 9f1cfd5  Add RC property
9f1cfd5 is described below

commit 9f1cfd58d8cbce08f8a14590a649ac7b357714e0
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Jan 14 09:12:04 2021 +0000

    Add RC property
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c9ae679..2c939da 100644
--- a/pom.xml
+++ b/pom.xml
@@ -116,9 +116,10 @@
     <commons.componentid>daemon</commons.componentid>
     <commons.module.name>org.apache.commons.daemon</commons.module.name>
     <commons.release.version>1.2.4</commons.release.version>
+    <commons.rc.version>RC2</commons.rc.version>
+    <commons.bc.version>1.2.3</commons.bc.version>
     <commons.jira.id>DAEMON</commons.jira.id>
     <commons.jira.pid>12310468</commons.jira.pid>
-    <commons.bc.version>1.2.3</commons.bc.version>
   </properties>
 
   <build>

Reply via email to