You are viewing a plain text version of this content. The canonical link for it is here.
Posted to doxia-commits@maven.apache.org by lt...@apache.org on 2008/02/17 07:22:55 UTC

svn commit: r628433 - /maven/doxia/doxia/trunk/doxia-logging-api/pom.xml

Author: ltheussl
Date: Sat Feb 16 22:22:51 2008
New Revision: 628433

URL: http://svn.apache.org/viewvc?rev=628433&view=rev
Log:
[DOXIA-220] Fix project name
Submitted by: Benjamin Bentmann

Modified:
    maven/doxia/doxia/trunk/doxia-logging-api/pom.xml

Modified: maven/doxia/doxia/trunk/doxia-logging-api/pom.xml
URL: http://svn.apache.org/viewvc/maven/doxia/doxia/trunk/doxia-logging-api/pom.xml?rev=628433&r1=628432&r2=628433&view=diff
==============================================================================
--- maven/doxia/doxia/trunk/doxia-logging-api/pom.xml (original)
+++ maven/doxia/doxia/trunk/doxia-logging-api/pom.xml Sat Feb 16 22:22:51 2008
@@ -29,7 +29,7 @@
   </parent>
 
   <artifactId>doxia-logging-api</artifactId>
-  <name>Doxia :: Sink API</name>
+  <name>Doxia :: Logging API</name>
   <description>Doxia Logging API.</description>
 
   <dependencies>