Now the Struts 2 plugin depends on Tiles 2.0.5.
Assembly and Showcase have been changed accordingly.

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@591630 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Antonio Petrelli
2007-11-03 15:11:59 +00:00
parent c19679f6e5
commit 1aa93b6c65
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -93,7 +93,7 @@
<dependency>
<groupId>org.apache.tiles</groupId>
<artifactId>tiles-jsp</artifactId>
<version>2.0.4</version>
<version>2.0.5</version>
<scope>runtime</scope>
</dependency>
+1 -1
View File
@@ -227,7 +227,7 @@
<dependency>
<groupId>org.apache.tiles</groupId>
<artifactId>tiles-jsp</artifactId>
<version>2.0.4</version>
<version>2.0.5</version>
<scope>runtime</scope>
</dependency>
+1 -1
View File
@@ -44,7 +44,7 @@
<dependency>
<groupId>org.apache.tiles</groupId>
<artifactId>tiles-core</artifactId>
<version>2.0.4</version>
<version>2.0.5</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>