Updated version numbers for 3.0.1 release.

This commit is contained in:
Luke Taylor
2010-01-15 18:04:28 +00:00
parent e1d41177bb
commit 05634f97dc
31 changed files with 36 additions and 233 deletions

View File

@@ -3,12 +3,12 @@
<parent>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-parent</artifactId>
<version>3.0.1.CI-SNAPSHOT</version>
<version>3.0.1.RELEASE</version>
</parent>
<artifactId>spring-security-openid</artifactId>
<name>Spring Security - OpenID support</name>
<description>Spring Security - Support for OpenID</description>
<version>3.0.1.CI-SNAPSHOT</version>
<version>3.0.1.RELEASE</version>
<packaging>jar</packaging>
<dependencies>