You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by er...@apache.org on 2005/03/13 05:45:43 UTC

svn commit: r157314 - in incubator/directory/protocols/kerberos/trunk: core/project.xml project.xml

Author: erodriguez
Date: Sat Mar 12 20:45:42 2005
New Revision: 157314

URL: http://svn.apache.org/viewcvs?view=rev&rev=157314
Log:
Maven infrastructure updates to reflect:
o  Graduation from incubator.
o  Creation of kerberos-store component.


Modified:
    incubator/directory/protocols/kerberos/trunk/core/project.xml
    incubator/directory/protocols/kerberos/trunk/project.xml

Modified: incubator/directory/protocols/kerberos/trunk/core/project.xml
URL: http://svn.apache.org/viewcvs/incubator/directory/protocols/kerberos/trunk/core/project.xml?view=diff&r1=157313&r2=157314
==============================================================================
--- incubator/directory/protocols/kerberos/trunk/core/project.xml (original)
+++ incubator/directory/protocols/kerberos/trunk/core/project.xml Sat Mar 12 20:45:42 2005
@@ -11,7 +11,12 @@
   <description>The POJO core for a Kerberos 5 protocol server.</description>
   <dependencies>
     <dependency>
-      <groupId>incubator-directory</groupId>
+      <groupId>directory</groupId>
+      <artifactId>kerberos-store</artifactId>
+      <version>0.4-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>directory</groupId>
       <artifactId>mina</artifactId>
       <version>0.7-SNAPSHOT</version>
     </dependency>
@@ -24,14 +29,9 @@
       </properties>
     </dependency>
     <dependency>
-      <groupId>incubator-directory</groupId>
+      <groupId>directory</groupId>
       <artifactId>asn1-der</artifactId>
       <version>0.3-SNAPSHOT</version>
-    </dependency>
-    <dependency>
-      <groupId>incubator-directory</groupId>
-      <artifactId>ldap-common</artifactId>
-      <version>0.9-SNAPSHOT</version>
     </dependency>
   </dependencies>
 </project>

Modified: incubator/directory/protocols/kerberos/trunk/project.xml
URL: http://svn.apache.org/viewcvs/incubator/directory/protocols/kerberos/trunk/project.xml?view=diff&r1=157313&r2=157314
==============================================================================
--- incubator/directory/protocols/kerberos/trunk/project.xml (original)
+++ incubator/directory/protocols/kerberos/trunk/project.xml Sat Mar 12 20:45:42 2005
@@ -145,7 +145,6 @@
         <includes>
           <include>LICENSE.txt</include>
           <include>NOTICE.txt</include>
-          <include>INCUBATOR-DISCLAIMER.txt</include>
         </includes>
         <filtering>false</filtering>
       </resource>