Author: brett
Date: Wed Mar 16 16:54:42 2005
New Revision: 157837
URL: http://svn.apache.org/viewcvs?view=rev&rev=157837
Log:
fix group IDs
Modified:
directory/protocol-providers/kerberos/trunk/core/project.xml
directory/protocol-providers/kerberos/trunk/store/project.xml
Modified: directory/protocol-providers/kerberos/trunk/core/project.xml
URL:
http://svn.apache.org/viewcvs/directory/protocol-providers/kerberos/trunk/core/project.xml?view=diff&r1=157836&r2=157837
==============================================================================
--- directory/protocol-providers/kerberos/trunk/core/project.xml (original)
+++ directory/protocol-providers/kerberos/trunk/core/project.xml Wed Mar 16
16:54:42 2005
@@ -29,7 +29,7 @@
</properties>
</dependency>
<dependency>
- <groupId>directory</groupId>
+ <groupId>directory-asn1</groupId>
<artifactId>asn1-der</artifactId>
<version>0.3-SNAPSHOT</version>
</dependency>
Modified: directory/protocol-providers/kerberos/trunk/store/project.xml
URL:
http://svn.apache.org/viewcvs/directory/protocol-providers/kerberos/trunk/store/project.xml?view=diff&r1=157836&r2=157837
==============================================================================
--- directory/protocol-providers/kerberos/trunk/store/project.xml (original)
+++ directory/protocol-providers/kerberos/trunk/store/project.xml Wed Mar 16
16:54:42 2005
@@ -11,7 +11,7 @@
<description>Store interfaces and classes for the Kerberos 5 protocol
server.</description>
<dependencies>
<dependency>
- <groupId>directory</groupId>
+ <groupId>directory-shared</groupId>
<artifactId>ldap-common</artifactId>
<version>0.9-SNAPSHOT</version>
</dependency>