You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2008/02/21 11:25:12 UTC

svn commit: r629733 - in /myfaces/trinidad/trunk_1.2.x: pom.xml trinidad-examples/trinidad-demo/pom.xml

Author: matzew
Date: Thu Feb 21 02:24:52 2008
New Revision: 629733

URL: http://svn.apache.org/viewvc?rev=629733&view=rev
Log:
update to more recent JSF RI

Modified:
    myfaces/trinidad/trunk_1.2.x/pom.xml
    myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/pom.xml

Modified: myfaces/trinidad/trunk_1.2.x/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk_1.2.x/pom.xml?rev=629733&r1=629732&r2=629733&view=diff
==============================================================================
--- myfaces/trinidad/trunk_1.2.x/pom.xml (original)
+++ myfaces/trinidad/trunk_1.2.x/pom.xml Thu Feb 21 02:24:52 2008
@@ -355,14 +355,14 @@
       <dependency>
         <groupId>javax.faces</groupId>
         <artifactId>jsf-api</artifactId>
-        <version>1.2_04</version>
+        <version>1.2_07</version>
         <scope>provided</scope>
       </dependency>
 
       <dependency>
         <groupId>javax.faces</groupId>
         <artifactId>jsf-impl</artifactId>
-        <version>1.2_04</version>
+        <version>1.2_07</version>
         <scope>provided</scope>
       </dependency>
 

Modified: myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/pom.xml?rev=629733&r1=629732&r2=629733&view=diff
==============================================================================
--- myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/pom.xml (original)
+++ myfaces/trinidad/trunk_1.2.x/trinidad-examples/trinidad-demo/pom.xml Thu Feb 21 02:24:52 2008
@@ -181,12 +181,14 @@
         <dependency>
           <groupId>javax.faces</groupId>
           <artifactId>jsf-api</artifactId>
-          <version>1.2_04</version>
+          <version>1.2_07</version>
+          <scope>compile</scope>
         </dependency>
         <dependency>
           <groupId>javax.faces</groupId>
           <artifactId>jsf-impl</artifactId>
-          <version>1.2_04</version>
+          <version>1.2_07</version>
+          <scope>runtime</scope>
         </dependency>
       </dependencies>