Jelajahi Sumber

Prepare to release 1.0.0 RC2.

Ben Alex 19 tahun lalu
induk
melakukan
ee78570902

+ 2 - 2
adapters/project.xml

@@ -13,9 +13,9 @@
     <dependency>
       <groupId>org.acegisecurity</groupId>
       <artifactId>acegi-security</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0-RC2</version>
       <type>jar</type>
-      <url>http://acegisecurity.sourceforge.net</url>
+      <url>http://acegisecurity.org</url>
       <properties>
         <war.bundle>true</war.bundle>
       </properties>

+ 1 - 1
core-tiger/project.xml

@@ -14,7 +14,7 @@
     <dependency>
       <groupId>org.acegisecurity</groupId>
       <artifactId>acegi-security</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0-RC2</version>
       <type>jar</type>
     </dependency>
   </dependencies>

+ 5 - 2
doc/xdocs/changes.xml

@@ -30,10 +30,13 @@
     <title>Acegi Security changes</title>
   </properties>
   <body>
-    <release version="1.0.0 RC2" date="In CVS">
+    <release version="1.0.0 Final" date="In CVS">
       <action dev="benalex" type="update">All changes are in JIRA at http://opensource2.atlassian.com/projects/spring/secure/ReleaseNote.jspa?projectId=10040</action>
     </release>
-    <release version="1.0.0 RC1" date="In CVS">
+    <release version="1.0.0 RC2" date="2006-02-09">
+      <action dev="benalex" type="update">All changes are in JIRA at http://opensource2.atlassian.com/projects/spring/secure/ReleaseNote.jspa?projectId=10040</action>
+    </release>
+    <release version="1.0.0 RC1" date="2005-12-05">
       <action dev="benalex" type="update">All changes are in JIRA at http://opensource2.atlassian.com/projects/spring/secure/ReleaseNote.jspa?projectId=10040</action>
     </release>
     <release version="0.9.0" date="2005-11-11">

+ 2 - 2
domain/project.xml

@@ -33,10 +33,9 @@
     <dependency>
       <groupId>org.acegisecurity</groupId>
       <artifactId>acegi-security</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0-RC2</version>
       <type>jar</type>
     </dependency>
-  </dependencies>
     <dependency>
       <groupId>springframework</groupId>
       <artifactId>spring-hibernate3</artifactId>
@@ -44,6 +43,7 @@
       <type>jar</type>
       <url>http://www.springframework.org</url>
     </dependency>
+  </dependencies>
   <build>
     <resources>
       <resource>

+ 2 - 2
project.xml

@@ -2,7 +2,7 @@
 <!--
  * ========================================================================
  * 
- * Copyright 2004, 2005 Acegi Technology Pty Limited
+ * Copyright 2004, 2005, 2006 Acegi Technology Pty Limited
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -21,7 +21,7 @@
 <project>
   <pomVersion>3</pomVersion>
   <groupId>org.acegisecurity</groupId>
-  <currentVersion>1.0.0-SNAPSHOT</currentVersion>
+  <currentVersion>1.0.0-RC2</currentVersion>
   <package>org.acegisecurity</package>
   <description>Acegi Security System for Spring</description>
   <shortDescription>Acegi Security System for Spring</shortDescription>

+ 1 - 1
samples/annotations/project.xml

@@ -14,7 +14,7 @@
       <dependency>
       <groupId>org.acegisecurity</groupId>
       <artifactId>acegi-security-tiger</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0-RC2</version>
       <type>jar</type>
     </dependency>
   </dependencies>

+ 1 - 1
samples/contacts-tiger/project.xml

@@ -34,7 +34,7 @@
     <dependency>
       <groupId>org.acegisecurity</groupId>
       <artifactId>acegi-security-tiger</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0-RC2</version>
       <type>jar</type>
       <properties>
         <war.bundle>true</war.bundle>

+ 2 - 2
samples/project.xml

@@ -11,9 +11,9 @@
     <dependency>
       <groupId>org.acegisecurity</groupId>
       <artifactId>acegi-security</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0-RC2</version>
       <type>jar</type>
-      <url>http://acegisecurity.sourceforge.net</url>
+      <url>http://acegisecurity.org</url>
       <properties>
         <war.bundle>true</war.bundle>
       </properties>

+ 1 - 1
sandbox/project.xml

@@ -14,7 +14,7 @@
     <dependency>
       <groupId>org.acegisecurity</groupId>
       <artifactId>acegi-security</artifactId>
-      <version>1.0.0-SNAPSHOT</version>
+      <version>1.0.0-RC2</version>
       <type>jar</type>
       <url>http://acegisecurity.org</url>
     </dependency>