You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2010/05/10 17:58:50 UTC

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

Author: elecharny
Date: Mon May 10 15:58:50 2010
New Revision: 942801

URL: http://svn.apache.org/viewvc?rev=942801&view=rev
Log:
Fixed a typo in a pom I justed modified

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

Modified: directory/installers/trunk/apacheds/pom.xml
URL: http://svn.apache.org/viewvc/directory/installers/trunk/apacheds/pom.xml?rev=942801&r1=942800&r2=942801&view=diff
==============================================================================
--- directory/installers/trunk/apacheds/pom.xml (original)
+++ directory/installers/trunk/apacheds/pom.xml Mon May 10 15:58:50 2010
@@ -53,7 +53,7 @@
     </dependency>
     
     <dependency>
-      <groupId>org.apache.directory.server</groupId>
+      <artifactId>apacheds-server-tools</artifactId>
       <groupId>${project.groupId}</groupId>
       <version>${server.version}</version>
     </dependency>