Browse Source

Use latest release

1.0.x
Carlos Sanchez 20 years ago
parent
commit
02526b1461
  1. 4
      sandbox/pom.xml

4
sandbox/pom.xml

@ -6,7 +6,7 @@ @@ -6,7 +6,7 @@
<parent>
<groupId>org.acegisecurity</groupId>
<artifactId>acegi-security-parent</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.0.2</version>
</parent>
<artifactId>acegi-security-sandbox</artifactId>
<name>Acegi Security System for Spring - Sandbox</name>
@ -27,7 +27,7 @@ @@ -27,7 +27,7 @@
<dependency>
<groupId>org.acegisecurity</groupId>
<artifactId>acegi-security</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.0.2</version>
</dependency>
</dependencies>
</project>

Loading…
Cancel
Save