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/11/03 03:46:07 UTC

svn commit: r330422 - /directory/protocol-providers/kerberos/trunk/project.xml

Author: akarasulu
Date: Wed Nov  2 18:46:04 2005
New Revision: 330422

URL: http://svn.apache.org/viewcvs?rev=330422&view=rev
Log:
bumping dep versions due to changes

Modified:
    directory/protocol-providers/kerberos/trunk/project.xml

Modified: directory/protocol-providers/kerberos/trunk/project.xml
URL: http://svn.apache.org/viewcvs/directory/protocol-providers/kerberos/trunk/project.xml?rev=330422&r1=330421&r2=330422&view=diff
==============================================================================
--- directory/protocol-providers/kerberos/trunk/project.xml (original)
+++ directory/protocol-providers/kerberos/trunk/project.xml Wed Nov  2 18:46:04 2005
@@ -91,12 +91,12 @@
     <dependency>
       <groupId>directory-shared</groupId>
       <artifactId>kerberos-common</artifactId>
-      <version>0.6</version>
+      <version>0.7-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>directory-shared</groupId>
       <artifactId>protocol-common</artifactId>
-      <version>0.6</version>
+      <version>0.7-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>directory-network</groupId>
@@ -106,13 +106,13 @@
     <dependency>
       <groupId>directory-asn1</groupId>
       <artifactId>asn1-der</artifactId>
-      <version>0.3.3</version>
+      <version>0.3.4-SNAPSHOT</version>
     </dependency>
     <dependency>
       <!-- required to load Configuration and LDIFs -->
       <groupId>directory</groupId>
       <artifactId>apacheds-core</artifactId>
-      <version>0.9.3</version>
+      <version>0.9.4-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>junit</groupId>