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/05/07 05:37:08 UTC

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

Author: akarasulu
Date: Fri May  6 20:37:08 2005
New Revision: 169032

URL: http://svn.apache.org/viewcvs?rev=169032&view=rev
Log:
freezing for 0.4 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=169032&r1=169031&r2=169032&view=diff
==============================================================================
--- directory/protocol-providers/kerberos/trunk/project.xml (original)
+++ directory/protocol-providers/kerberos/trunk/project.xml Fri May  6 20:37:08 2005
@@ -5,7 +5,7 @@
   <distributionSite>http://cvs.apache.org/dist/directory/</distributionSite>
   <artifactId>kerberos-protocol</artifactId>
   <name>Kerberos Protocol Provider</name>
-  <currentVersion>0.4-SNAPSHOT</currentVersion>
+  <currentVersion>0.4</currentVersion>
   <inceptionYear>2004</inceptionYear>
   <package>org.apache.kerberos</package>
   <issueTrackingUrl>http://nagoya.apache.org/jira/browse/DIRKERBEROS</issueTrackingUrl>
@@ -79,12 +79,12 @@
     <dependency>
       <groupId>directory-shared</groupId>
       <artifactId>kerberos-common</artifactId>
-      <version>0.4-SNAPSHOT</version>
+      <version>0.4</version>
     </dependency>
     <dependency>
       <groupId>directory-network</groupId>
       <artifactId>mina</artifactId>
-      <version>0.7-SNAPSHOT</version>
+      <version>0.7</version>
     </dependency>
     <dependency>
       <groupId>junit</groupId>