You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ka...@apache.org on 2010/07/23 13:22:09 UTC

svn commit: r967048 - /directory/installers/trunk/apacheds-noarch/pom.xml

Author: kayyagari
Date: Fri Jul 23 11:22:09 2010
New Revision: 967048

URL: http://svn.apache.org/viewvc?rev=967048&view=rev
Log:
o fixed the config module name

Modified:
    directory/installers/trunk/apacheds-noarch/pom.xml

Modified: directory/installers/trunk/apacheds-noarch/pom.xml
URL: http://svn.apache.org/viewvc/directory/installers/trunk/apacheds-noarch/pom.xml?rev=967048&r1=967047&r2=967048&view=diff
==============================================================================
--- directory/installers/trunk/apacheds-noarch/pom.xml (original)
+++ directory/installers/trunk/apacheds-noarch/pom.xml Fri Jul 23 11:22:09 2010
@@ -86,7 +86,7 @@
     </dependency>
 
     <dependency>
-      <artifactId>apacheds-config</artifactId>
+      <artifactId>server-config</artifactId>
       <groupId>org.apache.directory.server</groupId>
       <version>${project.version}</version>
     </dependency>