Release 0.7.0.
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
+6
-1
@@ -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>
|
||||
|
||||
|
||||
+1
-1
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user