Release 0.7.0.

This commit is contained in:
Ben Alex 2005-01-16 03:58:42 +00:00
parent e07a7e3f80
commit a39e7ed82b
4 changed files with 10 additions and 5 deletions

View File

@ -14,7 +14,7 @@
<dependency>
<groupId>acegisecurity</groupId>
<artifactId>acegi-security</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.0</version>
<type>jar</type>
<url>http://acegisecurity.sourceforge.net</url>
<properties>

View File

@ -22,10 +22,10 @@
<document>
<properties>
<title>Acegi security changes</title>
<title>Acegi Security changes</title>
</properties>
<body>
<release version="0.7-SNAPSHOT" date="in CVS">
<release version="0.7.0" date="2005-01-16">
<action dev="carlossg" type="add">Major CVS repository restructure to support Maven and eliminate libraries</action>
<action dev="benalex" type="update">Major improvements to Contacts sample application (now demos ACL security)</action>
<action dev="benalex" type="add">Added AfterInvocationManager to mutate objects return from invocations</action>

View File

@ -21,7 +21,7 @@
<project>
<pomVersion>3</pomVersion>
<groupId>acegisecurity</groupId>
<currentVersion>0.7.0-SNAPSHOT</currentVersion>
<currentVersion>0.7.0</currentVersion>
<package>net.sf.acegisecurity</package>
<description>Acegi Security System for Spring</description>
<shortDescription>Acegi Security System for Spring</shortDescription>
@ -474,6 +474,11 @@
<name>0.6.1</name>
<tag>release_0_6_1</tag>
</version>
<version>
<id>0.7.0</id>
<name>0.7.0</name>
<tag>release_0_7_0</tag>
</version>
</versions>
</project>

View File

@ -11,7 +11,7 @@
<dependency>
<groupId>acegisecurity</groupId>
<artifactId>acegi-security</artifactId>
<version>0.7.0-SNAPSHOT</version>
<version>0.7.0</version>
<type>jar</type>
<url>http://acegisecurity.sourceforge.net</url>
<properties>