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