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/10/31 22:04:52 UTC

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

Author: akarasulu
Date: Mon Oct 31 13:04:50 2005
New Revision: 329900

URL: http://svn.apache.org/viewcvs?rev=329900&view=rev
Log:
freezing for tag on 0.6 internal release

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=329900&r1=329899&r2=329900&view=diff
==============================================================================
--- directory/protocol-providers/kerberos/trunk/project.xml (original)
+++ directory/protocol-providers/kerberos/trunk/project.xml Mon Oct 31 13:04:50 2005
@@ -5,7 +5,7 @@
   <distributionSite>http://cvs.apache.org/dist/directory/</distributionSite>
   <artifactId>kerberos-protocol</artifactId>
   <name>Kerberos Protocol Provider</name>
-  <currentVersion>0.5.1-SNAPSHOT</currentVersion>
+  <currentVersion>0.6</currentVersion>
   <inceptionYear>2004</inceptionYear>
   <package>org.apache.kerberos</package>
   <issueTrackingUrl>http://nagoya.apache.org/jira/browse/DIRKERBEROS</issueTrackingUrl>
@@ -91,12 +91,12 @@
     <dependency>
       <groupId>directory-shared</groupId>
       <artifactId>kerberos-common</artifactId>
-      <version>0.5.1-SNAPSHOT</version>
+      <version>0.6</version>
     </dependency>
     <dependency>
       <groupId>directory-shared</groupId>
       <artifactId>protocol-common</artifactId>
-      <version>0.5.0-SNAPSHOT</version>
+      <version>0.6</version>
     </dependency>
     <dependency>
       <groupId>directory-network</groupId>
@@ -106,13 +106,13 @@
     <dependency>
       <groupId>directory-asn1</groupId>
       <artifactId>asn1-der</artifactId>
-      <version>0.3.3-SNAPSHOT</version>
+      <version>0.3.3</version>
     </dependency>
     <dependency>
       <!-- required to load Configuration and LDIFs -->
       <groupId>directory</groupId>
       <artifactId>apacheds-core</artifactId>
-      <version>0.9.3-SNAPSHOT</version>
+      <version>0.9.3</version>
     </dependency>
     <dependency>
       <groupId>junit</groupId>