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 2022/11/23 19:52:42 UTC

[commons-daemon] tag commons-daemon-1.3.3-RC1 created (now 5ead75b)

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

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


      at 5ead75b  (commit)
This tag includes the following new commits:

     new 5ead75b  Tag 1.3.3-RC1

The 1 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/01: Tag 1.3.3-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.3.3-RC1
in repository https://gitbox.apache.org/repos/asf/commons-daemon.git

commit 5ead75b56ce0e171931de808bf0529666c1c4cbb
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Nov 23 19:52:12 2022 +0000

    Tag 1.3.3-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 1a2b14b..aec4f14 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.3.3-SNAPSHOT</version>
+  <version>1.3.3</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 af4b006..5e55d5a 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)