diff --git a/spring-data-neo4j-examples/cineasts/pom.xml b/spring-data-neo4j-examples/cineasts/pom.xml
index 6e967ef59..2719b4536 100644
--- a/spring-data-neo4j-examples/cineasts/pom.xml
+++ b/spring-data-neo4j-examples/cineasts/pom.xml
@@ -15,7 +15,7 @@
1.6.1
${project.version}
1.6.12
- 1.8.M06
+ 1.8.RC1
diff --git a/spring-data-neo4j-examples/cineasts/src/main/webapp/WEB-INF/applicatioContext-security.xml b/spring-data-neo4j-examples/cineasts/src/main/webapp/WEB-INF/applicationContext-security.xml
similarity index 91%
rename from spring-data-neo4j-examples/cineasts/src/main/webapp/WEB-INF/applicatioContext-security.xml
rename to spring-data-neo4j-examples/cineasts/src/main/webapp/WEB-INF/applicationContext-security.xml
index 53614c7f3..444d89400 100644
--- a/spring-data-neo4j-examples/cineasts/src/main/webapp/WEB-INF/applicatioContext-security.xml
+++ b/spring-data-neo4j-examples/cineasts/src/main/webapp/WEB-INF/applicationContext-security.xml
@@ -4,9 +4,9 @@
xmlns:context="http://www.springframework.org/schema/context"
xmlns:security="http://www.springframework.org/schema/security"
xsi:schemaLocation="
- http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-3.0.xsd
- http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
- http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security-3.0.xsd">
+ http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context.xsd
+ http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
+ http://www.springframework.org/schema/security http://www.springframework.org/schema/security/spring-security.xsd">
diff --git a/spring-data-neo4j-examples/cineasts/src/main/webapp/WEB-INF/web.xml b/spring-data-neo4j-examples/cineasts/src/main/webapp/WEB-INF/web.xml
index f2420a9a0..7200fc201 100644
--- a/spring-data-neo4j-examples/cineasts/src/main/webapp/WEB-INF/web.xml
+++ b/spring-data-neo4j-examples/cineasts/src/main/webapp/WEB-INF/web.xml
@@ -6,7 +6,7 @@
contextConfigLocation
- /WEB-INF/applicatioContext-security.xml
+ /WEB-INF/applicationContext-security.xml
/WEB-INF/applicationContext.xml