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:48:48 UTC

svn commit: r157317 - incubator/directory/protocols/changepw/trunk/core/project.xml

Author: erodriguez
Date: Sat Mar 12 20:48:48 2005
New Revision: 157317

URL: http://svn.apache.org/viewcvs?view=rev&rev=157317
Log:
Maven infrastructure updates to reflect graduation from incubator.

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

Modified: incubator/directory/protocols/changepw/trunk/core/project.xml
URL: http://svn.apache.org/viewcvs/incubator/directory/protocols/changepw/trunk/core/project.xml?view=diff&r1=157316&r2=157317
==============================================================================
--- incubator/directory/protocols/changepw/trunk/core/project.xml (original)
+++ incubator/directory/protocols/changepw/trunk/core/project.xml Sat Mar 12 20:48:48 2005
@@ -11,19 +11,24 @@
   <description>An RFC 3244 Change Password protocol server.</description>
   <dependencies>
     <dependency>
-      <groupId>incubator-directory</groupId>
-      <artifactId>asn1-der</artifactId>
-      <version>0.3-SNAPSHOT</version>
+      <groupId>directory</groupId>
+      <artifactId>kerberos-core</artifactId>
+      <version>0.4-SNAPSHOT</version>
     </dependency>
     <dependency>
-      <groupId>incubator-directory</groupId>
-      <artifactId>kerberos-core</artifactId>
+      <groupId>directory</groupId>
+      <artifactId>kerberos-store</artifactId>
       <version>0.4-SNAPSHOT</version>
     </dependency>
     <dependency>
-      <groupId>incubator-directory</groupId>
+      <groupId>directory</groupId>
       <artifactId>mina</artifactId>
       <version>0.7-SNAPSHOT</version>
+    </dependency>
+    <dependency>
+      <groupId>directory</groupId>
+      <artifactId>asn1-der</artifactId>
+      <version>0.3-SNAPSHOT</version>
     </dependency>
   </dependencies>
 </project>