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 18:49:27 UTC

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

Author: elecharny
Date: Mon May 10 16:49:27 2010
New Revision: 942819

URL: http://svn.apache.org/viewvc?rev=942819&view=rev
Log:
Fixed a pb in the pom (referenced the wrong dependence)

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=942819&r1=942818&r2=942819&view=diff
==============================================================================
--- directory/installers/trunk/apacheds/pom.xml (original)
+++ directory/installers/trunk/apacheds/pom.xml Mon May 10 16:49:27 2010
@@ -54,7 +54,7 @@
     
     <dependency>
       <artifactId>apacheds-server-tools</artifactId>
-      <groupId>${project.groupId}</groupId>
+      <groupId>org.apache.directory.server</groupId>
       <version>${server.version}</version>
     </dependency>
   </dependencies>