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 19:39:52 UTC

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

Author: elecharny
Date: Mon May 10 17:39:52 2010
New Revision: 942828

URL: http://svn.apache.org/viewvc?rev=942828&view=rev
Log:
Restored the correct groupId

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=942828&r1=942827&r2=942828&view=diff
==============================================================================
--- directory/installers/trunk/apacheds-noarch/pom.xml (original)
+++ directory/installers/trunk/apacheds-noarch/pom.xml Mon May 10 17:39:52 2010
@@ -102,19 +102,19 @@
   <dependencies>
     <dependency>
       <artifactId>apacheds-core-annotations</artifactId>
-      <groupId>${project.groupId}</groupId>
+      <groupId>org.apache.directory.server</groupId>
       <version>${project.version}</version>
     </dependency>
 
     <dependency>
       <artifactId>apacheds-core-api</artifactId>
-      <groupId>${project.groupId}</groupId>
+      <groupId>org.apache.directory.server</groupId>
       <version>${project.version}</version>
     </dependency>
 
     <dependency>
       <artifactId>apacheds-default-config</artifactId>
-      <groupId>${project.groupId}</groupId>
+      <groupId>org.apache.directory.server</groupId>
       <version>${project.version}</version>
     </dependency>
   </dependencies>