Browse Source

Prepare to release 1.0.0 RC2.

1.0.x
Ben Alex 20 years ago
parent
commit
ee78570902
  1. 4
      adapters/project.xml
  2. 2
      core-tiger/project.xml
  3. 7
      doc/xdocs/changes.xml
  4. 4
      domain/project.xml
  5. 4
      project.xml
  6. 2
      samples/annotations/project.xml
  7. 2
      samples/contacts-tiger/project.xml
  8. 4
      samples/project.xml
  9. 2
      sandbox/project.xml

4
adapters/project.xml

@ -13,9 +13,9 @@ @@ -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>

2
core-tiger/project.xml

@ -14,7 +14,7 @@ @@ -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>

7
doc/xdocs/changes.xml

@ -30,10 +30,13 @@ @@ -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">

4
domain/project.xml

@ -33,10 +33,9 @@ @@ -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 @@ @@ -44,6 +43,7 @@
<type>jar</type>
<url>http://www.springframework.org</url>
</dependency>
</dependencies>
<build>
<resources>
<resource>

4
project.xml

@ -2,7 +2,7 @@ @@ -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 @@ @@ -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>

2
samples/annotations/project.xml

@ -14,7 +14,7 @@ @@ -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>

2
samples/contacts-tiger/project.xml

@ -34,7 +34,7 @@ @@ -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>

4
samples/project.xml

@ -11,9 +11,9 @@ @@ -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>

2
sandbox/project.xml

@ -14,7 +14,7 @@ @@ -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>

Loading…
Cancel
Save