Browse Source

Prepare for 0.8.0 as the next release.

1.0.x
Ben Alex 21 years ago
parent
commit
cbf413afcd
  1. 2
      adapters/project.xml
  2. 2
      doc/xdocs/changes.xml
  3. 2
      project.xml
  4. 2
      samples/project.xml

2
adapters/project.xml

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

2
doc/xdocs/changes.xml

@ -25,7 +25,7 @@ @@ -25,7 +25,7 @@
<title>Acegi Security changes</title>
</properties>
<body>
<release version="0.7.1" date="CVS">
<release version="0.8.0" date="CVS">
<action dev="benalex" type="update">Made ConfigAttributeDefinition and ConfigAttribute Serializable</action>
<action dev="benalex" type="update">User now accepts blank passwords (null passwords still rejected)</action>
<action dev="benalex" type="update">FilterToBeanProxy now searches hierarchical bean factories</action>

2
project.xml

@ -21,7 +21,7 @@ @@ -21,7 +21,7 @@
<project>
<pomVersion>3</pomVersion>
<groupId>acegisecurity</groupId>
<currentVersion>0.7.1-SNAPSHOT</currentVersion>
<currentVersion>0.8.0-SNAPSHOT</currentVersion>
<package>net.sf.acegisecurity</package>
<description>Acegi Security System for Spring</description>
<shortDescription>Acegi Security System for Spring</shortDescription>

2
samples/project.xml

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

Loading…
Cancel
Save