diff --git a/spring-mvc-tiles/pom.xml b/spring-mvc-tiles/pom.xml
index 1a72549e70..400f79fbe1 100644
--- a/spring-mvc-tiles/pom.xml
+++ b/spring-mvc-tiles/pom.xml
@@ -9,8 +9,14 @@
Integrating Spring MVC with Apache Tiles
- 4.3.2.RELEASE
- 3.0.5
+ 4.3.4.RELEASE
+ 3.0.7
+ 3.1.0
+ 2.3.1
+ 1.2
+
+ 3.6.0
+ 2.6
@@ -34,24 +40,24 @@
org.apache.tiles
tiles-jsp
- ${apachetiles.version}
+ ${apache-tiles.version}
javax.servlet
javax.servlet-api
- 3.1.0
+ ${javax.servlet-api.version}
javax.servlet.jsp
javax.servlet.jsp-api
- 2.3.1
+ ${javax.servlet.jsp-api.version}
javax.servlet
jstl
- 1.2
+ ${jstl.version}
@@ -62,16 +68,16 @@
org.apache.maven.plugins
maven-compiler-plugin
- 3.2
+ ${maven-compiler-plugin.version}
- 1.7
- 1.7
+ 1.8
+ 1.8
org.apache.maven.plugins
maven-war-plugin
- 2.4
+ ${maven-war-plugin.version}
src/main/webapp
spring-mvc-tiles