We're pleased to announce the first release candidate Spring Security 3.1 milestone. Details of the release can be found in the changelog.
As usual, the release is available from the SpringSource downloads area and from the SpringSource maven repository (maven.springframework.org).
Note that non-GA releases are not uploaded to Maven central. If you are using Maven, you should add the following repository information to your pom.xml:
Code:<repository> <id>org.springframework.maven.milestone</id> <name>Spring Maven Milestone Repository</name> <url>http://maven.springframework.org/milestone</url> </repository>


Reply With Quote