You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2009/08/29 01:30:32 UTC

svn commit: r809062 - /directory/shared/branches/shared-schema/dsml-parser/pom.xml

Author: akarasulu
Date: Fri Aug 28 23:30:31 2009
New Revision: 809062

URL: http://svn.apache.org/viewvc?rev=809062&view=rev
Log:
use correct module naming conventions

Modified:
    directory/shared/branches/shared-schema/dsml-parser/pom.xml

Modified: directory/shared/branches/shared-schema/dsml-parser/pom.xml
URL: http://svn.apache.org/viewvc/directory/shared/branches/shared-schema/dsml-parser/pom.xml?rev=809062&r1=809061&r2=809062&view=diff
==============================================================================
--- directory/shared/branches/shared-schema/dsml-parser/pom.xml (original)
+++ directory/shared/branches/shared-schema/dsml-parser/pom.xml Fri Aug 28 23:30:31 2009
@@ -28,7 +28,7 @@
   </parent>
 
   <artifactId>shared-dsml-parser</artifactId>
-  <name>Apache Directory DSML Parser</name>
+  <name>Apache Directory Shared DSML Parser</name>
   <packaging>jar</packaging>
 
   <description />
@@ -62,4 +62,4 @@
     </dependency>
   </dependencies>
 
-</project>
\ No newline at end of file
+</project>