mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-01 00:02:13 +00:00
Set project release version to 3.0.6.RELEASE
This commit is contained in:
parent
4b0fbe1606
commit
62f70f17ff
@ -3,7 +3,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>spring-security-parent</artifactId>
|
<artifactId>spring-security-parent</artifactId>
|
||||||
<groupId>org.springframework.security</groupId>
|
<groupId>org.springframework.security</groupId>
|
||||||
<version>3.0.6.CI-SNAPSHOT</version>
|
<version>3.0.6.RELEASE</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.springframework.security</groupId>
|
<groupId>org.springframework.security</groupId>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.security</groupId>
|
<groupId>org.springframework.security</groupId>
|
||||||
<artifactId>spring-security-parent</artifactId>
|
<artifactId>spring-security-parent</artifactId>
|
||||||
<version>3.0.6.CI-SNAPSHOT</version>
|
<version>3.0.6.RELEASE</version>
|
||||||
</parent>
|
</parent>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<artifactId>spring-security-aspects</artifactId>
|
<artifactId>spring-security-aspects</artifactId>
|
||||||
@ -18,7 +18,7 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.security</groupId>
|
<groupId>org.springframework.security</groupId>
|
||||||
<artifactId>spring-security-core</artifactId>
|
<artifactId>spring-security-core</artifactId>
|
||||||
<version>3.0.6.CI-SNAPSHOT</version>
|
<version>3.0.6.RELEASE</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<build>
|
<build>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
apply plugin: 'base'
|
apply plugin: 'base'
|
||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
version = '3.0.6.CI-SNAPSHOT'
|
version = '3.0.6.RELEASE'
|
||||||
releaseBuild = version.endsWith('RELEASE')
|
releaseBuild = version.endsWith('RELEASE')
|
||||||
snapshotBuild = version.endsWith('SNAPSHOT')
|
snapshotBuild = version.endsWith('SNAPSHOT')
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.security</groupId>
|
<groupId>org.springframework.security</groupId>
|
||||||
<artifactId>spring-security-parent</artifactId>
|
<artifactId>spring-security-parent</artifactId>
|
||||||
<version>3.0.6.CI-SNAPSHOT</version>
|
<version>3.0.6.RELEASE</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>spring-security-cas-client</artifactId>
|
<artifactId>spring-security-cas-client</artifactId>
|
||||||
<name>Spring Security - CAS support</name>
|
<name>Spring Security - CAS support</name>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.security</groupId>
|
<groupId>org.springframework.security</groupId>
|
||||||
<artifactId>spring-security-parent</artifactId>
|
<artifactId>spring-security-parent</artifactId>
|
||||||
<version>3.0.6.CI-SNAPSHOT</version>
|
<version>3.0.6.RELEASE</version>
|
||||||
</parent>
|
</parent>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<artifactId>spring-security-config</artifactId>
|
<artifactId>spring-security-config</artifactId>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.security</groupId>
|
<groupId>org.springframework.security</groupId>
|
||||||
<artifactId>spring-security-parent</artifactId>
|
<artifactId>spring-security-parent</artifactId>
|
||||||
<version>3.0.6.CI-SNAPSHOT</version>
|
<version>3.0.6.RELEASE</version>
|
||||||
</parent>
|
</parent>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<artifactId>spring-security-core</artifactId>
|
<artifactId>spring-security-core</artifactId>
|
||||||
|
@ -9,6 +9,8 @@ apacheDsVersion = '1.5.5'
|
|||||||
jstlVersion = '1.1.2'
|
jstlVersion = '1.1.2'
|
||||||
jettyVersion = '6.1.22'
|
jettyVersion = '6.1.22'
|
||||||
hsqlVersion = '1.8.0.10'
|
hsqlVersion = '1.8.0.10'
|
||||||
|
slf4jVersion = '1.6.1'
|
||||||
|
logbackVersion = '0.9.29'
|
||||||
|
|
||||||
configurations {
|
configurations {
|
||||||
provided
|
provided
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.security</groupId>
|
<groupId>org.springframework.security</groupId>
|
||||||
<artifactId>spring-security-itest</artifactId>
|
<artifactId>spring-security-itest</artifactId>
|
||||||
<version>3.0.6.CI-SNAPSHOT</version>
|
<version>3.0.6.RELEASE</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>spring-security-itest-context</artifactId>
|
<artifactId>spring-security-itest-context</artifactId>
|
||||||
<name>Spring Security - Miscellaneous Application Context Integration Tests</name>
|
<name>Spring Security - Miscellaneous Application Context Integration Tests</name>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.security</groupId>
|
<groupId>org.springframework.security</groupId>
|
||||||
<artifactId>spring-security-itest</artifactId>
|
<artifactId>spring-security-itest</artifactId>
|
||||||
<version>3.0.6.CI-SNAPSHOT</version>
|
<version>3.0.6.RELEASE</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>spring-security-itest-misc</artifactId>
|
<artifactId>spring-security-itest-misc</artifactId>
|
||||||
<name>Spring Security - Miscellaneous Integration Tests</name>
|
<name>Spring Security - Miscellaneous Integration Tests</name>
|
||||||
|
@ -3,12 +3,12 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.security</groupId>
|
<groupId>org.springframework.security</groupId>
|
||||||
<artifactId>spring-security-parent</artifactId>
|
<artifactId>spring-security-parent</artifactId>
|
||||||
<version>3.0.6.CI-SNAPSHOT</version>
|
<version>3.0.6.RELEASE</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>spring-security-itest</artifactId>
|
<artifactId>spring-security-itest</artifactId>
|
||||||
<name>Spring Security - Integration Tests</name>
|
<name>Spring Security - Integration Tests</name>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<version>3.0.6.CI-SNAPSHOT</version>
|
<version>3.0.6.RELEASE</version>
|
||||||
<modules>
|
<modules>
|
||||||
<module>web</module>
|
<module>web</module>
|
||||||
<!-- module>webflow</module-->
|
<!-- module>webflow</module-->
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.security</groupId>
|
<groupId>org.springframework.security</groupId>
|
||||||
<artifactId>spring-security-itest</artifactId>
|
<artifactId>spring-security-itest</artifactId>
|
||||||
<version>3.0.6.CI-SNAPSHOT</version>
|
<version>3.0.6.RELEASE</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>spring-security-itest-web</artifactId>
|
<artifactId>spring-security-itest-web</artifactId>
|
||||||
<name>Spring Security - Web Integration Tests</name>
|
<name>Spring Security - Web Integration Tests</name>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.security</groupId>
|
<groupId>org.springframework.security</groupId>
|
||||||
<artifactId>spring-security-parent</artifactId>
|
<artifactId>spring-security-parent</artifactId>
|
||||||
<version>3.0.6.CI-SNAPSHOT</version>
|
<version>3.0.6.RELEASE</version>
|
||||||
</parent>
|
</parent>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<artifactId>spring-security-ldap</artifactId>
|
<artifactId>spring-security-ldap</artifactId>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.security</groupId>
|
<groupId>org.springframework.security</groupId>
|
||||||
<artifactId>spring-security-parent</artifactId>
|
<artifactId>spring-security-parent</artifactId>
|
||||||
<version>3.0.6.CI-SNAPSHOT</version>
|
<version>3.0.6.RELEASE</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>spring-security-openid</artifactId>
|
<artifactId>spring-security-openid</artifactId>
|
||||||
<name>Spring Security - OpenID support</name>
|
<name>Spring Security - OpenID support</name>
|
||||||
|
4
pom.xml
4
pom.xml
@ -3,7 +3,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.springframework.security</groupId>
|
<groupId>org.springframework.security</groupId>
|
||||||
<artifactId>spring-security-parent</artifactId>
|
<artifactId>spring-security-parent</artifactId>
|
||||||
<version>3.0.6.CI-SNAPSHOT</version>
|
<version>3.0.6.RELEASE</version>
|
||||||
<name>Spring Security</name>
|
<name>Spring Security</name>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
@ -18,7 +18,7 @@
|
|||||||
<module>taglibs</module>
|
<module>taglibs</module>
|
||||||
<module>aspects</module>
|
<module>aspects</module>
|
||||||
<module>samples</module>
|
<module>samples</module>
|
||||||
<!--module>itest</module-->
|
<!-- module>itest</module -->
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
<description>Spring Security</description>
|
<description>Spring Security</description>
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.security</groupId>
|
<groupId>org.springframework.security</groupId>
|
||||||
<artifactId>spring-security-parent</artifactId>
|
<artifactId>spring-security-parent</artifactId>
|
||||||
<version>3.0.6.CI-SNAPSHOT</version>
|
<version>3.0.6.RELEASE</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>spring-security-samples-aspectj</artifactId>
|
<artifactId>spring-security-samples-aspectj</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.security</groupId>
|
<groupId>org.springframework.security</groupId>
|
||||||
<artifactId>spring-security-samples-cas</artifactId>
|
<artifactId>spring-security-samples-cas</artifactId>
|
||||||
<version>3.0.6.CI-SNAPSHOT</version>
|
<version>3.0.6.RELEASE</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.springframework.security</groupId>
|
<groupId>org.springframework.security</groupId>
|
||||||
<artifactId>spring-security-samples-cas-client</artifactId>
|
<artifactId>spring-security-samples-cas-client</artifactId>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.security</groupId>
|
<groupId>org.springframework.security</groupId>
|
||||||
<artifactId>spring-security-samples</artifactId>
|
<artifactId>spring-security-samples</artifactId>
|
||||||
<version>3.0.6.CI-SNAPSHOT</version>
|
<version>3.0.6.RELEASE</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.springframework.security</groupId>
|
<groupId>org.springframework.security</groupId>
|
||||||
<artifactId>spring-security-samples-cas</artifactId>
|
<artifactId>spring-security-samples-cas</artifactId>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.security</groupId>
|
<groupId>org.springframework.security</groupId>
|
||||||
<artifactId>spring-security-samples-cas</artifactId>
|
<artifactId>spring-security-samples-cas</artifactId>
|
||||||
<version>3.0.6.CI-SNAPSHOT</version>
|
<version>3.0.6.RELEASE</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.springframework.security</groupId>
|
<groupId>org.springframework.security</groupId>
|
||||||
<artifactId>spring-security-samples-cas-server</artifactId>
|
<artifactId>spring-security-samples-cas-server</artifactId>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.security</groupId>
|
<groupId>org.springframework.security</groupId>
|
||||||
<artifactId>spring-security-samples</artifactId>
|
<artifactId>spring-security-samples</artifactId>
|
||||||
<version>3.0.6.CI-SNAPSHOT</version>
|
<version>3.0.6.RELEASE</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>spring-security-samples-contacts</artifactId>
|
<artifactId>spring-security-samples-contacts</artifactId>
|
||||||
<name>Spring Security - Contacts sample</name>
|
<name>Spring Security - Contacts sample</name>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.security</groupId>
|
<groupId>org.springframework.security</groupId>
|
||||||
<artifactId>spring-security-samples</artifactId>
|
<artifactId>spring-security-samples</artifactId>
|
||||||
<version>3.0.6.CI-SNAPSHOT</version>
|
<version>3.0.6.RELEASE</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>spring-security-samples-dms</artifactId>
|
<artifactId>spring-security-samples-dms</artifactId>
|
||||||
<name>Spring Security - DMS sample</name>
|
<name>Spring Security - DMS sample</name>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.security</groupId>
|
<groupId>org.springframework.security</groupId>
|
||||||
<artifactId>spring-security-samples</artifactId>
|
<artifactId>spring-security-samples</artifactId>
|
||||||
<version>3.0.6.CI-SNAPSHOT</version>
|
<version>3.0.6.RELEASE</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.springframework.security</groupId>
|
<groupId>org.springframework.security</groupId>
|
||||||
<artifactId>spring-security-samples-ldap</artifactId>
|
<artifactId>spring-security-samples-ldap</artifactId>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.security</groupId>
|
<groupId>org.springframework.security</groupId>
|
||||||
<artifactId>spring-security-samples</artifactId>
|
<artifactId>spring-security-samples</artifactId>
|
||||||
<version>3.0.6.CI-SNAPSHOT</version>
|
<version>3.0.6.RELEASE</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.springframework.security</groupId>
|
<groupId>org.springframework.security</groupId>
|
||||||
<artifactId>spring-security-samples-openid</artifactId>
|
<artifactId>spring-security-samples-openid</artifactId>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.security</groupId>
|
<groupId>org.springframework.security</groupId>
|
||||||
<artifactId>spring-security-parent</artifactId>
|
<artifactId>spring-security-parent</artifactId>
|
||||||
<version>3.0.6.CI-SNAPSHOT</version>
|
<version>3.0.6.RELEASE</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.springframework.security</groupId>
|
<groupId>org.springframework.security</groupId>
|
||||||
<artifactId>spring-security-samples</artifactId>
|
<artifactId>spring-security-samples</artifactId>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.security</groupId>
|
<groupId>org.springframework.security</groupId>
|
||||||
<artifactId>spring-security-samples</artifactId>
|
<artifactId>spring-security-samples</artifactId>
|
||||||
<version>3.0.6.CI-SNAPSHOT</version>
|
<version>3.0.6.RELEASE</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.springframework.security</groupId>
|
<groupId>org.springframework.security</groupId>
|
||||||
<artifactId>spring-security-samples-preauth</artifactId>
|
<artifactId>spring-security-samples-preauth</artifactId>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.security</groupId>
|
<groupId>org.springframework.security</groupId>
|
||||||
<artifactId>spring-security-samples</artifactId>
|
<artifactId>spring-security-samples</artifactId>
|
||||||
<version>3.0.6.CI-SNAPSHOT</version>
|
<version>3.0.6.RELEASE</version>
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.springframework.security</groupId>
|
<groupId>org.springframework.security</groupId>
|
||||||
<artifactId>spring-security-samples-tutorial</artifactId>
|
<artifactId>spring-security-samples-tutorial</artifactId>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<artifactId>spring-security-heavyduty</artifactId>
|
<artifactId>spring-security-heavyduty</artifactId>
|
||||||
<name>Spring Security - Heavy Duty Sample</name>
|
<name>Spring Security - Heavy Duty Sample</name>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
<version>3.0.6.CI-SNAPSHOT</version>
|
<version>3.0.6.RELEASE</version>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.security</groupId>
|
<groupId>org.springframework.security</groupId>
|
||||||
@ -188,7 +188,7 @@
|
|||||||
</build>
|
</build>
|
||||||
<properties>
|
<properties>
|
||||||
<spring.version>3.0.3.RELEASE</spring.version>
|
<spring.version>3.0.3.RELEASE</spring.version>
|
||||||
<spring.security.version>3.0.6.CI-SNAPSHOT</spring.security.version>
|
<spring.security.version>3.0.6.RELEASE</spring.security.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
</project>
|
</project>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<groupId>org.springframework.security</groupId>
|
<groupId>org.springframework.security</groupId>
|
||||||
<artifactId>spring-security-samples-webflow</artifactId>
|
<artifactId>spring-security-samples-webflow</artifactId>
|
||||||
<name>Spring Security - Webflow sample</name>
|
<name>Spring Security - Webflow sample</name>
|
||||||
<version>3.0.6.CI-SNAPSHOT</version>
|
<version>3.0.6.RELEASE</version>
|
||||||
<packaging>war</packaging>
|
<packaging>war</packaging>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
|
@ -3,13 +3,13 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<artifactId>spring-security-parent</artifactId>
|
<artifactId>spring-security-parent</artifactId>
|
||||||
<groupId>org.springframework.security</groupId>
|
<groupId>org.springframework.security</groupId>
|
||||||
<version>3.0.6.CI-SNAPSHOT</version>
|
<version>3.0.6.RELEASE</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.springframework.security</groupId>
|
<groupId>org.springframework.security</groupId>
|
||||||
<artifactId>spring-security-taglibs</artifactId>
|
<artifactId>spring-security-taglibs</artifactId>
|
||||||
<name>Spring Security - JSP taglibs</name>
|
<name>Spring Security - JSP taglibs</name>
|
||||||
<version>3.0.6.CI-SNAPSHOT</version>
|
<version>3.0.6.RELEASE</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.security</groupId>
|
<groupId>org.springframework.security</groupId>
|
||||||
<artifactId>spring-security-parent</artifactId>
|
<artifactId>spring-security-parent</artifactId>
|
||||||
<version>3.0.6.CI-SNAPSHOT</version>
|
<version>3.0.6.RELEASE</version>
|
||||||
</parent>
|
</parent>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<artifactId>spring-security-web</artifactId>
|
<artifactId>spring-security-web</artifactId>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user