You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by jk...@apache.org on 2008/02/01 17:43:37 UTC

svn commit: r617554 - /tapestry/tapestry4/trunk/pom.xml

Author: jkuhnert
Date: Fri Feb  1 08:43:35 2008
New Revision: 617554

URL: http://svn.apache.org/viewvc?rev=617554&view=rev
Log:
Updated dependencies to released tapestry-test && ognl versions.

Modified:
    tapestry/tapestry4/trunk/pom.xml

Modified: tapestry/tapestry4/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/pom.xml?rev=617554&r1=617553&r2=617554&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/pom.xml (original)
+++ tapestry/tapestry4/trunk/pom.xml Fri Feb  1 08:43:35 2008
@@ -159,7 +159,7 @@
             <dependency>
                 <groupId>org.easymock</groupId>
                 <artifactId>easymockclassextension</artifactId>
-                <version>2.2.2</version>
+                <version>2.3</version>
                 <scope>test</scope>
             </dependency>
             <dependency>
@@ -182,7 +182,7 @@
             <dependency>
                 <groupId>ognl</groupId>
                 <artifactId>ognl</artifactId>
-                <version>2.7.2-SNAPSHOT</version>
+                <version>2.7.2</version>
             </dependency>
             <dependency>
                 <groupId>javax.servlet</groupId>
@@ -213,7 +213,7 @@
             <dependency>
                 <groupId>org.apache.tapestry</groupId>
                 <artifactId>tapestry-test</artifactId>
-                <version>4.1.4-SNAPSHOT</version>
+                <version>4.1.4</version>
                 <scope>test</scope>
             </dependency>
             <dependency>