You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2010/05/14 06:25:54 UTC

svn commit: r944106 - /gump/metadata/project/directory-shared.xml

Author: bodewig
Date: Fri May 14 04:25:54 2010
New Revision: 944106

URL: http://svn.apache.org/viewvc?rev=944106&view=rev
Log:
fix artifact id

Modified:
    gump/metadata/project/directory-shared.xml

Modified: gump/metadata/project/directory-shared.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/directory-shared.xml?rev=944106&r1=944105&r2=944106&view=diff
==============================================================================
--- gump/metadata/project/directory-shared.xml (original)
+++ gump/metadata/project/directory-shared.xml Fri May 14 04:25:54 2010
@@ -38,7 +38,7 @@
     <depend project="shared-dsml-parser"/>
     <depend project="shared-ldap"/>
     <depend project="shared-ldap-constants"/>
-    <depend project="shared-ldap-convert"/>
+    <depend project="shared-ldap-converter"/>
     <depend project="shared-ldap-jndi"/>
     <depend project="shared-ldap-schema"/>
     <depend project="shared-ldap-schema-dao"/>
@@ -146,7 +146,7 @@
 
   </project>
 
-  <project name="shared-ldap-convert">
+  <project name="shared-ldap-converter">
     <mvn goal="install" basedir="ldap-convert"/>
 
     <depend project="shared-parent"/>