You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2008/11/13 17:27:45 UTC

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

Author: gawor
Date: Thu Nov 13 08:27:45 2008
New Revision: 713752

URL: http://svn.apache.org/viewvc?rev=713752&view=rev
Log:
switch back to myfaces 1.2.3 because of tck issues

Modified:
    geronimo/server/trunk/pom.xml

Modified: geronimo/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/pom.xml?rev=713752&r1=713751&r2=713752&view=diff
==============================================================================
--- geronimo/server/trunk/pom.xml (original)
+++ geronimo/server/trunk/pom.xml Thu Nov 13 08:27:45 2008
@@ -1666,7 +1666,7 @@
             <dependency>
                 <groupId>org.apache.myfaces.core</groupId>
                 <artifactId>myfaces-api</artifactId>
-                <version>1.2.4</version>
+                <version>1.2.3</version>
                 <exclusions>
                     <exclusion>
                         <groupId>commons-logging</groupId>
@@ -1678,7 +1678,7 @@
             <dependency>
                 <groupId>org.apache.myfaces.core</groupId>
                 <artifactId>myfaces-impl</artifactId>
-                <version>1.2.4</version>
+                <version>1.2.3</version>
                 <exclusions>
                     <exclusion>
                         <groupId>commons-logging</groupId>