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 2019/09/25 13:02:42 UTC

[commons-daemon] 01/01: Tag Commons Daemon 1.2.2 RC1

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

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

commit cb6754d51a008418ed93e29cde141f046766fee3
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Sep 25 14:02:02 2019 +0100

    Tag Commons Daemon 1.2.2 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 130753a..b33983e 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.2-SNAPSHOT</version>
+  <version>1.2.2</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 64b3576..c12c9b9 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)