You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-commits@incubator.apache.org by ma...@apache.org on 2006/10/17 16:51:49 UTC

svn commit: r464959 - /incubator/adffaces/trunk/trinidad/pom.xml

Author: matzew
Date: Tue Oct 17 09:51:49 2006
New Revision: 464959

URL: http://svn.apache.org/viewvc?view=rev&rev=464959
Log:
update the version of myfaces impl / api (see ADFFACES-241)

Modified:
    incubator/adffaces/trunk/trinidad/pom.xml

Modified: incubator/adffaces/trunk/trinidad/pom.xml
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/pom.xml?view=diff&rev=464959&r1=464958&r2=464959
==============================================================================
--- incubator/adffaces/trunk/trinidad/pom.xml (original)
+++ incubator/adffaces/trunk/trinidad/pom.xml Tue Oct 17 09:51:49 2006
@@ -340,14 +340,14 @@
       <dependency>
         <groupId>org.apache.myfaces.core</groupId>
         <artifactId>myfaces-api</artifactId>
-        <version>1.1.2</version>
+        <version>1.1.4</version>
         <scope>provided</scope>
       </dependency>
 
       <dependency>
         <groupId>org.apache.myfaces.core</groupId>
         <artifactId>myfaces-impl</artifactId>
-        <version>1.1.2</version>
+        <version>1.1.4</version>
         <scope>provided</scope>
       </dependency>