瀏覽代碼

Setup future development for 0.8.1.

Ben Alex 20 年之前
父節點
當前提交
53bb4aebdf
共有 4 個文件被更改,包括 6 次插入3 次删除
  1. 1 1
      adapters/project.xml
  2. 3 0
      doc/xdocs/changes.xml
  3. 1 1
      project.xml
  4. 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.0</version>
+      <version>0.8.1-SNAPSHOT</version>
       <type>jar</type>
       <url>http://acegisecurity.sourceforge.net</url>
       <properties>

+ 3 - 0
doc/xdocs/changes.xml

@@ -25,6 +25,9 @@
     <title>Acegi Security changes</title>
   </properties>
   <body>
+    <release version="0.8.1" date="In CVS">
+      <action dev="benalex" type="add">...</action>
+    </release>
     <release version="0.8.0" date="2005-03-03">
       <action dev="benalex" type="add">Added Digest Authentication support (RFC 2617 and RFC 2069)</action>
       <action dev="benalex" type="add">Added pluggable remember-me services</action>

+ 1 - 1
project.xml

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

+ 1 - 1
samples/project.xml

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