You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by cz...@apache.org on 2009/01/07 18:08:49 UTC

svn commit: r732399 - /cocoon/trunk/subprojects/cocoon-xml/pom.xml

Author: cziegeler
Date: Wed Jan  7 09:08:49 2009
New Revision: 732399

URL: http://svn.apache.org/viewvc?rev=732399&view=rev
Log:
Fix name of module.

Modified:
    cocoon/trunk/subprojects/cocoon-xml/pom.xml

Modified: cocoon/trunk/subprojects/cocoon-xml/pom.xml
URL: http://svn.apache.org/viewvc/cocoon/trunk/subprojects/cocoon-xml/pom.xml?rev=732399&r1=732398&r2=732399&view=diff
==============================================================================
--- cocoon/trunk/subprojects/cocoon-xml/pom.xml (original)
+++ cocoon/trunk/subprojects/cocoon-xml/pom.xml Wed Jan  7 09:08:49 2009
@@ -27,7 +27,7 @@
     <version>5</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
-  <artifactId>cocoon-xml-util</artifactId>
+  <artifactId>cocoon-xml</artifactId>
   <version>2.0.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <name>Cocoon XML Utilities</name>