Author: ceki
Date: Mon May 18 16:47:32 2009
New Revision: 776006
URL: http://svn.apache.org/viewvc?rev=776006&view=rev
Log:
name correction
Modified:
commons/sandbox/logging_empty/trunk/pom.xml
Modified: commons/sandbox/logging_empty/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/logging_empty/trunk/pom.xml?rev=776006&r1=776005&r2=776006&view=diff
==============================================================================
--- commons/sandbox/logging_empty/trunk/pom.xml (original)
+++ commons/sandbox/logging_empty/trunk/pom.xml Mon May 18 16:47:32 2009
@@ -18,6 +18,12 @@
-->
<project>
+ <parent>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-parent</artifactId>
+ <version>11</version>
+ </parent>
+
<modelVersion>4.0.0</modelVersion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
|