Author: apetrelli
Date: Tue Feb 3 12:51:08 2009
New Revision: 740292
URL: http://svn.apache.org/viewvc?rev=740292&view=rev
Log:
TILESSB-4
Fixed dependencies for sandboxed test webapp.
Modified:
tiles/sandbox/trunk/tiles-test-sandbox/pom.xml
Modified: tiles/sandbox/trunk/tiles-test-sandbox/pom.xml
URL:
http://svn.apache.org/viewvc/tiles/sandbox/trunk/tiles-test-sandbox/pom.xml?rev=740292&r1=740291&r2=740292&view=diff
==============================================================================
--- tiles/sandbox/trunk/tiles-test-sandbox/pom.xml (original)
+++ tiles/sandbox/trunk/tiles-test-sandbox/pom.xml Tue Feb 3 12:51:08 2009
@@ -40,12 +40,12 @@
<dependency>
<groupId>${pom.groupId}</groupId>
<artifactId>tiles-jsp</artifactId>
- <version>${pom.version}</version>
+ <version>2.1.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>${pom.groupId}</groupId>
<artifactId>tiles-compat</artifactId>
- <version>${pom.version}</version>
+ <version>2.1.3-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>