mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-12 21:33:30 +00:00
Prepare for 0.8.2 (assuming 0.8.2 is the next version, but subject to change).
This commit is contained in:
parent
6ced7716f8
commit
01aaadbe0d
@ -14,7 +14,7 @@
|
||||
<dependency>
|
||||
<groupId>acegisecurity</groupId>
|
||||
<artifactId>acegi-security</artifactId>
|
||||
<version>0.8.1</version>
|
||||
<version>0.8.2-SNAPSHOT</version>
|
||||
<type>jar</type>
|
||||
<url>http://acegisecurity.sourceforge.net</url>
|
||||
<properties>
|
||||
|
@ -25,6 +25,8 @@
|
||||
<title>Acegi Security changes</title>
|
||||
</properties>
|
||||
<body>
|
||||
<release version="0.8.2" date="In CVS">
|
||||
</release>
|
||||
<release version="0.8.1" date="2005-03-22">
|
||||
<action dev="luke_t" type="add">X509 (certificate-based) authentication support</action>
|
||||
<action dev="benalex" type="update">UserDetails now advises locked accounts, with corresponding DaoAuthenticationProvider events and enforcement</action>
|
||||
|
@ -21,7 +21,7 @@
|
||||
<project>
|
||||
<pomVersion>3</pomVersion>
|
||||
<groupId>acegisecurity</groupId>
|
||||
<currentVersion>0.8.1</currentVersion>
|
||||
<currentVersion>0.8.2-SNAPSHOT</currentVersion>
|
||||
<package>net.sf.acegisecurity</package>
|
||||
<description>Acegi Security System for Spring</description>
|
||||
<shortDescription>Acegi Security System for Spring</shortDescription>
|
||||
|
@ -11,7 +11,7 @@
|
||||
<dependency>
|
||||
<groupId>acegisecurity</groupId>
|
||||
<artifactId>acegi-security</artifactId>
|
||||
<version>0.8.1</version>
|
||||
<version>0.8.2-SNAPSHOT</version>
|
||||
<type>jar</type>
|
||||
<url>http://acegisecurity.sourceforge.net</url>
|
||||
<properties>
|
||||
@ -19,5 +19,6 @@
|
||||
</properties>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<build />
|
||||
</project>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user