diff --git a/itest/context/pom.xml b/itest/context/pom.xml
index 074fa32894..8408add574 100644
--- a/itest/context/pom.xml
+++ b/itest/context/pom.xml
@@ -4,7 +4,7 @@
org.springframework.security
spring-security-itest
- 3.0.0.CI-SNAPSHOT
+ 3.0.1.CI-SNAPSHOT
spring-security-itest-context
Spring Security - Miscellaneous Application Context Integration Tests
diff --git a/itest/misc/pom.xml b/itest/misc/pom.xml
index e07b6d6a4d..6ea6c9f8a6 100644
--- a/itest/misc/pom.xml
+++ b/itest/misc/pom.xml
@@ -5,7 +5,7 @@
org.springframework.security
spring-security-itest
- 3.0.0.CI-SNAPSHOT
+ 3.0.1.CI-SNAPSHOT
spring-security-itest-misc
Spring Security - Miscellaneous Integration Tests
@@ -15,7 +15,7 @@
org.springframework
spring-test
- 2.5.5
+ ${spring.version}
test
diff --git a/itest/web/pom.xml b/itest/web/pom.xml
index 2eb1fdfdac..2eb1adca69 100644
--- a/itest/web/pom.xml
+++ b/itest/web/pom.xml
@@ -4,7 +4,7 @@
org.springframework.security
spring-security-itest
- 3.0.0.CI-SNAPSHOT
+ 3.0.1.CI-SNAPSHOT
spring-security-itest-web
Spring Security - Web Integration Tests