Author: wsmoak
Date: Sat Jan 27 18:55:30 2007
New Revision: 500737
URL: http://svn.apache.org/viewvc?view=rev&rev=500737
Log:
Update to the latest Struts version, 1.3.7-SNAPSHOT.
Modified:
tiles/examples/trunk/tiles-showcase/pom.xml
Modified: tiles/examples/trunk/tiles-showcase/pom.xml
URL:
http://svn.apache.org/viewvc/tiles/examples/trunk/tiles-showcase/pom.xml?view=diff&rev=500737&r1=500736&r2=500737
==============================================================================
--- tiles/examples/trunk/tiles-showcase/pom.xml (original)
+++ tiles/examples/trunk/tiles-showcase/pom.xml Sat Jan 27 18:55:30 2007
@@ -81,12 +81,12 @@
<dependency>
<groupId>org.apache.struts</groupId>
<artifactId>struts-core</artifactId>
- <version>1.3.6-SNAPSHOT</version>
+ <version>1.3.7-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.struts</groupId>
<artifactId>struts-tiles2</artifactId>
- <version>1.3.6-SNAPSHOT</version>
+ <version>1.3.7-SNAPSHOT</version>
</dependency>
</dependencies>