You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ce...@apache.org on 2009/05/18 19:18:15 UTC

svn commit: r776014 - /commons/sandbox/logging_empty/trunk/pom.xml

Author: ceki
Date: Mon May 18 17:18:15 2009
New Revision: 776014

URL: http://svn.apache.org/viewvc?rev=776014&view=rev
Log:
removed reference to parent pom, corrected value of name element

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=776014&r1=776013&r2=776014&view=diff
==============================================================================
--- commons/sandbox/logging_empty/trunk/pom.xml (original)
+++ commons/sandbox/logging_empty/trunk/pom.xml Mon May 18 17:18:15 2009
@@ -18,16 +18,10 @@
 -->
 
 <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>
-  <name>commons-logging</name>
+  <name>Commons Logging</name>
   <version>0.0.0-EMPTY</version>
   <packaging>jar</packaging>