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/04/29 04:09:11 UTC

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

Author: lu4242
Date: Thu Apr 29 02:09:11 2010
New Revision: 939177

URL: http://svn.apache.org/viewvc?rev=939177&view=rev
Log:
change mojarra version to 2.0.3-SNAPSHOT

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

Modified: myfaces/tomahawk/trunk/examples/simple20/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/examples/simple20/pom.xml?rev=939177&r1=939176&r2=939177&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/examples/simple20/pom.xml (original)
+++ myfaces/tomahawk/trunk/examples/simple20/pom.xml Thu Apr 29 02:09:11 2010
@@ -129,12 +129,14 @@
                 <dependency>
                     <groupId>com.sun.faces</groupId>
                     <artifactId>jsf-api</artifactId>
-                    <version>2.0.2-b10</version>
+                    <!-- version>2.0.2-b10</version -->
+                    <version>2.0.3-SNAPSHOT</version>
                 </dependency>
                 <dependency>
                     <groupId>com.sun.faces</groupId>
                     <artifactId>jsf-impl</artifactId>
-                    <version>2.0.2-b10</version>
+                    <!-- version>2.0.2-b10</version -->
+                    <version>2.0.3-SNAPSHOT</version>
                     <scope>runtime</scope>
                 </dependency>
                 <dependency>