Author: sebb
Date: Wed Jun 8 01:06:17 2011
New Revision: 1133227
URL: http://svn.apache.org/viewvc?rev=1133227&view=rev
Log:
Current Commons Parent
Modified:
commons/proper/daemon/trunk/pom.xml
Modified: commons/proper/daemon/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/daemon/trunk/pom.xml?rev=1133227&r1=1133226&r2=1133227&view=diff
==============================================================================
--- commons/proper/daemon/trunk/pom.xml (original)
+++ commons/proper/daemon/trunk/pom.xml Wed Jun 8 01:06:17 2011
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.commons</groupId>
<artifactId>commons-parent</artifactId>
- <version>20</version>
+ <version>21</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>commons-daemon</groupId>
@@ -33,7 +33,7 @@
which is why the NOTICE file has an earlier date than the inceptionYear
-->
<inceptionYear>2002</inceptionYear>
<description>
- Apache Commons Daemon software provides an alternative invocation
mechanism for unix-daemon-like java code.
+ Apache Commons Daemon software provides an alternative invocation
mechanism for unix-daemon-like Java code.
</description>
<url>http://commons.apache.org/daemon/</url>
@@ -130,4 +130,3 @@
</build>
</project>
-