Răsfoiți Sursa

Release 0.7.0.

Ben Alex 20 ani în urmă
părinte
comite
a39e7ed82b
4 a modificat fișierele cu 10 adăugiri și 5 ștergeri
  1. 1 1
      adapters/project.xml
  2. 2 2
      doc/xdocs/changes.xml
  3. 6 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.7.0-SNAPSHOT</version>
+      <version>0.7.0</version>
       <type>jar</type>
       <url>http://acegisecurity.sourceforge.net</url>
       <properties>

+ 2 - 2
doc/xdocs/changes.xml

@@ -22,10 +22,10 @@
 
 <document>
   <properties>
-    <title>Acegi security changes</title>
+    <title>Acegi Security changes</title>
   </properties>
   <body>
-    <release version="0.7-SNAPSHOT" date="in CVS">
+    <release version="0.7.0" date="2005-01-16">
       <action dev="carlossg" type="add">Major CVS repository restructure to support Maven and eliminate libraries</action>
       <action dev="benalex" type="update">Major improvements to Contacts sample application (now demos ACL security)</action>
       <action dev="benalex" type="add">Added AfterInvocationManager to mutate objects return from invocations</action>

+ 6 - 1
project.xml

@@ -21,7 +21,7 @@
 <project>
   <pomVersion>3</pomVersion>
   <groupId>acegisecurity</groupId>
-  <currentVersion>0.7.0-SNAPSHOT</currentVersion>
+  <currentVersion>0.7.0</currentVersion>
   <package>net.sf.acegisecurity</package>
   <description>Acegi Security System for Spring</description>
   <shortDescription>Acegi Security System for Spring</shortDescription>
@@ -474,6 +474,11 @@
       <name>0.6.1</name>
       <tag>release_0_6_1</tag>
     </version>
+    <version>
+      <id>0.7.0</id>
+      <name>0.7.0</name>
+      <tag>release_0_7_0</tag>
+    </version>
   </versions>
 </project>
 

+ 1 - 1
samples/project.xml

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