You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by jk...@apache.org on 2007/06/22 17:25:07 UTC

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

Author: jkuhnert
Date: Fri Jun 22 08:25:06 2007
New Revision: 549843

URL: http://svn.apache.org/viewvc?view=rev&rev=549843
Log:
Updated ognl dependency to new released 2.7.

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=549843&r1=549842&r2=549843
==============================================================================
--- tapestry/tapestry4/trunk/pom.xml (original)
+++ tapestry/tapestry4/trunk/pom.xml Fri Jun 22 08:25:06 2007
@@ -170,7 +170,7 @@
             <dependency>
                 <groupId>ognl</groupId>
                 <artifactId>ognl</artifactId>
-                <version>2.7-SNAPSHOT</version>
+                <version>2.7</version>
             </dependency>
             <dependency>
                 <groupId>javax.servlet</groupId>
@@ -407,6 +407,12 @@
             <id>opencomponentry.com</id>
             <name>Open Componentry OGNL Repository</name>
             <url>http://opencomponentry.com/repository/m2-snapshot-repo</url>
+            <releases>
+                <enabled>false</enabled>
+            </releases>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
         </repository>
         <repository>
             <id>openqa</id>