Prepare to release 0.8.0.
This commit is contained in:
parent
f7ee0918b9
commit
4c5d0476b0
|
@ -14,7 +14,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>acegisecurity</groupId>
|
<groupId>acegisecurity</groupId>
|
||||||
<artifactId>acegi-security</artifactId>
|
<artifactId>acegi-security</artifactId>
|
||||||
<version>0.8.0-SNAPSHOT</version>
|
<version>0.8.0</version>
|
||||||
<type>jar</type>
|
<type>jar</type>
|
||||||
<url>http://acegisecurity.sourceforge.net</url>
|
<url>http://acegisecurity.sourceforge.net</url>
|
||||||
<properties>
|
<properties>
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
<title>Acegi Security changes</title>
|
<title>Acegi Security changes</title>
|
||||||
</properties>
|
</properties>
|
||||||
<body>
|
<body>
|
||||||
<release version="0.8.0" date="CVS">
|
<release version="0.8.0" date="2005-03-03">
|
||||||
<action dev="benalex" type="add">Added Digest Authentication support (RFC 2617 and RFC 2069)</action>
|
<action dev="benalex" type="add">Added Digest Authentication support (RFC 2617 and RFC 2069)</action>
|
||||||
<action dev="benalex" type="add">Added pluggable remember-me services</action>
|
<action dev="benalex" type="add">Added pluggable remember-me services</action>
|
||||||
<action dev="benalex" type="add">Added pluggable mechnism to prevent concurrent login sessions</action>
|
<action dev="benalex" type="add">Added pluggable mechnism to prevent concurrent login sessions</action>
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
<project>
|
<project>
|
||||||
<pomVersion>3</pomVersion>
|
<pomVersion>3</pomVersion>
|
||||||
<groupId>acegisecurity</groupId>
|
<groupId>acegisecurity</groupId>
|
||||||
<currentVersion>0.8.0-SNAPSHOT</currentVersion>
|
<currentVersion>0.8.0</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.0-SNAPSHOT</version>
|
<version>0.8.0</version>
|
||||||
<type>jar</type>
|
<type>jar</type>
|
||||||
<url>http://acegisecurity.sourceforge.net</url>
|
<url>http://acegisecurity.sourceforge.net</url>
|
||||||
<properties>
|
<properties>
|
||||||
|
|
Loading…
Reference in New Issue