Release 0.7.0.
This commit is contained in:
parent
e07a7e3f80
commit
a39e7ed82b
|
@ -14,7 +14,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>acegisecurity</groupId>
|
<groupId>acegisecurity</groupId>
|
||||||
<artifactId>acegi-security</artifactId>
|
<artifactId>acegi-security</artifactId>
|
||||||
<version>0.7.0-SNAPSHOT</version>
|
<version>0.7.0</version>
|
||||||
<type>jar</type>
|
<type>jar</type>
|
||||||
<url>http://acegisecurity.sourceforge.net</url>
|
<url>http://acegisecurity.sourceforge.net</url>
|
||||||
<properties>
|
<properties>
|
||||||
|
|
|
@ -22,10 +22,10 @@
|
||||||
|
|
||||||
<document>
|
<document>
|
||||||
<properties>
|
<properties>
|
||||||
<title>Acegi security changes</title>
|
<title>Acegi Security changes</title>
|
||||||
</properties>
|
</properties>
|
||||||
<body>
|
<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="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="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>
|
<action dev="benalex" type="add">Added AfterInvocationManager to mutate objects return from invocations</action>
|
||||||
|
|
|
@ -21,7 +21,7 @@
|
||||||
<project>
|
<project>
|
||||||
<pomVersion>3</pomVersion>
|
<pomVersion>3</pomVersion>
|
||||||
<groupId>acegisecurity</groupId>
|
<groupId>acegisecurity</groupId>
|
||||||
<currentVersion>0.7.0-SNAPSHOT</currentVersion>
|
<currentVersion>0.7.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>
|
||||||
|
@ -474,6 +474,11 @@
|
||||||
<name>0.6.1</name>
|
<name>0.6.1</name>
|
||||||
<tag>release_0_6_1</tag>
|
<tag>release_0_6_1</tag>
|
||||||
</version>
|
</version>
|
||||||
|
<version>
|
||||||
|
<id>0.7.0</id>
|
||||||
|
<name>0.7.0</name>
|
||||||
|
<tag>release_0_7_0</tag>
|
||||||
|
</version>
|
||||||
</versions>
|
</versions>
|
||||||
</project>
|
</project>
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>acegisecurity</groupId>
|
<groupId>acegisecurity</groupId>
|
||||||
<artifactId>acegi-security</artifactId>
|
<artifactId>acegi-security</artifactId>
|
||||||
<version>0.7.0-SNAPSHOT</version>
|
<version>0.7.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