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 2007/06/30 22:36:48 UTC

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

Author: jkuhnert
Date: Sat Jun 30 13:36:47 2007
New Revision: 552209

URL: http://svn.apache.org/viewvc?view=rev&rev=552209
Log:
Updated ognl dependency to 2.7.1-SNAPSHOT.

Modified:
    tapestry/tapestry4/trunk/pom.xml

Modified: tapestry/tapestry4/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/pom.xml?view=diff&rev=552209&r1=552208&r2=552209
==============================================================================
--- tapestry/tapestry4/trunk/pom.xml (original)
+++ tapestry/tapestry4/trunk/pom.xml Sat Jun 30 13:36:47 2007
@@ -170,7 +170,7 @@
             <dependency>
                 <groupId>ognl</groupId>
                 <artifactId>ognl</artifactId>
-                <version>2.7</version>
+                <version>2.7.1-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>javax.servlet</groupId>
@@ -409,7 +409,7 @@
                 <enabled>false</enabled>
             </releases>
             <snapshots>
-                <enabled>false</enabled>
+                <enabled>true</enabled>
             </snapshots>
         </repository>
         <repository>