Browse Source

Release 0.8.2.

Ben Alex 20 năm trước cách đây
mục cha
commit
4cf500763f
5 tập tin đã thay đổi với 11 bổ sung6 xóa
  1. 1 1
      adapters/project.xml
  2. 1 1
      doc/xdocs/changes.xml
  3. 1 1
      domain/project.xml
  4. 7 2
      project.xml
  5. 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-SNAPSHOT</version>
+      <version>0.8.2</version>
       <type>jar</type>
       <url>http://acegisecurity.sourceforge.net</url>
       <properties>

+ 1 - 1
doc/xdocs/changes.xml

@@ -25,7 +25,7 @@
     <title>Acegi Security changes</title>
   </properties>
   <body>
-    <release version="0.8.2" date="In CVS">
+    <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>
       <action dev="benalex" type="fix">Handle null Authentication.getAuthorities() in AuthorizeTag</action>

+ 1 - 1
domain/project.xml

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

+ 7 - 2
project.xml

@@ -21,7 +21,7 @@
 <project>
   <pomVersion>3</pomVersion>
   <groupId>acegisecurity</groupId>
-  <currentVersion>0.8.2-SNAPSHOT</currentVersion>
+  <currentVersion>0.8.2</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-SNAPSHOT</version>
+      <version>1.2-RC2</version>
       <type>jar</type>
       <url>http://www.springframework.org</url>
       <properties>
@@ -435,6 +435,11 @@
       <name>0.8.1</name>
       <tag>release_0_8_1</tag>
     </version>
+    <version>
+      <id>0.8.2</id>
+      <name>0.8.2</name>
+      <tag>release_0_8_2</tag>
+    </version>
   </versions>
 </project>
 

+ 1 - 1
samples/project.xml

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