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 2017/11/15 11:54:11 UTC

svn commit: r1815308 - in /commons/proper/daemon/tags/COMMONS_DAEMON_1_1_0_RC3: ./ pom.xml src/native/unix/native/version.h

Author: markt
Date: Wed Nov 15 11:54:11 2017
New Revision: 1815308

URL: http://svn.apache.org/viewvc?rev=1815308&view=rev
Log:
Tag Daemon 1.1.0 RC3

Added:
    commons/proper/daemon/tags/COMMONS_DAEMON_1_1_0_RC3/
      - copied from r1815307, commons/proper/daemon/trunk/
Modified:
    commons/proper/daemon/tags/COMMONS_DAEMON_1_1_0_RC3/pom.xml
    commons/proper/daemon/tags/COMMONS_DAEMON_1_1_0_RC3/src/native/unix/native/version.h

Modified: commons/proper/daemon/tags/COMMONS_DAEMON_1_1_0_RC3/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/daemon/tags/COMMONS_DAEMON_1_1_0_RC3/pom.xml?rev=1815308&r1=1815307&r2=1815308&view=diff
==============================================================================
--- commons/proper/daemon/tags/COMMONS_DAEMON_1_1_0_RC3/pom.xml (original)
+++ commons/proper/daemon/tags/COMMONS_DAEMON_1_1_0_RC3/pom.xml Wed Nov 15 11:54:11 2017
@@ -27,7 +27,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>commons-daemon</groupId>
   <artifactId>commons-daemon</artifactId>
-  <version>1.1.0-SNAPSHOT</version>
+  <version>1.1.0</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 -->

Modified: commons/proper/daemon/tags/COMMONS_DAEMON_1_1_0_RC3/src/native/unix/native/version.h
URL: http://svn.apache.org/viewvc/commons/proper/daemon/tags/COMMONS_DAEMON_1_1_0_RC3/src/native/unix/native/version.h?rev=1815308&r1=1815307&r2=1815308&view=diff
==============================================================================
--- commons/proper/daemon/tags/COMMONS_DAEMON_1_1_0_RC3/src/native/unix/native/version.h (original)
+++ commons/proper/daemon/tags/COMMONS_DAEMON_1_1_0_RC3/src/native/unix/native/version.h Wed Nov 15 11:54:11 2017
@@ -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)