Author: mturk Date: Thu Nov 22 07:53:12 2012 New Revision: 1412444 URL: http://svn.apache.org/viewvc?rev=1412444&view=rev Log: Update versions to release before tag
Modified: commons/proper/daemon/branches/1.0.x/build.xml commons/proper/daemon/branches/1.0.x/pom.xml commons/proper/daemon/branches/1.0.x/src/native/unix/native/version.h Modified: commons/proper/daemon/branches/1.0.x/build.xml URL: http://svn.apache.org/viewvc/commons/proper/daemon/branches/1.0.x/build.xml?rev=1412444&r1=1412443&r2=1412444&view=diff ============================================================================== --- commons/proper/daemon/branches/1.0.x/build.xml (original) +++ commons/proper/daemon/branches/1.0.x/build.xml Thu Nov 22 07:53:12 2012 @@ -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.11-SNAPSHOT"/> + <property name="component.version" value="1.0.11"/> <!-- The base directory for compilation targets --> <property name="build.home" value="target"/> Modified: commons/proper/daemon/branches/1.0.x/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/daemon/branches/1.0.x/pom.xml?rev=1412444&r1=1412443&r2=1412444&view=diff ============================================================================== --- commons/proper/daemon/branches/1.0.x/pom.xml (original) +++ commons/proper/daemon/branches/1.0.x/pom.xml Thu Nov 22 07:53:12 2012 @@ -27,7 +27,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>commons-daemon</groupId> <artifactId>commons-daemon</artifactId> - <version>1.0.11-SNAPSHOT</version> + <version>1.0.11</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.11-SNAPSHOT</commons.release.version> + <commons.release.version>1.0.11</commons.release.version> <commons.jira.id>DAEMON</commons.jira.id> <commons.jira.pid>12310468</commons.jira.pid> </properties> Modified: commons/proper/daemon/branches/1.0.x/src/native/unix/native/version.h URL: http://svn.apache.org/viewvc/commons/proper/daemon/branches/1.0.x/src/native/unix/native/version.h?rev=1412444&r1=1412443&r2=1412444&view=diff ============================================================================== --- commons/proper/daemon/branches/1.0.x/src/native/unix/native/version.h (original) +++ commons/proper/daemon/branches/1.0.x/src/native/unix/native/version.h Thu Nov 22 07:53:12 2012 @@ -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)