Author: mturk
Date: Mon Jul 4 07:29:33 2011
New Revision: 1142575
URL: http://svn.apache.org/viewvc?rev=1142575&view=rev
Log:
Promote trunk to 1.0.6 removing dev suffixes
Modified:
commons/proper/daemon/trunk/build.xml
commons/proper/daemon/trunk/pom.xml
commons/proper/daemon/trunk/src/native/unix/native/version.h
commons/proper/daemon/trunk/src/site/xdoc/binaries.xml
Modified: commons/proper/daemon/trunk/build.xml
URL:
http://svn.apache.org/viewvc/commons/proper/daemon/trunk/build.xml?rev=1142575&r1=1142574&r2=1142575&view=diff
==============================================================================
--- commons/proper/daemon/trunk/build.xml (original)
+++ commons/proper/daemon/trunk/build.xml Mon Jul 4 07:29:33 2011
@@ -59,7 +59,7 @@
<property name="component.title" value="Java Daemons"/>
<!-- The current version number of this component -->
- <property name="component.version" value="1.0.6-dev"/>
+ <property name="component.version" value="1.0.6"/>
<!-- The base directory for compilation targets -->
<property name="build.home" value="target"/>
Modified: commons/proper/daemon/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/daemon/trunk/pom.xml?rev=1142575&r1=1142574&r2=1142575&view=diff
==============================================================================
--- commons/proper/daemon/trunk/pom.xml (original)
+++ commons/proper/daemon/trunk/pom.xml Mon Jul 4 07:29:33 2011
@@ -27,7 +27,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>commons-daemon</groupId>
<artifactId>commons-daemon</artifactId>
- <version>1.0.6-dev-SNAPSHOT</version>
+ <version>1.0.6</version>
<name>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
-->
@@ -92,7 +92,7 @@
<maven.compile.source>1.3</maven.compile.source>
<maven.compile.target>1.3</maven.compile.target>
<commons.componentid>daemon</commons.componentid>
- <commons.release.version>1.0.6-dev</commons.release.version>
+ <commons.release.version>1.0.6</commons.release.version>
<commons.jira.id>DAEMON</commons.jira.id>
<commons.jira.pid>12310468</commons.jira.pid>
</properties>
Modified: commons/proper/daemon/trunk/src/native/unix/native/version.h
URL:
http://svn.apache.org/viewvc/commons/proper/daemon/trunk/src/native/unix/native/version.h?rev=1142575&r1=1142574&r2=1142575&view=diff
==============================================================================
--- commons/proper/daemon/trunk/src/native/unix/native/version.h (original)
+++ commons/proper/daemon/trunk/src/native/unix/native/version.h Mon Jul 4
07:29:33 2011
@@ -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)
Modified: commons/proper/daemon/trunk/src/site/xdoc/binaries.xml
URL:
http://svn.apache.org/viewvc/commons/proper/daemon/trunk/src/site/xdoc/binaries.xml?rev=1142575&r1=1142574&r2=1142575&view=diff
==============================================================================
--- commons/proper/daemon/trunk/src/site/xdoc/binaries.xml (original)
+++ commons/proper/daemon/trunk/src/site/xdoc/binaries.xml Mon Jul 4 07:29:33
2011
@@ -32,7 +32,7 @@ you will find subdirectories containing
corresponding to your operating system. If your machine is not in the list,
please mail us and we will try to make it available, or you can try to build
it on your own.
The non-Windows files are compressed tar files. They are named
<code>commons-daemon-m.n.p-bin-os-hw.tar.gz</code>.
-For example: In the directory <code>linux</code> we have
<code>commons-daemon-1.0.5-bin-linux-i686.tar.gz</code>
+For example: In the directory <code>linux</code> we have
<code>commons-daemon-1.0.6-bin-linux-i686.tar.gz</code>
That is a file suitable for a Linux system running on Intel hardware.
Windows builds are provided as a zip file.
</p>
@@ -57,7 +57,7 @@ Do the following:
</subsection>
<subsection name="procrun">
<p>
-The Windows archive (e.g. commons-daemon-1.0.5-bin-windows.zip) contains 2
different executables:
+The Windows archive (e.g. commons-daemon-1.0.6-bin-windows.zip) contains 2
different executables:
<ul>
<li>prunsrv.exe - service application for running applications as
services.</li>
<li>prunmgr.exe - the GUI manager application used to monitor and configure
installed services.</li>