You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2021/01/27 16:55:00 UTC

[commons-daemon] branch master updated: Bump version now that 1.2.4 is out.

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

ggregory 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 6e47d3f  Bump version now that 1.2.4 is out.
6e47d3f is described below

commit 6e47d3fca3e5b131d5d180d9b5caba88ff21c877
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Wed Jan 27 11:54:55 2021 -0500

    Bump version now that 1.2.4 is out.
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2c939da..9cf9c62 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-daemon</groupId>
   <artifactId>commons-daemon</artifactId>
-  <version>1.2.4-SNAPSHOT</version>
+  <version>1.2.5-SNAPSHOT</version>
   <name>Apache Commons Daemon</name>
   <!-- Daemon started in Commons in 2002 with an import of code from Tomcat,
        which is why the NOTICE file has an earlier date than the inceptionYear -->
@@ -117,7 +117,7 @@
     <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.bc.version>1.2.4</commons.bc.version>
     <commons.jira.id>DAEMON</commons.jira.id>
     <commons.jira.pid>12310468</commons.jira.pid>
   </properties>