You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jb...@apache.org on 2009/01/30 14:19:22 UTC

svn commit: r739267 - /geronimo/server/trunk/pom.xml

Author: jbohn
Date: Fri Jan 30 13:19:22 2009
New Revision: 739267

URL: http://svn.apache.org/viewvc?rev=739267&view=rev
Log:
GERONIMO-4324 upgrade to MyFaces 1.2.6

Modified:
    geronimo/server/trunk/pom.xml

Modified: geronimo/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/pom.xml?rev=739267&r1=739266&r2=739267&view=diff
==============================================================================
--- geronimo/server/trunk/pom.xml (original)
+++ geronimo/server/trunk/pom.xml Fri Jan 30 13:19:22 2009
@@ -1754,7 +1754,7 @@
             <dependency>
                 <groupId>org.apache.myfaces.core</groupId>
                 <artifactId>myfaces-api</artifactId>
-                <version>1.2.3</version>
+                <version>1.2.6</version>
                 <exclusions>
                     <exclusion>
                         <groupId>commons-logging</groupId>
@@ -1766,7 +1766,7 @@
             <dependency>
                 <groupId>org.apache.myfaces.core</groupId>
                 <artifactId>myfaces-impl</artifactId>
-                <version>1.2.3</version>
+                <version>1.2.6</version>
                 <exclusions>
                     <exclusion>
                         <groupId>commons-logging</groupId>