Răsfoiți Sursa

Prepare for 0.8.2 (assuming 0.8.2 is the next version, but subject to change).

Ben Alex 20 ani în urmă
părinte
comite
01aaadbe0d
4 a modificat fișierele cu 6 adăugiri și 3 ștergeri
  1. 1 1
      adapters/project.xml
  2. 2 0
      doc/xdocs/changes.xml
  3. 1 1
      project.xml
  4. 2 1
      samples/project.xml

+ 1 - 1
adapters/project.xml

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

+ 2 - 0
doc/xdocs/changes.xml

@@ -25,6 +25,8 @@
     <title>Acegi Security changes</title>
   </properties>
   <body>
+    <release version="0.8.2" date="In CVS">
+    </release>
     <release version="0.8.1" date="2005-03-22">
       <action dev="luke_t" type="add">X509 (certificate-based) authentication support</action>
       <action dev="benalex" type="update">UserDetails now advises locked accounts, with corresponding DaoAuthenticationProvider events and enforcement</action>

+ 1 - 1
project.xml

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

+ 2 - 1
samples/project.xml

@@ -11,7 +11,7 @@
     <dependency>
       <groupId>acegisecurity</groupId>
       <artifactId>acegi-security</artifactId>
-      <version>0.8.1</version>
+      <version>0.8.2-SNAPSHOT</version>
       <type>jar</type>
       <url>http://acegisecurity.sourceforge.net</url>
       <properties>
@@ -19,5 +19,6 @@
       </properties>
     </dependency>
   </dependencies>
+  <build />
 </project>