Author: niallp Date: Wed Feb 17 13:19:24 2010 New Revision: 910962 URL: http://svn.apache.org/viewvc?rev=910962&view=rev Log: Correct inceptionYear 2003 -> 2002 see http://markmail.org/message/7vbdnawm7ccosyny http://markmail.org/message/yh7c3oyqyh5krfo5 http://markmail.org/message/uyeg6zxwrx4dftvz
Modified: commons/proper/daemon/trunk/pom.xml commons/proper/daemon/trunk/project.xml Modified: commons/proper/daemon/trunk/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/daemon/trunk/pom.xml?rev=910962&r1=910961&r2=910962&view=diff ============================================================================== --- commons/proper/daemon/trunk/pom.xml (original) +++ commons/proper/daemon/trunk/pom.xml Wed Feb 17 13:19:24 2010 @@ -29,7 +29,7 @@ <artifactId>commons-daemon</artifactId> <version>1.0.2-SNAPSHOT</version> <name>Commons Daemon</name> - <inceptionYear>2003</inceptionYear> + <inceptionYear>2002</inceptionYear> <description> Alternative invocation mechanism for unix-daemon-like java code. </description> Modified: commons/proper/daemon/trunk/project.xml URL: http://svn.apache.org/viewvc/commons/proper/daemon/trunk/project.xml?rev=910962&r1=910961&r2=910962&view=diff ============================================================================== --- commons/proper/daemon/trunk/project.xml (original) +++ commons/proper/daemon/trunk/project.xml Wed Feb 17 13:19:24 2010 @@ -21,7 +21,7 @@ <groupId>commons-daemon</groupId> <artifactId>commons-daemon</artifactId> <currentVersion>1.0.2-SNAPSHOT</currentVersion> - <inceptionYear>2003</inceptionYear> + <inceptionYear>2002</inceptionYear> <name>Daemon</name> <shortDescription>Commons Daemon</shortDescription> <description>Commons Daemon</description>