Author: mturk Date: Wed Feb 6 17:48:53 2013 New Revision: 1443090 URL: http://svn.apache.org/viewvc?rev=1443090&view=rev Log: Prepare for 1.0.13 tag
Modified: commons/proper/daemon/branches/1.0.x/RELEASE-NOTES.txt commons/proper/daemon/branches/1.0.x/pom.xml Modified: commons/proper/daemon/branches/1.0.x/RELEASE-NOTES.txt URL: http://svn.apache.org/viewvc/commons/proper/daemon/branches/1.0.x/RELEASE-NOTES.txt?rev=1443090&r1=1443089&r2=1443090&view=diff ============================================================================== --- commons/proper/daemon/branches/1.0.x/RELEASE-NOTES.txt (original) +++ commons/proper/daemon/branches/1.0.x/RELEASE-NOTES.txt Wed Feb 6 17:48:53 2013 @@ -84,7 +84,7 @@ NEW FEATURES: BUG FIXES: -1.0.13: DAEMON-276 +1.0.13: DAEMON-275, DAEMON-276 1.0.12: DAEMON-268, DAEMON-272, DAEMON-274 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=1443090&r1=1443089&r2=1443090&view=diff ============================================================================== --- commons/proper/daemon/branches/1.0.x/pom.xml (original) +++ commons/proper/daemon/branches/1.0.x/pom.xml Wed Feb 6 17:48:53 2013 @@ -27,7 +27,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>commons-daemon</groupId> <artifactId>commons-daemon</artifactId> - <version>1.0.13-SNAPSHOT</version> + <version>1.0.13</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.12</commons.release.version> + <commons.release.version>1.0.13</commons.release.version> <commons.jira.id>DAEMON</commons.jira.id> <commons.jira.pid>12310468</commons.jira.pid> </properties>