Author: pamarcelot
Date: Sat Mar 20 11:26:22 2010
New Revision: 925579
URL: http://svn.apache.org/viewvc?rev=925579&view=rev
Log:
Fixed wrong groupId.
Modified:
directory/installers/branches/installers-1.5.6/pom.xml
Modified: directory/installers/branches/installers-1.5.6/pom.xml
URL: http://svn.apache.org/viewvc/directory/installers/branches/installers-1.5.6/pom.xml?rev=925579&r1=925578&r2=925579&view=diff
==============================================================================
--- directory/installers/branches/installers-1.5.6/pom.xml (original)
+++ directory/installers/branches/installers-1.5.6/pom.xml Sat Mar 20 11:26:22 2010
@@ -195,7 +195,7 @@
</dependency>
<dependency>
- <groupId>org.apache.directory.server.http</groupId>
+ <groupId>org.apache.directory.server</groupId>
<artifactId>apacheds-http-integration</artifactId>
<version>${server.version}</version>
</dependency>
@@ -506,7 +506,7 @@
</dependency>
<dependency>
- <groupId>org.apache.directory.server.http</groupId>
+ <groupId>org.apache.directory.server</groupId>
<artifactId>apacheds-http-integration</artifactId>
</dependency>
|