You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by an...@apache.org on 2007/09/16 05:06:56 UTC

svn commit: r576027 - /tapestry/tapestry-test/trunk/pom.xml

Author: andyhot
Date: Sat Sep 15 20:06:55 2007
New Revision: 576027

URL: http://svn.apache.org/viewvc?rev=576027&view=rev
Log:
4.1.3 version for tapestry-test

Modified:
    tapestry/tapestry-test/trunk/pom.xml

Modified: tapestry/tapestry-test/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry-test/trunk/pom.xml?rev=576027&r1=576026&r2=576027&view=diff
==============================================================================
--- tapestry/tapestry-test/trunk/pom.xml (original)
+++ tapestry/tapestry-test/trunk/pom.xml Sat Sep 15 20:06:55 2007
@@ -5,7 +5,7 @@
     <groupId>org.apache.tapestry</groupId>
     <artifactId>tapestry-test</artifactId>
     <packaging>jar</packaging>
-    <version>4.1.3-SNAPSHOT</version>
+    <version>4.1.3</version>
     <description>Tapestry Test Utilities</description>
     <name>Tapestry Test</name>
     <inceptionYear>2006</inceptionYear>
@@ -85,7 +85,7 @@
         <dependency>
             <groupId>org.apache.tapestry</groupId>
             <artifactId>tapestry-framework</artifactId>
-            <version>4.1.3-SNAPSHOT</version>
+            <version>4.1.3</version>
             <scope>provided</scope>
         </dependency>
         <dependency>