You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2010/01/29 00:14:05 UTC

svn commit: r904297 - /myfaces/tomahawk/trunk/examples/pom.xml

Author: lu4242
Date: Thu Jan 28 23:14:04 2010
New Revision: 904297

URL: http://svn.apache.org/viewvc?rev=904297&view=rev
Log:
add simple20 module

Modified:
    myfaces/tomahawk/trunk/examples/pom.xml

Modified: myfaces/tomahawk/trunk/examples/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/pom.xml?rev=904297&r1=904296&r2=904297&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/examples/pom.xml (original)
+++ myfaces/tomahawk/trunk/examples/pom.xml Thu Jan 28 23:14:04 2010
@@ -20,6 +20,7 @@
     <modules>
         <module>blank</module>
         <module>simple</module>
+        <module>simple20</module>
         <module>tiles</module>
         <module>wap</module>
     </modules>
@@ -360,12 +361,12 @@
                 <dependency>
                     <groupId>com.sun.faces</groupId>
                     <artifactId>jsf-api</artifactId>
-                    <version>2.0.1</version>
+                    <version>2.0.2-b10</version>
                 </dependency>
                 <dependency>
                     <groupId>com.sun.faces</groupId>
                     <artifactId>jsf-impl</artifactId>
-                    <version>2.0.1</version>
+                    <version>2.0.2-b10</version>
                     <scope>runtime</scope>
                 </dependency>
                 <dependency>