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 2021/01/06 15:50:44 UTC

[commons-daemon] tag COMMONS_DAEMON_1_2_4_RC1 created (now 7c3bb60)

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

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


      at 7c3bb60  (commit)
This tag includes the following new commits:

     new a40af9b  Regenerate README.md in preparation for 1.2.4 release
     new 7c3bb60  Tag Apache Commons Daemon 1.2.4-RC1

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.



[commons-daemon] 01/02: Regenerate README.md in preparation for 1.2.4 release

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to tag COMMONS_DAEMON_1_2_4_RC1
in repository https://gitbox.apache.org/repos/asf/commons-daemon.git

commit a40af9bda1fadafa279ae948569a9f9fc817a604
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Jan 6 13:56:16 2021 +0000

    Regenerate README.md in preparation for 1.2.4 release
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 935f148..2ac6f84 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ 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/)
-[![Javadocs](https://javadoc.io/badge/commons-daemon/commons-daemon/1.2.3.svg)](https://javadoc.io/doc/commons-daemon/commons-daemon/1.2.3)
+[![Javadocs](https://javadoc.io/badge/commons-daemon/commons-daemon/1.2.4.svg)](https://javadoc.io/doc/commons-daemon/commons-daemon/1.2.4)
 
 Apache Commons Daemon software is a set of utilities and Java support
     classes for running Java applications as server processes. These are
@@ -70,7 +70,7 @@ Alternatively you can pull it from the central Maven repositories:
 <dependency>
   <groupId>commons-daemon</groupId>
   <artifactId>commons-daemon</artifactId>
-  <version>1.2.3</version>
+  <version>1.2.4</version>
 </dependency>
 ```
 


[commons-daemon] 02/02: Tag Apache Commons Daemon 1.2.4-RC1

Posted by ma...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to tag COMMONS_DAEMON_1_2_4_RC1
in repository https://gitbox.apache.org/repos/asf/commons-daemon.git

commit 7c3bb602cd8d2f92813bd91bf4f7764d70038cd9
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Jan 6 15:49:35 2021 +0000

    Tag Apache Commons Daemon 1.2.4-RC1
---
 pom.xml                          | 2 +-
 src/native/unix/native/version.h | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8c95279..73bfbe4 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.4</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 -->
diff --git a/src/native/unix/native/version.h b/src/native/unix/native/version.h
index a743aaa..7733f17 100644
--- a/src/native/unix/native/version.h
+++ b/src/native/unix/native/version.h
@@ -37,7 +37,7 @@
  *  This symbol is defined for internal, "development" copies of JSVC.
  *  This symbol will be #undef'd for releases.
  */
-#define JSVC_IS_DEV_VERSION     1
+#define JSVC_IS_DEV_VERSION     0
 
 /** Properly quote a value as a string in the C preprocessor */
 #define JSVC_STRINGIFY(n) JSVC_STRINGIFY_HELPER(n)