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 15:17:53 UTC

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

Author: ceki
Date: Mon May 18 13:17:53 2009
New Revision: 775936

URL: http://svn.apache.org/viewvc?rev=775936&view=rev
Log:
initial content for commons-logging version 0.0.0-EMPTY

Added:
    commons/sandbox/logging_empty/trunk/pom.xml

Added: commons/sandbox/logging_empty/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/sandbox/logging_empty/trunk/pom.xml?rev=775936&view=auto
==============================================================================
--- commons/sandbox/logging_empty/trunk/pom.xml (added)
+++ commons/sandbox/logging_empty/trunk/pom.xml Mon May 18 13:17:53 2009
@@ -0,0 +1,15 @@
+
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>commons-logging</groupId>
+  <artifactId>commons-logging</artifactId>
+  <name>commons-logging</name>
+  <version>0.0.0-EMPTY</version>
+  
+  <description>Version 0.0-EMPTY, is as the name indicates does not
+  offer any content nor provide any java classes.</description>
+ 
+  <!-- Based on original idea by Erik van Oosten
+       http://day-to-day-stuff.blogspot.com/2007/10/announcement-version-99-does-not-exist.html
+  -->
+</project>
\ No newline at end of file