Prepare to release 1.0.0 RC2.
This commit is contained in:
parent
32893f49cf
commit
ee78570902
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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">
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue