You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by ap...@apache.org on 2007/11/03 16:12:00 UTC

svn commit: r591630 - in /struts/struts2/trunk: apps/showcase/pom.xml assembly/pom.xml plugins/tiles/pom.xml

Author: apetrelli
Date: Sat Nov  3 08:11:59 2007
New Revision: 591630

URL: http://svn.apache.org/viewvc?rev=591630&view=rev
Log:
WW-2288
Now the Struts 2 plugin depends on Tiles 2.0.5.
Assembly and Showcase have been changed accordingly.

Modified:
    struts/struts2/trunk/apps/showcase/pom.xml
    struts/struts2/trunk/assembly/pom.xml
    struts/struts2/trunk/plugins/tiles/pom.xml

Modified: struts/struts2/trunk/apps/showcase/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/showcase/pom.xml?rev=591630&r1=591629&r2=591630&view=diff
==============================================================================
--- struts/struts2/trunk/apps/showcase/pom.xml (original)
+++ struts/struts2/trunk/apps/showcase/pom.xml Sat Nov  3 08:11:59 2007
@@ -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>
 

Modified: struts/struts2/trunk/assembly/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/assembly/pom.xml?rev=591630&r1=591629&r2=591630&view=diff
==============================================================================
--- struts/struts2/trunk/assembly/pom.xml (original)
+++ struts/struts2/trunk/assembly/pom.xml Sat Nov  3 08:11:59 2007
@@ -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>
 

Modified: struts/struts2/trunk/plugins/tiles/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/tiles/pom.xml?rev=591630&r1=591629&r2=591630&view=diff
==============================================================================
--- struts/struts2/trunk/plugins/tiles/pom.xml (original)
+++ struts/struts2/trunk/plugins/tiles/pom.xml Sat Nov  3 08:11:59 2007
@@ -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>