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 2006/05/05 06:48:11 UTC

svn commit: r399959 - /directory/branches/apacheds/1.0-trunks/pom.xml

Author: akarasulu
Date: Thu May  4 21:48:11 2006
New Revision: 399959

URL: http://svn.apache.org/viewcvs?rev=399959&view=rev
Log:
Added account disable, lock out, and expiration time to PrincipalStoreEntry and
related classes to be able to trigger error code 18 messages from the KDC.

Modified:
    directory/branches/apacheds/1.0-trunks/pom.xml

Modified: directory/branches/apacheds/1.0-trunks/pom.xml
URL: http://svn.apache.org/viewcvs/directory/branches/apacheds/1.0-trunks/pom.xml?rev=399959&r1=399958&r2=399959&view=diff
==============================================================================
--- directory/branches/apacheds/1.0-trunks/pom.xml (original)
+++ directory/branches/apacheds/1.0-trunks/pom.xml Thu May  4 21:48:11 2006
@@ -2,7 +2,7 @@
 <project>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.directory</groupId>
-  <version>1.0.4</version>
+  <version>1.0.5-SNAPSHOT</version>
   <artifactId>build</artifactId>
   <name>Apache Directory Build</name>
   <inceptionYear>2004</inceptionYear>



Re: svn commit: r399959 - /directory/branches/apacheds/1.0-trunks/pom.xml

Posted by Alex Karasulu <ao...@bellsouth.net>.
akarasulu@apache.org wrote:
> Author: akarasulu
> Date: Thu May  4 21:48:11 2006
> New Revision: 399959
>
> URL: http://svn.apache.org/viewcvs?rev=399959&view=rev
> Log:
> Added account disable, lock out, and expiration time to PrincipalStoreEntry and
> related classes to be able to trigger error code 18 messages from the KDC.
>
> Modified:
>     directory/branches/apacheds/1.0-trunks/pom.xml
>
> Modified: directory/branches/apacheds/1.0-trunks/pom.xml
> URL: http://svn.apache.org/viewcvs/directory/branches/apacheds/1.0-trunks/pom.xml?rev=399959&r1=399958&r2=399959&view=diff
> ==============================================================================
> --- directory/branches/apacheds/1.0-trunks/pom.xml (original)
> +++ directory/branches/apacheds/1.0-trunks/pom.xml Thu May  4 21:48:11 2006
> @@ -2,7 +2,7 @@
>  <project>
>    <modelVersion>4.0.0</modelVersion>
>    <groupId>org.apache.directory</groupId>
> -  <version>1.0.4</version>
> +  <version>1.0.5-SNAPSHOT</version>
>    <artifactId>build</artifactId>
>    <name>Apache Directory Build</name>
>    <inceptionYear>2004</inceptionYear>
>
>
>   

Yikes sorry about the wrong commit message here.

Alex