Browse Source

Finish RC2 release, prepare snapshot again.

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

2
adapters/project.xml

@ -13,7 +13,7 @@ @@ -13,7 +13,7 @@
<dependency>
<groupId>org.acegisecurity</groupId>
<artifactId>acegi-security</artifactId>
<version>1.0.0-RC2</version>
<version>1.0.0-SNAPSHOT</version>
<type>jar</type>
<url>http://acegisecurity.org</url>
<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-RC2</version>
<version>1.0.0-SNAPSHOT</version>
<type>jar</type>
</dependency>
</dependencies>

2
domain/project.xml

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

2
project.xml

@ -21,7 +21,7 @@ @@ -21,7 +21,7 @@
<project>
<pomVersion>3</pomVersion>
<groupId>org.acegisecurity</groupId>
<currentVersion>1.0.0-RC2</currentVersion>
<currentVersion>1.0.0-SNAPSHOT</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-RC2</version>
<version>1.0.0-SNAPSHOT</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-RC2</version>
<version>1.0.0-SNAPSHOT</version>
<type>jar</type>
<properties>
<war.bundle>true</war.bundle>

2
samples/project.xml

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

Loading…
Cancel
Save