Prepare to release 1.0.0 RC2.

This commit is contained in:
Ben Alex 2006-02-09 07:45:11 +00:00
parent 32893f49cf
commit ee78570902
9 changed files with 17 additions and 14 deletions

View File

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

View File

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

View File

@ -30,10 +30,13 @@
<title>Acegi Security changes</title> <title>Acegi Security changes</title>
</properties> </properties>
<body> <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> <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>
<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> <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>
<release version="0.9.0" date="2005-11-11"> <release version="0.9.0" date="2005-11-11">

View File

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

View File

@ -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"); * Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License. * you may not use this file except in compliance with the License.
@ -21,7 +21,7 @@
<project> <project>
<pomVersion>3</pomVersion> <pomVersion>3</pomVersion>
<groupId>org.acegisecurity</groupId> <groupId>org.acegisecurity</groupId>
<currentVersion>1.0.0-SNAPSHOT</currentVersion> <currentVersion>1.0.0-RC2</currentVersion>
<package>org.acegisecurity</package> <package>org.acegisecurity</package>
<description>Acegi Security System for Spring</description> <description>Acegi Security System for Spring</description>
<shortDescription>Acegi Security System for Spring</shortDescription> <shortDescription>Acegi Security System for Spring</shortDescription>

View File

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

View File

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

View File

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

View File

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