diff --git a/pom.xml b/pom.xml index a7d4d6c564..c8288de60b 100644 --- a/pom.xml +++ b/pom.xml @@ -18,6 +18,7 @@ cas acl taglibs + sandbox Spring Security diff --git a/sandbox/captcha/pom.xml b/sandbox/captcha/pom.xml index ed32645295..31ddae3e98 100644 --- a/sandbox/captcha/pom.xml +++ b/sandbox/captcha/pom.xml @@ -3,7 +3,7 @@ spring-security-parent org.springframework.security - 2.0-SNAPSHOT + 2.0.2-SNAPSHOT 4.0.0 org.springframework.security @@ -34,4 +34,4 @@ test - \ No newline at end of file + diff --git a/sandbox/other/pom.xml b/sandbox/other/pom.xml index dd92aaf62c..2eed2bcf31 100644 --- a/sandbox/other/pom.xml +++ b/sandbox/other/pom.xml @@ -6,7 +6,7 @@ org.springframework.security spring-security-sandbox - 2.0-SNAPSHOT + 2.0.2-SNAPSHOT spring-security-sandbox-other Spring Security - Other Sandbox Code diff --git a/sandbox/pom.xml b/sandbox/pom.xml index 8650cfab50..503201fcc3 100644 --- a/sandbox/pom.xml +++ b/sandbox/pom.xml @@ -4,7 +4,7 @@ org.springframework.security spring-security-parent - 2.0-SNAPSHOT + 2.0.2-SNAPSHOT spring-security-sandbox Spring Security - Sandbox @@ -14,13 +14,14 @@ webwork other captcha + heavyduty org.springframework.security spring-security-core - 2.0-SNAPSHOT + 2.0.2-SNAPSHOT diff --git a/sandbox/webwork/pom.xml b/sandbox/webwork/pom.xml index 19c049a836..d6535bd7e6 100644 --- a/sandbox/webwork/pom.xml +++ b/sandbox/webwork/pom.xml @@ -3,7 +3,7 @@ org.springframework.security spring-security-sandbox - 2.0-SNAPSHOT + 2.0.2-SNAPSHOT spring-security-webwork Spring Security - Webwork support