Browse Source

Prepare for 0.9.0.

Ben Alex 20 years ago
parent
commit
a68d720e88
6 changed files with 9 additions and 7 deletions
  1. 1 1
      adapters/project.xml
  2. 1 1
      doc/docbook/acegi.xml
  3. 2 0
      doc/xdocs/changes.xml
  4. 1 1
      domain/project.xml
  5. 3 3
      project.xml
  6. 1 1
      samples/project.xml

+ 1 - 1
adapters/project.xml

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

+ 1 - 1
doc/docbook/acegi.xml

@@ -26,7 +26,7 @@
 
     <subtitle>Reference Documentation</subtitle>
 
-    <releaseinfo>0.8.2</releaseinfo>
+    <releaseinfo>0.9.0</releaseinfo>
 
     <authorgroup>
       <author>

+ 2 - 0
doc/xdocs/changes.xml

@@ -25,6 +25,8 @@
     <title>Acegi Security changes</title>
   </properties>
   <body>
+    <release version="0.9.0" date="In CVS">
+    </release>
     <release version="0.8.2" date="2005-04-20">
       <action dev="benalex" type="fix">Correct location of AuthenticationSimpleHttpInvokerRequestExecutor in clientContext.xml</action>
       <action dev="benalex" type="fix">TokenBasedRememberMeServices changed to use long instead of int for tokenValiditySeconds (SPR-807)</action>

+ 1 - 1
domain/project.xml

@@ -33,7 +33,7 @@
     <dependency>
       <groupId>acegisecurity</groupId>
       <artifactId>acegi-security</artifactId>
-      <version>0.8.2</version>
+      <version>0.9.0-SNAPSHOT</version>
       <type>jar</type>
     </dependency>
   </dependencies>

+ 3 - 3
project.xml

@@ -21,7 +21,7 @@
 <project>
   <pomVersion>3</pomVersion>
   <groupId>acegisecurity</groupId>
-  <currentVersion>0.8.2</currentVersion>
+  <currentVersion>0.9.0-SNAPSHOT</currentVersion>
   <package>net.sf.acegisecurity</package>
   <description>Acegi Security System for Spring</description>
   <shortDescription>Acegi Security System for Spring</shortDescription>
@@ -248,7 +248,7 @@
     <dependency>
       <groupId>springframework</groupId>
       <artifactId>spring</artifactId>
-      <version>1.2-RC2</version>
+      <version>1.2-SNAPSHOT</version>
       <type>jar</type>
       <url>http://www.springframework.org</url>
       <properties>
@@ -258,7 +258,7 @@
     <dependency>
       <groupId>springframework</groupId>
       <artifactId>spring-mock</artifactId>
-      <version>1.2-rc1</version>
+      <version>1.2-rc2</version>
       <type>jar</type>
       <url>http://www.springframework.org</url>
     </dependency>

+ 1 - 1
samples/project.xml

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