mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-05-31 09:12:14 +00:00
Add sandbox code to build for 2.0.2 release
This commit is contained in:
parent
8df56c8ac5
commit
de250d2073
1
pom.xml
1
pom.xml
@ -18,6 +18,7 @@
|
|||||||
<module>cas</module>
|
<module>cas</module>
|
||||||
<module>acl</module>
|
<module>acl</module>
|
||||||
<module>taglibs</module>
|
<module>taglibs</module>
|
||||||
|
<module>sandbox</module>
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
<description>Spring Security</description>
|
<description>Spring Security</description>
|
||||||
|
@ -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>2.0-SNAPSHOT</version>
|
<version>2.0.2-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.springframework.security</groupId>
|
<groupId>org.springframework.security</groupId>
|
||||||
@ -34,4 +34,4 @@
|
|||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</project>
|
</project>
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.security</groupId>
|
<groupId>org.springframework.security</groupId>
|
||||||
<artifactId>spring-security-sandbox</artifactId>
|
<artifactId>spring-security-sandbox</artifactId>
|
||||||
<version>2.0-SNAPSHOT</version>
|
<version>2.0.2-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>spring-security-sandbox-other</artifactId>
|
<artifactId>spring-security-sandbox-other</artifactId>
|
||||||
<name>Spring Security - Other Sandbox Code</name>
|
<name>Spring Security - Other Sandbox Code</name>
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.security</groupId>
|
<groupId>org.springframework.security</groupId>
|
||||||
<artifactId>spring-security-parent</artifactId>
|
<artifactId>spring-security-parent</artifactId>
|
||||||
<version>2.0-SNAPSHOT</version>
|
<version>2.0.2-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>spring-security-sandbox</artifactId>
|
<artifactId>spring-security-sandbox</artifactId>
|
||||||
<name>Spring Security - Sandbox</name>
|
<name>Spring Security - Sandbox</name>
|
||||||
@ -14,13 +14,14 @@
|
|||||||
<module>webwork</module>
|
<module>webwork</module>
|
||||||
<module>other</module>
|
<module>other</module>
|
||||||
<module>captcha</module>
|
<module>captcha</module>
|
||||||
|
<module>heavyduty</module>
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.security</groupId>
|
<groupId>org.springframework.security</groupId>
|
||||||
<artifactId>spring-security-core</artifactId>
|
<artifactId>spring-security-core</artifactId>
|
||||||
<version>2.0-SNAPSHOT</version>
|
<version>2.0.2-SNAPSHOT</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.springframework.security</groupId>
|
<groupId>org.springframework.security</groupId>
|
||||||
<artifactId>spring-security-sandbox</artifactId>
|
<artifactId>spring-security-sandbox</artifactId>
|
||||||
<version>2.0-SNAPSHOT</version>
|
<version>2.0.2-SNAPSHOT</version>
|
||||||
</parent>
|
</parent>
|
||||||
<artifactId>spring-security-webwork</artifactId>
|
<artifactId>spring-security-webwork</artifactId>
|
||||||
<name>Spring Security - Webwork support</name>
|
<name>Spring Security - Webwork support</name>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user