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/07 20:55:37 UTC

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

Author: markt
Date: Tue Nov  7 20:55:37 2017
New Revision: 1814538

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

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

Modified: commons/proper/daemon/tags/COMMONS_DAEMON_1_1_0_RC1/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/daemon/tags/COMMONS_DAEMON_1_1_0_RC1/pom.xml?rev=1814538&r1=1814537&r2=1814538&view=diff
==============================================================================
--- commons/proper/daemon/tags/COMMONS_DAEMON_1_1_0_RC1/pom.xml (original)
+++ commons/proper/daemon/tags/COMMONS_DAEMON_1_1_0_RC1/pom.xml Tue Nov  7 20:55:37 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_RC1/src/native/unix/native/version.h
URL: http://svn.apache.org/viewvc/commons/proper/daemon/tags/COMMONS_DAEMON_1_1_0_RC1/src/native/unix/native/version.h?rev=1814538&r1=1814537&r2=1814538&view=diff
==============================================================================
--- commons/proper/daemon/tags/COMMONS_DAEMON_1_1_0_RC1/src/native/unix/native/version.h (original)
+++ commons/proper/daemon/tags/COMMONS_DAEMON_1_1_0_RC1/src/native/unix/native/version.h Tue Nov  7 20:55:37 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)



Re: svn commit: r1814538 - in /commons/proper/daemon/tags/COMMONS_DAEMON_1_1_0_RC1: ./ pom.xml src/native/unix/native/version.h

Posted by Mark Thomas <ma...@apache.org>.
On 07/11/17 20:55, markt@apache.org wrote:
> Author: markt
> Date: Tue Nov  7 20:55:37 2017
> New Revision: 1814538
> 
> URL: http://svn.apache.org/viewvc?rev=1814538&view=rev
> Log:
> Tag Daemon 1.1.0 RC1

I found a few issues while I was putting pulling all the various parts
together for the release vote so I'll be re-tagging this shortly.

Mark

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org