You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by ak...@apache.org on 2005/02/14 04:36:42 UTC

svn commit: r153705 - in incubator/directory/ldap/trunk: clients/project.xml project.xml

Author: akarasulu
Date: Sun Feb 13 19:36:41 2005
New Revision: 153705

URL: http://svn.apache.org/viewcvs?view=rev&rev=153705
Log:
weird things may be happening because of this group id mix up - or I have lost my mind

Modified:
    incubator/directory/ldap/trunk/clients/project.xml
    incubator/directory/ldap/trunk/project.xml

Modified: incubator/directory/ldap/trunk/clients/project.xml
URL: http://svn.apache.org/viewcvs/incubator/directory/ldap/trunk/clients/project.xml?view=diff&r1=153704&r2=153705
==============================================================================
--- incubator/directory/ldap/trunk/clients/project.xml (original)
+++ incubator/directory/ldap/trunk/clients/project.xml Sun Feb 13 19:36:41 2005
@@ -6,7 +6,7 @@
   <name>ldap-clients</name>
 
   <inceptionYear>2003</inceptionYear>
-  <package>org.apache.directory.clients</package>
+  <package>org.apache.ldap.clients</package>
   
   <description> 
     An LDAP Client libarary used for testing and building LDAP JNDI 

Modified: incubator/directory/ldap/trunk/project.xml
URL: http://svn.apache.org/viewcvs/incubator/directory/ldap/trunk/project.xml?view=diff&r1=153704&r2=153705
==============================================================================
--- incubator/directory/ldap/trunk/project.xml (original)
+++ incubator/directory/ldap/trunk/project.xml Sun Feb 13 19:36:41 2005
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <project>
   <pomVersion>3</pomVersion>
-  <groupId>directory</groupId>
+  <groupId>incubator-directory</groupId>
   <artifactId>directory-ldap-parent</artifactId>
   <name>The Apache Directory Project</name>
   <currentVersion>0.9-SNAPSHOT</currentVersion>